LaunchKit · 2026
Back to Skills

Search 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 release)

2
874 downloads
by @chuxo

Setup & Installation

openclaw skills install @chuxo/epstein

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install epstein

Version History

v1.1.0Feb 9, 2026 - Version note by skill developer:

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.

INPUT

User asks: find documents mentioning Ghislaine Maxwell and get direct PDF links

AGENT
  1. 1Run search command with --query 'Ghislaine Maxwell' and --limit 20
  2. 2Receive JSON on stdout and Quick Links on stderr
  3. 3Parse hits array to extract content_preview, people, and locations fields
  4. 4Pull doj_url from each result for direct PDF access
OUTPUT

20 matching documents with content excerpts, co-mentioned people, location references, and direct DOJ PDF URLs