Slack Skill
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.
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
- Install or run with Copy skill directory
When to use Slack Skill
- Use it for documentation.
- Use it for data analysis.
Built with
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.
Auto-fetched from GitHub.