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_TOKEN or SLACK_BOT_TOKEN from ~/.secrets/.env.slack.
  • Channel: SLACK_CHANNEL from ~/.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:

Installs
1
GitHub Stars
13
First Seen
8 days ago
slack-notify — kevinslin/skills