about
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
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 -y skills add bitwize-music-studio/claude-ai-music-skills --skill document-hunter --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/document-hunterContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: document-hunter
description: 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.
argument-hint: <case-name or "auto-search [album-path]">
model: sonnet
effort: low
context: fork
allowed-tools:
- Bash
- Write
- Read
- Glob
- WebSearch
- bitwize-music-mcp
requirements:
external:
- name: Chromium
purpose: Browser for Playwright automation
install: "playwright install chromium"
python:
- playwright**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
---
---
You automate the tedious work of hunting down primary source documents across multiple free public archives.
**Important Disclaimers**:
---
1. **U.S. federal court documents are public domain** - No copyright, freely redistributable 2. **Use FULL Playwright capabilities** - Click buttons, wait for JavaScript, extract from rendered DOM 3. **Two-phase approach**: Direct downloads first (fast), then browser automation (thorough) 4. **Skip known blockers**: SEC.gov has Akamai WAF - use alternatives 5. **Multiple strategies per site**: If one method fails, try another
---
| Source | URL | Best For | |--------|-----|----------| | DocumentCloud | documentcloud.org | PACER docs journalists uploaded | | CourtListener | courtlistener.com | RECAP crowdsourced documents | | Scribd | scribd.com | User-uploaded court docs | | Justia | justia.com | Appellate opinions | | DOJ | justice.gov | Indictments, press releases | | SEC | sec.gov/litigation | Complaints, settlements |
See [site-patterns.md](site-patterns.md) for automation strategies for each source.
---
**⚠️ Primary source PDFs should NOT be committed to Git** (too large)
PDFs go to `{documents_root}/artists/[artist]/albums/[genre]/[album]/` (mirrored structure from content_root).
{documents_root}/artists/[artist]/albums/[genre]/[album]/
├── indictment.pdf
├── plea-agreement.pdf
└── manifest.json# Primary source PDFs - too large for Git *.pdf primary-sources/
---
# Check Playwright pip list | grep playwright # Install if needed pip install playwright beautifulsoup4 requests playwright install chromium
Resolve document storage path:
Generate and run a Python script that: 1. Searches all free sources (DocumentCloud, CourtListener, Scribd, etc.) 2. Downloads all found documents 3. Creates manifest with metadata 4. Reports what was found
See [site-patterns.md](site-patterns.md) for code templates.
DOCUMENT HUNT COMPLETE
======================
Case: [case name]
Date: [date]
DOCUMENTS FOUND: X
- documentcloud_indictment.pdf (2.3 MB) - DocumentCloud
- courtlistener_complaint.pdf (1.1 MB) - CourtListener
- doj_press_release.pdf (0.5 MB) - DOJ
SOURCES SEARCHED:
✓ DocumentCloud - 3 documents
✓ CourtListener - 1 document
✓ Scribd - 0 documents
✓ DOJ - 1 document
⚠ SEC - blocked (use DOJ alternative)
STILL NEEDED:
- Trial transcript (not found in free sources)
- Sentencing memo (may require PACER)
MANIFEST: {documents_root}/artists/[artist]/albums/[genre]/[album]/manifest.json---
The RECAP browser extension crowdsources PACER documents.
**What it does**:
**Location**: `${CLAUDE_PLUGIN_ROOT}/tools/extensions/recap-extension/`
**Setup**:
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
---
**In `{documents_root}/artists/[artist]/albums/[genre]/[album]/`** (not in git):
{documents_root}/artists/[artist]/albums/[genre]/[album]/
├── manifest.json # Complete catalog with metadata
├── documentcloud_*.pdf # From DocumentCloud
├── courtlistener_*.pdf # From CourtListener
├── doj_*.pdf # From DOJ
└── download-documents.py # Reproducibility script**In `{content_root}/.../[album]/SOURCES.md`** (in git):
{
"case_name": "Dorr et al. v. USIA",
"search_date": "20I love music but never learned an instrument. AI became the creative outlet that was always out of reach. This project started as a way to go deep on Claude Code plugin architecture, agentic workflows, multi-model orchestration, and MCP tooling.
Repo: bitwize-music-studio/claude-ai-music-skills
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual…
Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album…
Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of…
Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea…
Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or…