Agent Skills: Slack

Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.

UncategorizedID: steipete/clawdis/slack

Repository

openclawLicense: MIT
341,75467,475

Install this agent skill to your local

pnpm dlx add-skill https://github.com/openclaw/openclaw/tree/HEAD/extensions/slack/skills/slack

Skill Files

Browse the full folder contents for slack.

Download Skill

Loading file tree…

extensions/slack/skills/slack/SKILL.md

Skill Metadata

Name
slack
Description
"Slack messaging workflows through OpenClaw's message tool."

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, tables, charts, and interactive controls are described automatically by the current message tool hints. Follow those hints instead of maintaining a second action or formatting catalog here.