# Send Epstein Files Search to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "epstein",
    "name": "Epstein Files Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ChuXo/epstein",
    "canonicalUrl": "https://clawhub.ai/ChuXo/epstein",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/epstein",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=epstein",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/epstein.mjs"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "epstein",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T23:26:24.940Z",
      "expiresAt": "2026-05-09T23:26:24.940Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=epstein",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=epstein",
        "contentDisposition": "attachment; filename=\"epstein-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "epstein"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/epstein"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/epstein",
    "downloadUrl": "https://openagent3.xyz/downloads/epstein",
    "agentUrl": "https://openagent3.xyz/skills/epstein/agent",
    "manifestUrl": "https://openagent3.xyz/skills/epstein/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/epstein/agent.md"
  }
}
```
## Documentation

### Epstein Files Search — Free DOJ Document Search

Search 44,886+ declassified Jeffrey Epstein documents released by the U.S. Department of Justice on January 30, 2026. Powered by the DugganUSA public index.

100% free. No API keys. No accounts. No payment.

### Quick Start

# Search by name
node scripts/epstein.mjs search --query "Ghislaine Maxwell" --limit 10

# Search by topic
node scripts/epstein.mjs search --query "flight logs" --limit 20

# Search by location
node scripts/epstein.mjs search --query "Little St James"

# Get index statistics
node scripts/epstein.mjs stats

### search — Search Epstein Documents

Search across all 44,886+ indexed documents by keyword, name, topic, or location.

node scripts/epstein.mjs search --query "SEARCH TERMS" [--limit N]

FlagDescriptionDefault--query <terms>Search query (required)—--limit <N>Number of results (1-500)10

Examples:

# Search for a specific person
node scripts/epstein.mjs search --query "Prince Andrew"

# Search for a topic
node scripts/epstein.mjs search --query "financial transactions"

# Search for locations
node scripts/epstein.mjs search --query "New York mansion"

# Get more results
node scripts/epstein.mjs search --query "flight logs" --limit 50

# Search for evidence types
node scripts/epstein.mjs search --query "phone records"

### stats — Index Statistics

Get the current state of the document index — total documents, database size, and last update time.

node scripts/epstein.mjs stats

### Output Format

Search results are returned as JSON to stdout (for easy piping and parsing). Status messages and Quick Links (direct PDF URLs) go to stderr for easy viewing.

### Search Result Shape

{
  "query": "flight logs",
  "totalHits": 1523,
  "hits": [
    {
      "id": "doc-abc123",
      "efta_id": "EFTA-00001234",
      "content_preview": "Excerpt from the document...",
      "doc_type": "legal_document",
      "dataset": "epstein_files",
      "pages": 3,
      "people": ["Person A", "Person B"],
      "locations": ["New York", "Palm Beach"],
      "aircraft": ["N908JE"],
      "evidence_types": ["financial_record"],
      "source": "DOJ Release Jan 2026",
      "indexed_at": "2026-01-31T...",
      "doj_url": "https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001234.pdf",
      "doj_listing_url": "https://www.justice.gov/epstein/doj-disclosures/data-set-9-files"
    }
  ]
}

New in v1.1.0: Each result now includes doj_url (direct PDF link) and doj_listing_url (dataset page). The CLI also displays Quick Links in stderr output:

--- Quick Links ---
1. EFTA-00001234: https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001234.pdf
2. EFTA-00001235: https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001235.pdf

### Stats Shape

{
  "totalDocuments": 44886,
  "databaseSize": "2.1 GB",
  "lastUpdate": "2026-01-31T...",
  "isIndexing": false
}

### Data Source

All documents come from the U.S. Department of Justice release of Jeffrey Epstein-related records on January 30, 2026. The documents are indexed and searchable via the DugganUSA public API.

Source: DOJ Epstein Records
Index: DugganUSA Analytics
Coverage: 44,886+ document files (3+ million pages)
Content: Court filings, depositions, flight logs, financial records, communications, evidence inventories, and more

### Piping & Integration

Results go to stdout as JSON, making it easy to pipe into other tools:

# Pipe to jq for filtering
node scripts/epstein.mjs search --query "Maxwell" --limit 100 | jq '.hits[] | .people'

# Save results to file
node scripts/epstein.mjs search --query "flight logs" --limit 500 > flight-logs.json

# Count total hits
node scripts/epstein.mjs search --query "Palm Beach" | jq '.totalHits'

# Extract all mentioned people
node scripts/epstein.mjs search --query "2005" --limit 100 | jq '[.hits[].people[]?] | unique'

### Troubleshooting

"Cannot reach API"
Check your internet connection. The DugganUSA API may have temporary downtime.

"No results found"
Try broader search terms. The search is keyword-based — use names, locations, or document types rather than full sentences.

Slow responses
The API typically responds in 100-900ms. Larger result sets (limit > 100) may take slightly longer.

### References

DOJ Epstein Records — Official DOJ release page
DugganUSA API — Search index provider
Project Einstein — AI agent with built-in Epstein files search
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ChuXo
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T23:26:24.940Z
- Expires at: 2026-05-09T23:26:24.940Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/epstein)
- [Send to Agent page](https://openagent3.xyz/skills/epstein/agent)
- [JSON manifest](https://openagent3.xyz/skills/epstein/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/epstein/agent.md)
- [Download page](https://openagent3.xyz/downloads/epstein)