Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill document-hunter --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: -Bash-Write-Read-Glob-WebSearch-bitwize-music-mcp
Path: skills/analysis/document-hunter/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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

What's inside
Steps it walks through
  1. Your Task
  2. Supporting Files
  3. Core Principles
  4. Free Sources (Search Order)
  5. Document Storage Strategy
  6. Storage Location
  7. Store in Git (in album's SOURCES.md):
  8. In .gitignore (already configured):
  9. Workflow
  10. Phase 1: Setup
  11. Phase 2: Search
  12. Phase 3: Report Results
  13. RECAP Extension
  14. Output Structure
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going