Post a message to a Slack channel via incoming webhook
Scanned 9/8/2026
Install to Claude Code
npx -y skills add KeyArgo/custodian-kernel --skill slack-message --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Slack Message?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/keyargo-slack-message)More formats (shields.io, HTML) on the badges page.
---
name: slack-message
description: "Post a message to a Slack channel via incoming webhook"
version: 1.0.0
author: custodian
license: MIT
platforms: [linux, darwin, windows]
metadata:
hermes:
tags: [Communication, Slack]
custodian:
band: L1
cost_usd: 0.0
configured: false
---
# Slack Message
Post a message to a Slack channel via incoming webhook
## Authority band
This tool runs under **L1** authority in the Custodian kernel. Trivial autonomous spend or free side-effect — no human approval required.
## Inputs
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| (see execute.py for full schema) | | | |
## Configuration
Set the required environment variables before use. Until configured, `custodian tools run slack-message` returns a stub response indicating which variables are needed.
## Usage
```bash
custodian tools run slack-message --param value
```
## Custodian governance
Every call to this tool passes through the Custodian kernel authority check
before executing. The kernel verifies the current authority band, checks
spending caps where applicable, logs the action to the OCSF audit trail,
and escalates to a human operator if the action exceeds the declared band.
Adding this tool to any Hermes agent session requires no code changes —
declare `custodian-band: L1` in the SKILL.md frontmatter and the kernel
wraps it automatically.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!