Favicon of Slack

Slack Skill

AI Agent SkillCommunicationJupyter NotebookOpen source

Setup tips & tricks — Slack × CMA webhook bridge Published by anthropics in claude-cookbooks.

What is Slack Skill?

Setup tips & tricks — Slack × CMA webhook bridge Published by anthropics in claude-cookbooks. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Documentation
  • Data analysis
  • Documentation use cases
  • Data analysis use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use Slack Skill

  • Use it for documentation.
  • Use it for data analysis.

Built with

Jupyter NotebookCopy skill directory

Editorial notes

Source

  • Creator: anthropics
  • Repository: anthropics/claude-cookbooks
  • Skill file: managed_agents/slack/skill.md

What it does

Setup tips & tricks — Slack × CMA webhook bridge

Skill instructions

Setup tips & tricks — Slack × CMA webhook bridge Things that aren't obvious from the docs and tend to cost debugging time. --- Mental model Two webhooks, one bridge - Slack → bridge (/slack/events) fires on @mention. Payload carries channel, ts, threadts, user, text. - Anthropic → bridge (/cma-webhook) fires on session idle. Payload carries only the CMA session ID. Neither carries the agent's output. Both are just signals with IDs. The webhook is a doorbell, not a delivery Anthropic's session.statusidled payload is deliberately thin — {type, id}. You follow up with sessions.retrieve(id) (metadata) and sessions.events.list(id) (output). Push the signal, pull the data. metadata is the entire routing state On kickoff, set metadata: {slackchannel, slackthreadts, slackteam}. When the idle webhook arrives later with only a session ID, retrieve the session, read those keys back, and chat.postMessage to exactly the right thread — with nothing stored in the bridge itself. This is what makes it

Explore related resources

Frequently asked questions

What is Slack?

Slack is a open-source AI agent skill with Copy skill directory. Setup tips & tricks — Slack × CMA webhook bridge

Who is Slack best for?

Slack is best for reusing agent instructions, scripts, and references, documentation workflows, data analysis workflows.

How do I install Slack?

Install or run Slack using Copy skill directory. Check Slack for the latest setup command.

Is Slack actively maintained?

Slack may need a closer maintenance check before production use.

Share:

Stars
48,781
Forks
5,767
Last commit
9 days ago
Repository age
3 years
License
MIT

Auto-fetched from GitHub.

Similar to Slack