discrawl

Run read-only SQL queries and bounded searches on Discord archives.

20|25|Updated May 30, 2026
One-click install
npx skills add https://github.com/OpenCoven/coven-cave --skill discrawl-opencoven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discrawl
Source: https://github.com/OpenCoven/coven-cave/tree/main/marketplace/plugins/discrawl/skills/discrawl
Command: npx skills add https://github.com/OpenCoven/coven-cave --skill discrawl-opencoven

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of managing large Discord archives, ensuring freshness, and performing targeted searches without the risk of data corruption.

Core Features & Use Cases

  • Archive Freshness: Check the freshness of your Discord archive with the status/doctor command.
  • Bounded Search: Execute bounded searches and channel slices for specific messages.
  • Read-Only SQL: Use SQL queries for exact counts and rankings without altering the database.
  • Use Case: Before running a major update, use discrawl to check the freshness of the archive and extract a subset of messages from a specific channel over the last 7 days for review.

Quick Start

Run the 'discrawl status --json' command to check the freshness of your Discord archive and refresh it if necessary using 'discrawl sync --source wiretap'.

Frequently Asked Questions about discrawl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the freshness of a Discord archive before running database updates?

Use the status or doctor command to check Discord archive freshness, verifying data integrity and recent synchronization status before executing major database updates.

Can I run SQL queries on Discord archives to get exact message counts without altering the database?

Yes, you can execute read-only SQL queries on Discord archives to extract exact message counts and rankings without risking data corruption or modifying the underlying database.

What is the best way to search for specific messages in a large Discord channel archive?

The best way to search large Discord archives is by executing bounded searches and channel slices, allowing you to extract targeted subsets of messages from specific channels over defined timeframes.

How do I sync a Discord archive if the freshness check fails?

If your Discord archive freshness check fails, refresh the data by running the 'discrawl sync --source wiretap' command to update the archive before performing any analysis.

Does this Discord archive analysis tool work for administrators managing very large servers?

Yes, this tool is specifically optimized for administrators managing large Discord servers, providing bounded searches and read-only queries to ensure data integrity across massive message archives.