Back to Registry View Author Profile
Official Verified
Slack Hub Skill
Skill by icyfrosty
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/icyfrosty/slack-hub-skillOr
Slack Hub Skill
Professional Slack integration for OpenClaw. Supports messaging, threading, and workspace search.
Configuration
Requires a Slack Bot Token (xoxb-...) in your .env as SLACK_BOT_TOKEN.
Tools
slack_send
Send a message to a channel or user.
target: Channel ID or name (e.g., "#general").message: Text content.thread_ts: (Optional) Timestamp for replying to a thread.
slack_search
Search the workspace for messages or files.
query: The search term.
slack_list_channels
List all public channels in the workspace.
Implementation Notes
- Uses
https://slack.com/api/chat.postMessage - Uses
https://slack.com/api/search.messages - Implements rate-limit handling for high-volume workspaces.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-icyfrosty-slack-hub-skill": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.