slack

Manage Slack messages, reactions, and pins through Clawdbot.

3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ai-in-pm/NemoClawd --skill slack-ai-in-pm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/ai-in-pm/NemoClawd/tree/main/apps/clawdbot-main/skills/slack
Command: npx skills add https://github.com/ai-in-pm/NemoClawd --skill slack-ai-in-pm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with Slack from Clawdbot, allowing for efficient management of messages, reactions, and pins.

Core Features & Use Cases

  • Message Management: Send, edit, delete, and read messages in Slack channels or DMs.
  • Reactions: React to messages using emojis.
  • Pins: Pin and unpin messages for visibility.
  • Member Info: Fetch information about Slack members.
  • Emoji List: Retrieve a list of custom emojis in a Slack workspace.
  • Use Case: Automate routine Slack tasks such as welcoming new team members, reacting to important messages, or archiving outdated information.

Quick Start

To send a message to a Slack channel, use the slack sendMessage action with the channel ID and message content.

Frequently Asked Questions about slack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending and editing Slack messages from a bot?

You can automate Slack message management by using Clawdbot to send, edit, delete, and read messages in channels or DMs. This requires a Slack bot token for authorization to interact with your workspace.

Can I programmatically pin messages and add emoji reactions in Slack?

Yes, you can programmatically pin and unpin messages for visibility, and add emoji reactions to messages. You can also retrieve a list of custom emojis available in the Slack workspace.

What do I need to set up before automating Slack workspace interactions?

You need a Slack bot token to authorize the automation. Once configured, the bot operates within the context of your Slack workspace communication to manage messages, reactions, and pins.

How do I fetch Slack member information and custom emoji lists?

You can fetch information about Slack members and retrieve a list of custom emojis in your Slack workspace. This allows you to automate tasks like welcoming new team members or reacting to important messages.

Does this approach support automating routine Slack tasks like welcoming new members?

Yes, automating routine Slack tasks like welcoming new team members, reacting to important messages, or archiving outdated information by editing or deleting messages is fully supported.