Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Added direct PDF links (doj_url) to all search results and Quick Links section in CLI output for easy access to DOJ documents
What This Skill Does
Searches 44,886+ Jeffrey Epstein documents released by the U.S. Department of Justice in January 2026. Queries the DugganUSA public index by name, keyword, topic, or location. Returns document previews, mentioned people, locations, aircraft tail numbers, and direct PDF links.
Returns structured JSON to stdout with direct DOJ PDF links, so results can be filtered, saved, or piped into other tools without any account or API key.
When to use it
- Finding all documents that mention a specific named individual
- Pulling flight log entries tied to a tail number or date range
- Locating records referencing a specific property or geographic location
- Extracting financial transaction records from court filings
- Piping search results into jq to build a deduplicated list of named people
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: find documents mentioning Ghislaine Maxwell and get direct PDF links
- 1Run search command with --query 'Ghislaine Maxwell' and --limit 20
- 2Receive JSON on stdout and Quick Links on stderr
- 3Parse hits array to extract content_preview, people, and locations fields
- 4Pull doj_url from each result for direct PDF access
20 matching documents with content excerpts, co-mentioned people, location references, and direct DOJ PDF URLs