chore: install discord clawd skill · openclaw/openclaw@4db1faa
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
File tree
.agents/skills/discord-clawd
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +--- |
| 2 | +name: discord-clawd |
| 3 | +description: Use to talk to the Discord-backed OpenClaw agent/session; not for archive search. |
| 4 | +--- |
| 5 | + |
| 6 | +# Discord Clawd |
| 7 | + |
| 8 | +Use this when the task is to talk with the Discord-backed agent/session, ask it a question, or post through that route. |
| 9 | + |
| 10 | +For Discord archive/history/search, use `$discrawl` instead. |
| 11 | + |
| 12 | +## Transport |
| 13 | + |
| 14 | +Use the OpenClaw relay helper: |
| 15 | + |
| 16 | +```bash |
| 17 | +cd ~/Projects/agent-scripts |
| 18 | +python3 skills/openclaw-relay/scripts/openclaw_relay.py targets |
| 19 | +python3 skills/openclaw-relay/scripts/openclaw_relay.py resolve --target maintainers |
| 20 | +``` |
| 21 | + |
| 22 | +If the target alias exists, prefer a private ask first: |
| 23 | + |
| 24 | +```bash |
| 25 | +python3 skills/openclaw-relay/scripts/openclaw_relay.py ask \ |
| 26 | + --target maintainers \ |
| 27 | + --message "Reply with exactly OK." |
| 28 | +``` |
| 29 | + |
| 30 | +Use `publish` when the session should decide whether to post. Use `force-send` only when the user explicitly wants a message posted. |
| 31 | + |
| 32 | +## Guardrails |
| 33 | + |
| 34 | +- Resolve the target before sending real content. |
| 35 | +- Report the target and delivery mode used. |
| 36 | +- Do not use this for local Discord archive queries. |
| 37 | +- Do not expose gateway tokens or session secrets. |
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +interface: |
| 2 | +display_name: "Discord Clawd" |
| 3 | +short_description: "Talk to the Discord-backed OpenClaw agent" |
| 4 | +default_prompt: "Use $discord-clawd to route a private ask or explicit post through the Discord-backed OpenClaw agent/session." |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。