← Back to Skills Marketplace
🔌

Discrawl

by OpenClaw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
250
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install discrawl
Description
Discord archive: search, sync freshness, DMs, channel slices, SQL counts, and Discrawl repo work.
README (SKILL.md)

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.

Usage Guidance
Before installing, confirm you trust the external Discrawl CLI, use only least-privilege Discord bot credentials, avoid user tokens, and verify any shared archive snapshots exclude secrets and private DMs.
Capability Analysis
Type: OpenClaw Skill Name: discrawl Version: 1.0.0 The discrawl skill provides a CLI interface for searching and syncing local Discord archives. The SKILL.md file includes explicit safety boundaries for the AI agent, such as avoiding token extraction, restricting SQL usage to read-only queries by default, and preventing unauthorized Discord API calls. The installation process follows standard Go module patterns (github.com/openclaw/discrawl), and the functionality is consistent with the stated purpose of local data analysis.
Capability Assessment
Purpose & Capability
The stated purpose coherently matches the documented commands for Discord archive search, freshness checks, DMs, channel slices, and SQL counts, but those capabilities involve private communications.
Instruction Scope
The instructions encourage bounded queries and read-only SQL, and they require explicit user request for reviewed database mutations; raw SQL and sync commands still deserve user attention.
Install Mechanism
The skill installs the discrawl binary from a Go module using @latest, so behavior depends on the external module version fetched at install time.
Credentials
Discord bot credentials and local Discord Desktop artifacts are purpose-aligned for archive sync/search, but they are sensitive and should be scoped carefully.
Persistence & Privilege
No hidden background persistence is shown, but archive data and git-share snapshots may retain or propagate private Discord content if not handled carefully.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install discrawl
  3. After installation, invoke the skill by name or use /discrawl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Adopt as stock OpenClaw skill with compact CLI metadata.
v0.1.0
Initial publish: PaperChase crawler-fleet skill wrapping the upstream discrawl CLI.
Metadata
Slug discrawl
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

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.

💬 Comments