Post a message to a Discord channel via webhook URL
Scanned 9/8/2026
Install to Claude Code
npx -y skills add KeyArgo/custodian-kernel --skill discord-webhook --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Discord Webhook?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/keyargo-discord-webhook)More formats (shields.io, HTML) on the badges page.
---
name: discord-webhook
description: "Post a message to a Discord channel via webhook URL"
version: 1.0.0
author: custodian
license: MIT
platforms: [linux, darwin, windows]
metadata:
hermes:
tags: [Communication, Discord]
custodian:
band: L1
cost_usd: 0.0
configured: false
---
# Discord Webhook
Post a message to a Discord channel via webhook URL
## 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 discord-webhook` returns a stub response indicating which variables are needed.
## Usage
```bash
custodian tools run discord-webhook --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!