Control Slack from your AI agent — send messages, react with emoji, manage pins, and fetch member info.
npx clawhub@latest install slackThe Slack skill gives your AI agent full programmatic control over Slack workspaces via the Clawdbot bot token. It supports reading and sending messages, editing and deleting them, reacting with emoji, pinning or unpinning items in channels or DMs, looking up member profiles, and listing custom emoji. All actions are invoked through a single slack tool with a simple JSON interface.
Send new messages to any channel or DM, edit existing messages, delete messages, and read recent message history — all with straightforward JSON action calls.
Add emoji reactions to any message using Unicode characters or :name: syntax, and list all existing reactions on a message. Useful for signaling task completion or approval.
Pin or unpin messages in any channel and retrieve the current list of pinned items. Ideal for surfacing key decisions or recurring reference material.
Fetch profile details for any workspace member by user ID, enabling your agent to personalize messages or route tasks to the right person.
Retrieve all custom emoji available in the workspace, so your agent can use workspace-specific reactions accurately.
When a task tracked in another system is marked complete, the agent reacts to the original Slack request message with ✅, giving the requester instant visual confirmation without sending a new message.
An agent composes and posts a daily or weekly summary to a team channel, then pins the message so it stays visible at the top of the channel for reference throughout the week.
After posting a report or announcement, the agent detects an error and uses editMessage to silently correct the content in place, avoiding a noisy follow-up post.
The agent looks up a team member's profile via memberInfo to confirm their display name or timezone, then sends them a DM with an incident alert targeted to their user ID.
npx clawhub@latest install slacknpx clawhub@latest install slackLog in to write a review
No reviews yet. Be the first to share your experience!