discord-clawd
Original:🇺🇸 English
Translated
Use to talk to the Discord-backed OpenClaw agent/session; not for archive search.
7installs
Sourcesteipete/clawdis
Added on
NPX Install
npx skill4agent add steipete/clawdis discord-clawdTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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 instead.
$discrawlTransport
Use the OpenClaw relay helper:
bash
cd ~/Projects/agent-scripts
python3 skills/openclaw-relay/scripts/openclaw_relay.py targets
python3 skills/openclaw-relay/scripts/openclaw_relay.py resolve --target maintainersIf the target alias exists, prefer a private ask first:
bash
python3 skills/openclaw-relay/scripts/openclaw_relay.py ask \
--target maintainers \
--message "Reply with exactly OK."Use when the session should decide whether to post. Use only when the user explicitly wants a message posted.
publishforce-sendGuardrails
- 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.