Agent Skills
› openclaw/openclaw
› discord-clawd
discord-clawd
GitHub用于通过 OpenClaw 中继向 Discord 代理发送消息或提问,支持目标解析与发布控制。
Trigger Scenarios
需要与 Discord 代理交互
向 Discord 频道发送消息
Install
npx skills add openclaw/openclaw --skill discord-clawd -g -y
SKILL.md
Frontmatter
{
"name": "discord-clawd",
"description": "Use to talk to the Discord-backed OpenClaw agent\/session; not for archive search."
}
Discord Clawd
Use this when the task is to talk with the Discord-backed agent/session, ask it a question, or post through that route.
For Discord archive/history/search, use $discrawl instead.
Transport
Use the OpenClaw relay helper:
cd ~/Projects/agent-scripts
python3 skills/openclaw-relay/scripts/openclaw_relay.py targets
python3 skills/openclaw-relay/scripts/openclaw_relay.py resolve --target maintainers
If the target alias exists, prefer a private ask first:
python3 skills/openclaw-relay/scripts/openclaw_relay.py ask \
--target maintainers \
--message "Reply with exactly OK."
Use publish when the session should decide whether to post. Use force-send only when the user explicitly wants a message posted.
Guardrails
- Resolve the target before sending real content.
- Report the target and delivery mode used.
- Do not use this for local Discord archive queries.
- Do not expose gateway tokens or session secrets.
Version History
- 3374458 Current 2026-08-20 13:28


