A comprehensive toolset for controlling Slack communications, reactions, and pinned content via AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shield
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install shield using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Slack Actions skill provides a robust interface for Clawdbot to interact with Slack workspaces. By integrating this capability into your Openclaw Skills collection, you empower your agent to perform administrative tasks, manage channel content, and respond to team interactions. Whether it is editing a previous status update or listing all reactions on a specific message, this skill bridges the gap between AI logic and team operations.
Built to be secure and efficient, it utilizes standard Slack bot tokens to ensure that all actions are performed within the permissions granted by your workspace administrator. This makes it an essential component for any developer building collaborative AI workflows and automated workspace management solutions.
To begin using these Openclaw Skills for Slack, you must provide a valid Slack Bot User OAuth Token in your environment configuration.
# Set your Slack token in your environment variables
export SLACK_BOT_TOKEN="xoxb-your-bot-token-here"
Ensure your Slack App has the following scopes enabled: chat:write, reactions:write, pins:write, channels:history, and users:read. Once the token is configured, the agent can call the slack tool directly.
The skill utilizes a structured schema to communicate with Slack APIs. Key data fields include:
| Parameter | Description | Example |
|---|---|---|
action |
The operation to perform (e.g., react, listPins, sendMessage) | react |
channelId |
The unique ID of the Slack channel | C0123456789 |
messageId |
The specific timestamp of the message (TS) | 1712023032.1234 |
to |
Destination for new messages (channel or user) | channel:C123 |
emoji |
The name or unicode of the reaction emoji | :white_check_mark: |
user:id target format.Loading
A secure, cloud-based OAuth token management system for AI agents that integrates seamlessly with Scalekit to eliminate local credential storage.

A high-performance trading agent that synchronizes Polymarket prediction bets with Hyperliquid perpetual futures for automated hedging and arbitrage.

An advanced AI trading skill for synchronized execution across Polymarket prediction markets and Hyperliquid perpetual futures.

A comprehensive integration for Novafon JSON-RPC APIs to manage telephony calls and retrieve detailed communication data.

A fast command-line utility for instantly summarizing web content, local documents, and YouTube videos using advanced LLMs.

A robust command-line interface for sending WhatsApp messages, searching chat history, and automating third-party communications.








































