TopRank Skills

Home / Claw Skills / Search / Slack Hub Skill
Official OpenClaw rules 36%

Slack Hub Skill

Slack Hub Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Slack Hub Skill 技能。 若已安装,则直接安装 Slack Hub Skill 技能。

Overview

Skill Key
icyfrosty/slack-hub-skill
Author
icyfrosty
Source Repo
openclaw/skills
Version
-
Source Path
skills/icyfrosty/slack-hub-skill
Latest Commit SHA
5afcb4d7772403b56b19be1f6b0ad4e9862d96f6

Extracted Content

SKILL.md excerpt

# 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.

Related Claw Skills