Agent Slack

🌐Community
by stablyai · vlatest · Repository

Automates Slack tasks like sending messages, creating channels, and managing workflows using natural language instructions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add agent-slack npx -- -y @trustedskills/agent-slack
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "agent-slack": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/agent-slack"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The agent-slack skill enables AI agents to interact with Slack by sending and receiving messages, managing channels, and integrating with Slack's API. It allows for real-time communication within Slack workspaces, making it useful for automation tasks like notifications, updates, or bot interactions.

When to use it

  • Automate message posting in a Slack channel during CI/CD pipeline events.
  • Create an AI-powered assistant that responds to user queries directly in Slack.
  • Integrate with internal tools to relay alerts or status updates via Slack messages.

Key capabilities

  • Send and receive messages in Slack channels.
  • Authenticate and connect to a Slack workspace using API tokens.
  • Respond to events or commands within Slack.

Example prompts

  • "Post a message to the #dev-team channel: 'The build has failed.'"
  • "Set up an agent that replies to any user asking for help with project status."
  • "Send a notification to Slack when a new issue is created in our Jira instance."

Tips & gotchas

  • Ensure you have valid Slack API credentials and proper permissions before using this skill.
  • Be mindful of rate limits imposed by the Slack API to avoid disruptions in message delivery.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
stablyai
Installs
347

🌐 Community

Passed automated security scans.