How to install slack
npx skills add https://github.com/steipete/clawdis --skill slackClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from steipete/clawdis.
name: slack description: "Slack tool actions: send/read/edit/delete messages, react, pin/unpin, list pins/reactions/emoji, member info." metadata: { "openclaw": { "emoji": "💬", "requires": { "config": ["channels.slack"] } } }
Slack
Use the slack tool. Reuse channelId and Slack timestamp message IDs from context when present.
Inputs
channelId: Slack channel ID.messageId: Slack timestamp, e.g.1712023032.1234.to:channel:<id>oruser:<id>for sends.emoji: Unicode or:name:for reactions.
Actions
{ "action": "sendMessage", "to": "channel:C123", "content": "Hello" }
{ "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.
Related skills
More from steipete/clawdis and the wider catalog.
SU
summarize
steipete/clawdis
Fast CLI to summarize or transcribe URLs, videos, podcasts, articles, PDFs, and local files.
20k installs
WE
weather
steipete/clawdis
Current weather and forecasts with web_fetch, falling back to wttr.in curl for locations, rain, temperature, travel planning.
5.6k installsAudited
TM
tmux
steipete/clawdis
Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts.
5.0k installs
GO
gog
steipete/clawdis
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
4.3k installs
NA
nano-pdf
steipete/clawdis
Edit PDFs with natural-language instructions using the nano-pdf CLI.
3.9k installs
OP
openai-whisper
steipete/clawdis
Local speech-to-text with the Whisper CLI (no API key).
3.8k installsAudited