ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

edisclaw

E-Discovery costs $3,000+ per GB when outsourced. edisclaw processes, deduplicates, culls, and searches ESI collections locally for a fraction of the cost—giving small firms the same firepower as Big Law's litigation support floor.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jagadeeshmurali-coder/ediscclaw
Or

edisclaw

E-Discovery shouldn't cost more than the lawsuit.

Firms spend $3,000–$18,000 per gigabyte outsourcing e-discovery. edisclaw brings the entire processing pipeline into your terminal—collect, deduplicate, cull by keyword and date, tag for relevance, and export production-ready load files. All locally. All under your control.

You don't need a vendor. You need a command.

Who it's for: Litigators handling discovery, paralegals managing document review, solo attorneys who can't afford Relativity, and in-house teams running internal investigations.

What it replaces: $50K+ vendor invoices, Relativity seats you don't need, and the 3-week turnaround that kills your case timeline.


Pricing

FeatureFreePro ($49/mo)Litigation ($199/mo)
ESI processingUp to 1 GBUp to 50 GBUnlimited
DeduplicationMD5 onlyMD5 + fuzzy near-dedupFull near-dedup + email threading
Keyword searchBasic grepRegex + proximity + stemmingFull-text index + Boolean
Date culling
File type filtering
TAR (Technology Assisted Review)Seed set + prioritizeFull active learning loop
Load file exportConcordance (.dat)Concordance + Relativity + EDRM XML
Email threadingBasicFull conversation threading
OCR for scanned docs✅ + batch
Matters1 active10 activeUnlimited
Team reviewersUp to 15
Audit trailBasicFullFull + court-ready certification

edisclaw upgrade pro — 14-day free trial.


Core Commands

Collection & Ingestion

  • edisclaw ingest ./custodian_files/ --matter "Smith v. Jones"
  • edisclaw ingest mailbox.pst --matter "Smith v. Jones" --custodian "J. Smith"
  • edisclaw ingest ./emails/ --format mbox --matter "Smith v. Jones"
  • edisclaw ingest --source gdrive --custodian "CEO" --matter "Investigation" (Pro)
  • edisclaw status --matter "Smith v. Jones" — Processing progress

Deduplication

  • edisclaw dedup --matter "Smith v. Jones" — MD5 exact dedup
  • edisclaw dedup --matter "Smith v. Jones" --near — Near-dedup (Pro)
  • edisclaw dedup report --matter "Smith v. Jones" — How much was removed

Culling & Filtering

  • edisclaw cull --matter "Smith v. Jones" --date-from 2024-01-01 --date-to 2025-12-31
  • edisclaw cull --matter "Smith v. Jones" --filetype pdf,docx,xlsx,msg
  • edisclaw cull --matter "Smith v. Jones" --exclude-filetype jpg,png,gif — Remove images
  • edisclaw cull --matter "Smith v. Jones" --min-size 1KB — Remove empty/tiny files
  • edisclaw cull report --matter "Smith v. Jones" — Culling summary

Metadata

Stars2032
Views0
Updated2026-03-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jagadeeshmurali-coder-ediscclaw": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.