slack-notify
Installation
SKILL.md
Slack Notify
Use this skill only when the user explicitly invokes $slack-notify or explicitly asks to send a Slack notification.
The command posts a plain-text message through slack-post. It loads credentials with the sibling secrets skill, using $secrets slack semantics:
- Token:
SLACK_TOKENorSLACK_BOT_TOKENfrom~/.secrets/.env.slack. - Channel:
SLACK_CHANNELfrom~/.secrets/.env.slack.
Do not print token values, decrypted env values, or full environment dumps.
Usage
./scripts/slack-notify "hello world"
./scripts/slack-notify "task is ready"
The public shorthand is: