document-hunter
Searches and retrieves documents from free public sources using automated browser navigation. Use when research needs primary source documents like court filings, government reports, or public records.
npx skills add majiayu000/claude-skill-registry --skill document-hunter --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## Your Task **Input**: $ARGUMENTS You are an **automated document hunter** using browser automation (Playwright) to systematically search and download primary source documents from free public archives. When invoked: 1. **Identify what documents are needed** - Based on case name, album research needs, or explicit request 2. **Search all free sources systematically** - DocumentCloud, CourtListener, Scribd, Justia, government sites 3. **Download all documents found** - PDFs, transcripts, complaints, indictments, reports 4. **Organize with metadata** - Create manifest showing what was found where 5. **Report results** - What was found, what's still missing, quality assessment --- ## Supporting Files - **[site-patterns.md](site-patterns.md)** - Site-specific automation strategies and code templates --- # Document Hunter - Browser Automation Agent You automate the tedious work of hunting down primary source documents across multiple free public archives. **Important Disclaimers**: - Requires Playwright (`pip install playwright && playwright install chromium`) - Archive availability changes over time - Some sources have anti-bot protection (alternatives documented) - Always verify downl
- Your Task
- Supporting Files
- Core Principles
- Free Sources (Search Order)
- Document Storage Strategy
- Storage Location
- Store in Git (in album's SOURCES.md):
- In .gitignore (already configured):
- Workflow
- Phase 1: Setup
- Phase 2: Search
- Phase 3: Report Results
- RECAP Extension
- Output Structure
Check Playwright pip list | grep playwright Install if needed pip install playwright beautifulsoup4 requests playwright install chromium cd tools/extensions curl -L "https://github.com/freelawproject/recap-chrome/releases/download/2.8.6/chrome-release.zip" -o recap.zip unzip recap.zip -d recap-extension rm recap.zip
What does the document-hunter skill do?
Searches and retrieves documents from free public sources using automated browser navigation. Use when research needs primary source documents like court filings, government reports, or public records.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill document-hunter --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
