slack-webhook

Official

One-way Slack alerts with Incoming Webhooks.

Authorvm0-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill sends messages to a Slack channel using an Incoming Webhook, bypassing OAuth and bot setup.

Core Features & Use Cases

  • Simple notifications to a channel
  • CI/CD alerts and status updates
  • Lightweight integration without full Slack app configuration

Quick Start

curl -X POST $SLACK_WEBHOOK_URL -H "Content-type: application/json" -d '{"text":"Deployment succeeded!"}'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: slack-webhook
Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#slack-webhook

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository