TopRank Skills

Home / Claw Skills / 搜索 / epstein
Official OpenClaw rules 36%

epstein

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 epstein 技能。 若已安装,则直接安装 epstein 技能。

Overview

Skill Key
chuxo/epstein
Author
chuxo
Source Repo
openclaw/skills
Version
-
Source Path
skills/chuxo/epstein
Latest Commit SHA
2fcb0198e2a8c8adfed28ee949d6ddf928ce85af

Extracted Content

SKILL.md excerpt

# 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](https://analytics.dugganusa.com) public index.

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

## Quick Start

```bash
# 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
```

## Commands

### `search` — Search Epstein Documents

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

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

| Flag | Description | Default |
|------|-------------|---------|
| `--query <terms>` | Search query (required) | — |
| `--limit <N>` | Number of results (1-500) | `10` |

**Examples:**

```bash
# 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.

```bash
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

```json
{
  "query": "flight logs",
  "totalHits": 1523,
  "hits": [
    {
      "id": "doc-abc123",
      "efta_id": "EFTA-00001234",...

Related Claw Skills