Search 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 release). Free, no payment required. Search by name, topic, location, or keyword across the full DugganUSA index of declassified Epstein files. Returns document previews, people mentioned, locations, aircraft, evidence types, and source references.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install epstein或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install epstein⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/epstein/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: epstein description: > Search 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 release). Free, no payment required. Search by name, topic, location, or keyword across the full DugganUSA index of declassified Epstein files. Returns document previews, people mentioned, locations, aircraft, evidence types, and source references. metadata: author: project-einstein version: "1.1.0" clawdbot: emoji: "📂" homepage: "https://emc2ai.io" requires: bins: ["node", "curl"] ---
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.
# 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 DocumentsSearch across all 44,886+ indexed documents by keyword, name, topic, or location.
node scripts/epstein.mjs search --query "SEARCH TERMS" [--limit N]
| Flag | Description | Default | |------|-------------|---------| | --query | Search query (required) | — | | --limit | 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 StatisticsGet the current state of the document index — total documents, database size, and last update time.
node scripts/epstein.mjs stats
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.
{
"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
{
"totalDocuments": 44886,
"databaseSize": "2.1 GB",
"lastUpdate": "2026-01-31T...",
"isIndexing": false
}
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.
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'
"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.
安装 Epstein Files Search 后,可以对 AI 说这些话来触发它
Help me get started with Epstein Files Search
Explains what Epstein Files Search does, walks through the setup, and runs a quick demo based on your current project
Use Epstein Files Search to search 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 rel...
Invokes Epstein Files Search with the right parameters and returns the result directly in the conversation
What can I do with Epstein Files Search in my data & analytics workflow?
Lists the top use cases for Epstein Files Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/epstein/ 目录(个人级,所有项目可用),或 .claude/skills/epstein/(项目级)。重启 AI 客户端后,用 /epstein 主动调用,或让 AI 根据上下文自动发现并使用。
Epstein Files Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Epstein Files Search 可免费安装使用。请查阅仓库了解许可证信息。
Search 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 release). Free, no payment required. Search by name, topic, location, or keyword across the full DugganUSA index of declassified Epstein files. Returns document previews, people mentioned, locations, aircraft, evidence types, and source references.
Automate my data & analytics tasks using Epstein Files Search
Identifies repetitive steps in your workflow and sets up Epstein Files Search to handle them automatically
Epstein Files Search 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。