slack

Slack tool actions: send/read/edit/delete messages, react, pin/unpin, list pins/reactions/emoji, member info.

INSTALLATION
npx skills add https://github.com/steipete/clawdis --skill slack
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

$27

{ "action": "readMessages", "channelId": "C123", "limit": 20 }
{

  "action": "react",

  "channelId": "C123",

  "messageId": "1712023032.1234",

  "emoji": ":white_check_mark:"

}
{ "action": "reactions", "channelId": "C123", "messageId": "1712023032.1234" }
{

  "action": "editMessage",

  "channelId": "C123",

  "messageId": "1712023032.1234",

  "content": "Updated text"

}
{ "action": "deleteMessage", "channelId": "C123", "messageId": "1712023032.1234" }
{ "action": "pinMessage", "channelId": "C123", "messageId": "1712023032.1234" }
{ "action": "unpinMessage", "channelId": "C123", "messageId": "1712023032.1234" }
{ "action": "listPins", "channelId": "C123" }
{ "action": "memberInfo", "userId": "U123" }
{ "action": "emojiList" }

Safety

  • Confirm destructive deletes when context is unclear.
  • Keep outbound messages short; avoid Markdown tables.
  • Prefer thread/message IDs over fuzzy channel names.
BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card