/install discrawl
Discrawl
Use local Discord archive data before live Discord APIs. Check freshness for recent/current questions:
discrawl status --json
discrawl doctor
Refresh only when stale or asked:
discrawl sync --source wiretap
discrawl sync
Query with bounded slices:
DISCRAWL_NO_AUTO_UPDATE=1 discrawl search --limit 20 "query"
discrawl messages --channel '#maintainers' --days 7 --all
discrawl dms --last 20
DISCRAWL_NO_AUTO_UPDATE=1 discrawl --json sql "select count(*) from messages;"
Report absolute date spans, channel/DM names, counts, and known gaps. Use read-only SQL for exact counts/rankings. Never use --unsafe --confirm unless the user explicitly requests a reviewed DB mutation.
Boundaries: bot sync needs configured Discord bot credentials. Wiretap reads local Discord Desktop artifacts only; do not extract user tokens, call Discord as the user, or write to Discord storage. Git-share snapshots must not include secrets or @me DM rows.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install discrawl - After installation, invoke the skill by name or use
/discrawl - Provide required inputs per the skill's parameter spec and get structured output
What is Discrawl?
Discord archive: search, sync freshness, DMs, channel slices, SQL counts, and Discrawl repo work. It is an AI Agent Skill for Claude Code / OpenClaw, with 250 downloads so far.
How do I install Discrawl?
Run "/install discrawl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Discrawl free?
Yes, Discrawl is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Discrawl support?
Discrawl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Discrawl?
It is built and maintained by OpenClaw (@openclaw); the current version is v1.0.0.