Slack Hub Skill — Slack Hub 技能
v0.1.0发送 messages, reply in threads, 搜索 workspace content, and 列出 public channels using Slack 机器人 integration with rate-limit handling.
运行时依赖
安装命令
点击复制技能文档
Slack Hub 技能
Professional Slack integration for OpenClaw. Supports messaging, threading, and workspace 搜索.
Configuration
Requires a Slack 机器人 令牌 (xoxb-...) in your .env as SLACK_机器人_令牌.
工具s slack_发送
发送 a message to a channel or user.
tar获取: Channel ID or name (e.g., "#general"). message: Text content. thread_ts: (Optional) Timestamp for replying to a thread. slack_搜索
搜索 the workspace for messages or files.
查询: The 搜索 term. slack_列出_channels
列出 all public channels in the workspace.
Implementation Notes Uses https://slack.com/API/chat.postMessage Uses https://slack.com/API/搜索.messages Implements rate-limit handling for high-volume workspaces.