CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. vm0-ai
  4. /
  5. vm0-skills
  6. /
  7. Slack Webhook

Slack Webhook

Editor's Note

A straightforward wrapper around Slack's incoming webhooks for posting messages from Claude. You write JSON to a temp file and curl it to your webhook URL. The skill covers the basics: plain text, markdown formatting, blocks for richer layouts, and fields for structured data. One thing to know upfront is that each webhook is hardcoded to a single channel and you can't change the sender name or icon on the fly, those are set in your Slack app config. The rate limit is one message per second. If you need to read messages, delete posts, or work across multiple channels, you'll want the full Bot Token API instead. Good for fire and forget notifications when you don't need bidirectional conversation.

Install

npx skills add https://github.com/vm0-ai/vm0-skills --skill slack-webhook
Votes
0
Installs152
GitHub Stars63
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment