Skip to content
Agent Orchestration
Skill

/slack

Slack messaging workflows through OpenClaw's message tool.

From plugin
openclaw
390k68 skills
Install
$ npx -y skills add steipete/clawdis --skill slack --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/slack

Context preview

The summary Claude sees to decide when to auto-load this skill.

Slack messaging workflows through OpenClaw's message tool.

SKILL.md

slack.SKILL.md
name: slack
description: "Slack messaging workflows through OpenClaw's message tool."
metadata: { "openclaw": { "emoji": "💬", "requires": { "config": ["channels.slack"] } } }
allowed-tools: ["message"]

Slack

Use the `message` tool with `channel: "slack"`. The tool schema lists the actions enabled for the current Slack account; do not assume an action that is not present.

Workflow

  • Prefer stable Slack IDs from context. Sends outside the current conversation use `channel:<id>` or `user:<id>` targets.
  • Keep replies in the current thread unless the user asks for a top-level post. For another thread, pass its Slack timestamp as `threadId`; use the same timestamp as `messageId` for message-specific actions.
  • Before editing, deleting, pinning, or reacting to an ambiguous message, read the conversation and resolve its exact ID.
  • When multiple Slack accounts are configured, pass `accountId` rather than guessing.
  • Confirm destructive deletes when the target or intent is unclear.

Slack formatting, mentions, and available actions are described automatically by the current `message` tool hints. Follow those hints instead of maintaining a second action catalog here.

Ships withopenclaw

OpenClaw is an open-source AI assistant that runs on your own computer and meets you in the channels you already use: Discord, iMessage, Slack, Teams, Telegram, WhatsApp, and 20+ more, plus native apps for macOS, iOS, Android, Windows, and Linux.

Get the whole plugin
Stats
389,657
Stars
81,915
Forks
Active
Maintenance
TypeScript
Language
5h ago
Last commit
9mo ago
Created
13d ago
Added

Repo: steipete/clawdis

Other skills on openclaw.