{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/epstein",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=epstein",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/epstein.mjs"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/epstein",
    "agentPageUrl": "https://openagent3.xyz/skills/epstein/agent",
    "manifestUrl": "https://openagent3.xyz/skills/epstein/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/epstein/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Epstein Files Search — Free DOJ Document Search",
        "body": "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.\n\n100% free. No API keys. No accounts. No payment."
      },
      {
        "title": "Quick Start",
        "body": "# Search by name\nnode scripts/epstein.mjs search --query \"Ghislaine Maxwell\" --limit 10\n\n# Search by topic\nnode scripts/epstein.mjs search --query \"flight logs\" --limit 20\n\n# Search by location\nnode scripts/epstein.mjs search --query \"Little St James\"\n\n# Get index statistics\nnode scripts/epstein.mjs stats"
      },
      {
        "title": "search — Search Epstein Documents",
        "body": "Search across all 44,886+ indexed documents by keyword, name, topic, or location.\n\nnode scripts/epstein.mjs search --query \"SEARCH TERMS\" [--limit N]\n\nFlagDescriptionDefault--query <terms>Search query (required)—--limit <N>Number of results (1-500)10\n\nExamples:\n\n# Search for a specific person\nnode scripts/epstein.mjs search --query \"Prince Andrew\"\n\n# Search for a topic\nnode scripts/epstein.mjs search --query \"financial transactions\"\n\n# Search for locations\nnode scripts/epstein.mjs search --query \"New York mansion\"\n\n# Get more results\nnode scripts/epstein.mjs search --query \"flight logs\" --limit 50\n\n# Search for evidence types\nnode scripts/epstein.mjs search --query \"phone records\""
      },
      {
        "title": "stats — Index Statistics",
        "body": "Get the current state of the document index — total documents, database size, and last update time.\n\nnode scripts/epstein.mjs stats"
      },
      {
        "title": "Output Format",
        "body": "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."
      },
      {
        "title": "Search Result Shape",
        "body": "{\n  \"query\": \"flight logs\",\n  \"totalHits\": 1523,\n  \"hits\": [\n    {\n      \"id\": \"doc-abc123\",\n      \"efta_id\": \"EFTA-00001234\",\n      \"content_preview\": \"Excerpt from the document...\",\n      \"doc_type\": \"legal_document\",\n      \"dataset\": \"epstein_files\",\n      \"pages\": 3,\n      \"people\": [\"Person A\", \"Person B\"],\n      \"locations\": [\"New York\", \"Palm Beach\"],\n      \"aircraft\": [\"N908JE\"],\n      \"evidence_types\": [\"financial_record\"],\n      \"source\": \"DOJ Release Jan 2026\",\n      \"indexed_at\": \"2026-01-31T...\",\n      \"doj_url\": \"https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001234.pdf\",\n      \"doj_listing_url\": \"https://www.justice.gov/epstein/doj-disclosures/data-set-9-files\"\n    }\n  ]\n}\n\nNew 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:\n\n--- Quick Links ---\n1. EFTA-00001234: https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001234.pdf\n2. EFTA-00001235: https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001235.pdf"
      },
      {
        "title": "Stats Shape",
        "body": "{\n  \"totalDocuments\": 44886,\n  \"databaseSize\": \"2.1 GB\",\n  \"lastUpdate\": \"2026-01-31T...\",\n  \"isIndexing\": false\n}"
      },
      {
        "title": "Data Source",
        "body": "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.\n\nSource: DOJ Epstein Records\nIndex: DugganUSA Analytics\nCoverage: 44,886+ document files (3+ million pages)\nContent: Court filings, depositions, flight logs, financial records, communications, evidence inventories, and more"
      },
      {
        "title": "Piping & Integration",
        "body": "Results go to stdout as JSON, making it easy to pipe into other tools:\n\n# Pipe to jq for filtering\nnode scripts/epstein.mjs search --query \"Maxwell\" --limit 100 | jq '.hits[] | .people'\n\n# Save results to file\nnode scripts/epstein.mjs search --query \"flight logs\" --limit 500 > flight-logs.json\n\n# Count total hits\nnode scripts/epstein.mjs search --query \"Palm Beach\" | jq '.totalHits'\n\n# Extract all mentioned people\nnode scripts/epstein.mjs search --query \"2005\" --limit 100 | jq '[.hits[].people[]?] | unique'"
      },
      {
        "title": "Troubleshooting",
        "body": "\"Cannot reach API\"\nCheck your internet connection. The DugganUSA API may have temporary downtime.\n\n\"No results found\"\nTry broader search terms. The search is keyword-based — use names, locations, or document types rather than full sentences.\n\nSlow responses\nThe API typically responds in 100-900ms. Larger result sets (limit > 100) may take slightly longer."
      },
      {
        "title": "References",
        "body": "DOJ Epstein Records — Official DOJ release page\nDugganUSA API — Search index provider\nProject Einstein — AI agent with built-in Epstein files search"
      }
    ],
    "body": "Epstein Files Search — Free DOJ Document Search\n\nSearch 44,886+ declassified Jeffrey Epstein documents released by the U.S. Department of Justice on January 30, 2026. Powered by the DugganUSA public index.\n\n100% free. No API keys. No accounts. No payment.\n\nQuick Start\n# Search by name\nnode scripts/epstein.mjs search --query \"Ghislaine Maxwell\" --limit 10\n\n# Search by topic\nnode scripts/epstein.mjs search --query \"flight logs\" --limit 20\n\n# Search by location\nnode scripts/epstein.mjs search --query \"Little St James\"\n\n# Get index statistics\nnode scripts/epstein.mjs stats\n\nCommands\nsearch — Search Epstein Documents\n\nSearch across all 44,886+ indexed documents by keyword, name, topic, or location.\n\nnode scripts/epstein.mjs search --query \"SEARCH TERMS\" [--limit N]\n\nFlag\tDescription\tDefault\n--query <terms>\tSearch query (required)\t—\n--limit <N>\tNumber of results (1-500)\t10\n\nExamples:\n\n# Search for a specific person\nnode scripts/epstein.mjs search --query \"Prince Andrew\"\n\n# Search for a topic\nnode scripts/epstein.mjs search --query \"financial transactions\"\n\n# Search for locations\nnode scripts/epstein.mjs search --query \"New York mansion\"\n\n# Get more results\nnode scripts/epstein.mjs search --query \"flight logs\" --limit 50\n\n# Search for evidence types\nnode scripts/epstein.mjs search --query \"phone records\"\n\nstats — Index Statistics\n\nGet the current state of the document index — total documents, database size, and last update time.\n\nnode scripts/epstein.mjs stats\n\nOutput Format\n\nSearch 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.\n\nSearch Result Shape\n{\n  \"query\": \"flight logs\",\n  \"totalHits\": 1523,\n  \"hits\": [\n    {\n      \"id\": \"doc-abc123\",\n      \"efta_id\": \"EFTA-00001234\",\n      \"content_preview\": \"Excerpt from the document...\",\n      \"doc_type\": \"legal_document\",\n      \"dataset\": \"epstein_files\",\n      \"pages\": 3,\n      \"people\": [\"Person A\", \"Person B\"],\n      \"locations\": [\"New York\", \"Palm Beach\"],\n      \"aircraft\": [\"N908JE\"],\n      \"evidence_types\": [\"financial_record\"],\n      \"source\": \"DOJ Release Jan 2026\",\n      \"indexed_at\": \"2026-01-31T...\",\n      \"doj_url\": \"https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001234.pdf\",\n      \"doj_listing_url\": \"https://www.justice.gov/epstein/doj-disclosures/data-set-9-files\"\n    }\n  ]\n}\n\n\nNew 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:\n\n--- Quick Links ---\n1. EFTA-00001234: https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001234.pdf\n2. EFTA-00001235: https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001235.pdf\n\nStats Shape\n{\n  \"totalDocuments\": 44886,\n  \"databaseSize\": \"2.1 GB\",\n  \"lastUpdate\": \"2026-01-31T...\",\n  \"isIndexing\": false\n}\n\nData Source\n\nAll 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.\n\nSource: DOJ Epstein Records\nIndex: DugganUSA Analytics\nCoverage: 44,886+ document files (3+ million pages)\nContent: Court filings, depositions, flight logs, financial records, communications, evidence inventories, and more\nPiping & Integration\n\nResults go to stdout as JSON, making it easy to pipe into other tools:\n\n# Pipe to jq for filtering\nnode scripts/epstein.mjs search --query \"Maxwell\" --limit 100 | jq '.hits[] | .people'\n\n# Save results to file\nnode scripts/epstein.mjs search --query \"flight logs\" --limit 500 > flight-logs.json\n\n# Count total hits\nnode scripts/epstein.mjs search --query \"Palm Beach\" | jq '.totalHits'\n\n# Extract all mentioned people\nnode scripts/epstein.mjs search --query \"2005\" --limit 100 | jq '[.hits[].people[]?] | unique'\n\nTroubleshooting\n\n\"Cannot reach API\" Check your internet connection. The DugganUSA API may have temporary downtime.\n\n\"No results found\" Try broader search terms. The search is keyword-based — use names, locations, or document types rather than full sentences.\n\nSlow responses The API typically responds in 100-900ms. Larger result sets (limit > 100) may take slightly longer.\n\nReferences\nDOJ Epstein Records — Official DOJ release page\nDugganUSA API — Search index provider\nProject Einstein — AI agent with built-in Epstein files search"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ChuXo/epstein",
    "publisherUrl": "https://clawhub.ai/ChuXo/epstein",
    "owner": "ChuXo",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}