Slack Notify
SkillCommunicationPlan a digest-bound Slack notification, then deliver the exact approved channel post through any compatible Slack binding with provider readback.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Slack Notify skill
What this skill tells your AI
The instructions your AI receives, as published by runxhq/runx in skills/slack-notify/SKILL.md and read by ahel’s review.
Send one deliberate Slack channel notification without exposing a Slack token to the skill or letting approved content drift before delivery. The skill separates safe message planning from the consequential provider mutation and requires Slack readback before it calls the notification delivered.
Use this for bounded notifications to a known workspace and channel. It is not a team inbox, a Slack history reader, or a customer-support workflow. Higher- level operator skills may prepare the message and destination, but this skill owns the final channel-post boundary.
Composes
send-as#plan
Runners
The default notify runner plans, requests approval only at the live post,
delivers once, and requires independent readback. plan validates a channel name, channel id, or exact
slack://workspace/channel destination, computes an inline message digest with
Runx's native data.digest, and binds that digest, the named principal, and the
send intent through the canonical send-as planning model. It does not post
and needs no approval. Delivery still requires the exact connector locator.
deliver accepts only that exact plan, the matching destination and message
text, and a stable UUID idempotency key. Runx recomputes the digest and compares
the complete delivery binding without echoing message content. It then:
- stops at explicit human approval;
- resolves the configured provider binding for
channel.postand the follow-upchannel.post.read; - asks the selected provider transport to execute that bounded mutation while its credential boundary retains custody; and
- reads the returned message locator back from Slack, compares the exact locator, destination, content digest, and occurrence time, then seals only those bounded evidence fields.
The binding may be local, self-hosted, third-party, or Runx-hosted. The skill never receives a Slack token, constructs a raw HTTP request, owns a tenant, or stores connector credentials in its inputs or receipts.
Inputs and result
Planning needs the principal, exact Slack locator, message text, purpose, and
any audience constraints required by send-as. Delivery needs the resulting
notify_plan, identical locator and text, and stable idempotency key.
A plan ends as not sent. A delivery is valid only when the sealed
runx.provider.operation.v1 packet identifies the Slack operation and carries
the provider-returned message locator, conversation locator, content digest,
and occurrence time for the posted message. The follow-up channel-post readback must
resolve that exact locator. Provider acceptance without those expected fields,
the exact destination and content identity, and the stable-id readback is not
enough.
Stop conditions
- Stop on plan, destination, content-digest, principal, or audience drift.
- Stop when approval is absent or denied.
- Refuse a missing, ambiguous, wrong-provider, or insufficient-scope Slack binding for either operation rather than falling back to a raw token.
- Replays may reuse the same idempotency binding only for the exact same post; changed content must not inherit the old approval.
- Do not call a sealed plan “delivered” and do not manufacture provider readback in a fixture or agent answer.
Example
An operator plans “release 2.4 is verified” for one internal channel. Approval binds that exact text and destination. If the text changes to include another claim, delivery refuses the digest mismatch. With a matching plan and one valid Slack binding, the provider operation posts and returns the Slack message id; the follow-up channel-post readback resolves that id, and those provider observations—not the local plan—prove delivery.
Signals
- GitHub stars
- 87
- Forks
- 101
- Last commit
- Sep 2026
ahel review
S4info
community integration — published by runxhq, not slack
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
slack-notify- Source
- github.com/runxhq/runx