slack-hub-skill
v0.1.0通过 Slack 机器人集成发送消息、回复话题、搜索工作区内容及列出公共频道,支持速率限制处理。
Installation
Please help me install the skill `slack-hub-skill` from SkillHub official store.
npx skills add IcyFrosty/slack-hub-skill
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.