slack-webhook

Installation
SKILL.md

Usage

Simple Message

Write to /tmp/slack_request.json:

{
  "text": "Hello, world."
}

Then run:

curl -X POST $SLACK_WEBHOOK_URL -H "Content-type: application/json" -d @/tmp/slack_request.json

With Formatting

Installs
154
GitHub Stars
64
First Seen
Jan 24, 2026
slack-webhook — vm0-ai/vm0-skills