CtrlK
BlogDocsLog inGet started
Tessl Logo

discord-clawd

Discord-backed OpenClaw agent/session relay; not archive search.

66

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/discord-clawd/SKILL.md

The canonical home for this skill is discord-clawd in openclaw/openclaw

SKILL.md
Quality
Evals
Security

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.
Repository
steipete/agent-scripts
Last updated
First committed

Canonical home

openclaw/openclaw
In sync

since May 27, 2026

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.