Agent Skills: Discord Clawd

Query Peter's local Discord archive in ~/.discrawl/discrawl.db when asked about Discord history, channel activity, top posters, message counts, summaries, or anything in synced Discord data. Use this skill for local search, SQL stats, channel/member lookups, and freshness checks before answering recent or latest Discord questions.

UncategorizedID: steipete/agent-scripts/discord-clawd

Repository

steipeteLicense: NOASSERTION
2,271234

Install this agent skill to your local

pnpm dlx add-skill https://github.com/steipete/agent-scripts/tree/HEAD/skills/discord-clawd

Skill Files

Browse the full folder contents for discord-clawd.

Download Skill

Loading file tree…

skills/discord-clawd/SKILL.md

Skill Metadata

Name
discord-clawd
Description
Discord-backed OpenClaw agent/session relay; not 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.