ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Slack Hub Skill

Skill by icyfrosty

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/icyfrosty/slack-hub-skill
Or

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

Author@icyfrosty
Stars2387
Views0
Updated2026-03-09
View Author Profile
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.