{
  "schemaVersion": "1.0",
  "item": {
    "slug": "einstein",
    "name": "Einstein x402 Blockchain Analytics",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ChuXo/einstein",
    "canonicalUrl": "https://clawhub.ai/ChuXo/einstein",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/einstein",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=einstein",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "references/examples.md",
      "references/payment-guide.md",
      "references/services-catalog.md",
      "scripts/einstein-services.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/einstein"
    },
    "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/einstein",
    "agentPageUrl": "https://openagent3.xyz/skills/einstein/agent",
    "manifestUrl": "https://openagent3.xyz/skills/einstein/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/einstein/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": "Einstein — Blockchain Analytics via x402",
        "body": "Einstein provides 27 blockchain analytics services accessible via x402 micropayments (USDC on Base). Each query costs $0.25–$1.15 depending on complexity."
      },
      {
        "title": "Quick Start",
        "body": "# 1. Install dependencies (manual step — the setup wizard will NOT run npm for you)\ncd packages/project-einstein/openclaw-skill/einstein && npm install\n\n# 2. Set your private key via environment variable (recommended)\nexport EINSTEIN_X402_PRIVATE_KEY=0x_your_private_key_here\n\n# 3. Or run the interactive setup wizard\nnode scripts/einstein-setup.mjs\n\n# 4. List all services (free)\nnode scripts/einstein.mjs services\n\n# 5. Run a query (will prompt for payment confirmation)\nnode scripts/einstein.mjs top-movers --chain base --limit 10\n\nRequirements:\n\nNode.js 18+\nDependencies installed via npm install (not auto-installed)\nA dedicated wallet private key with USDC on Base network (do NOT use your main wallet)\nSet EINSTEIN_X402_PRIVATE_KEY environment variable (preferred) or run setup with --save-config"
      },
      {
        "title": "Service Categories",
        "body": "TierPrice (Raw)Price (+AI)ServicesBasic$0.25$0.40Latest tokens, token chartStandard$0.40$0.55Top movers, top tokens, OHLCV, Virtuals, wallet holdings, holder concentrationPlatform$0.60$0.75Zora launches/volume, Pump.fun launches/volume/graduation, BSC alpha, liquidity shiftsAdvanced$0.85$1.00Whale intel, smart money, top traders, DEX capital, token sniping, Polymarket eventsComprehensive$1.00$1.15Investment report, NFT analytics, MEV detection, arbitrage scanner, rug pull scanner, Polymarket compare\n\nRaw = structured data only. +AI = includes AI-generated analysis and insights (default)."
      },
      {
        "title": "Free Services",
        "body": "These commands are free and do not require x402 payment or a wallet key."
      },
      {
        "title": "Epstein Files Search",
        "body": "Search 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 release) via the DugganUSA public index.\n\n# Search by name\nnode scripts/einstein.mjs epstein-search --query \"Ghislaine Maxwell\" --limit 10\n\n# Search by topic\nnode scripts/einstein.mjs epstein-search --query \"flight logs\" --limit 20\n\n# Search by location\nnode scripts/einstein.mjs epstein-search --query \"Little St James\"\n\nFlagDescriptionDefault--query <terms>Search query (required)—--limit <N>Number of results (1-500)10"
      },
      {
        "title": "Market Analysis",
        "body": "# Top movers on Base in the last 24 hours\nnode scripts/einstein.mjs top-movers --chain base --timeperiod 1d --limit 10\n\n# Top tokens by market cap on Ethereum\nnode scripts/einstein.mjs top-tokens --chain ethereum --limit 20\n\n# Latest deployed tokens with liquidity\nnode scripts/einstein.mjs latest-tokens --chain base --limit 15"
      },
      {
        "title": "Whale & Smart Money Intelligence",
        "body": "# Track whale accumulation on Ethereum\nnode scripts/einstein.mjs whale-intel --chain ethereum --limit 10 --timeperiod 7d\n\n# Smart money leaderboard on Base\nnode scripts/einstein.mjs smart-money --chain base --limit 20 --timeperiod 7d\n\n# Capital-intensive DEX traders\nnode scripts/einstein.mjs dex-capital --chain base --limit 10 --timeperiod 3d"
      },
      {
        "title": "Security & Risk Analysis",
        "body": "# Scan a token for rug pull risk\nnode scripts/einstein.mjs rug-scan --chain ethereum --token 0x1234...abcd\n\n# Detect MEV/sandwich attacks\nnode scripts/einstein.mjs mev-detect --chain ethereum --limit 10 --timeperiod 1d\n\n# Identify early snipers on a token\nnode scripts/einstein.mjs token-snipe --chain base --token 0x1234...abcd --limit 20"
      },
      {
        "title": "Launchpad Monitoring",
        "body": "# Latest Pump.fun launches on Solana\nnode scripts/einstein.mjs pump-launches --limit 15 --timeperiod 1d\n\n# Pump.fun tokens about to graduate\nnode scripts/einstein.mjs pump-grads --limit 10\n\n# Zora launches on Base\nnode scripts/einstein.mjs zora-launches --limit 10 --timeperiod 3d\n\n# Virtuals Protocol agent tokens\nnode scripts/einstein.mjs virtuals --limit 10 --timeperiod 7d"
      },
      {
        "title": "Portfolio & Token Analysis",
        "body": "# Check wallet holdings\nnode scripts/einstein.mjs wallet --chain ethereum --wallet 0xd8dA...\n\n# Token holder concentration\nnode scripts/einstein.mjs holders --chain base --token 0x1234... --limit 50\n\n# Token price chart\nnode scripts/einstein.mjs chart --chain base --token 0x1234... --timeperiod 7d\n\n# OHLCV data for technical analysis\nnode scripts/einstein.mjs ohlcv --chain base --token 0x1234... --timeperiod 30d"
      },
      {
        "title": "Advanced Reports",
        "body": "# Multi-chain investment report\nnode scripts/einstein.mjs investment-report --chains base,ethereum,bsc --limit 10 --timeperiod 7d\n\n# Cross-chain arbitrage opportunities\nnode scripts/einstein.mjs arbitrage --chain ethereum --limit 10 --timeperiod 1d\n\n# NFT collection analytics\nnode scripts/einstein.mjs nft-analytics --chain ethereum --limit 10 --timeperiod 7d"
      },
      {
        "title": "Prediction Markets",
        "body": "# Polymarket events (Polygon)\nnode scripts/einstein.mjs polymarket --limit 10 --timeperiod 7d\n\n# Compare Polymarket API vs chain data\nnode scripts/einstein.mjs polymarket-compare --limit 10"
      },
      {
        "title": "How Payment Works",
        "body": "Einstein uses the x402 protocol — an HTTP-native micropayment standard. Payment is automatic:\n\nYour request hits Einstein's endpoint\nServer responds with HTTP 402 + payment challenge\nThe skill signs a USDC TransferWithAuthorization (EIP-3009) using your private key\nRequest is re-sent with the payment signature\nCoinbase CDP facilitator settles the USDC transfer on Base\nYou receive the analytics data\n\nNo accounts, no API keys, no subscriptions. Just USDC on Base and a private key."
      },
      {
        "title": "einstein.mjs (query CLI)",
        "body": "FlagDescriptionDefault--chain <chain>Blockchain networkbase--limit <N>Number of results (1-500)10--timeperiod <period>Time window: 1d, 3d, 7d, 30d7d--token <address>Token contract address—--wallet <address>Wallet address—--chains <c1,c2>Comma-separated chains—--rawData-only response (cheaper)false--yes / -ySkip payment confirmation promptfalse\n\nTo skip the confirmation prompt globally, set EINSTEIN_AUTO_CONFIRM=true or add \"autoConfirm\": true to config.json."
      },
      {
        "title": "einstein-setup.mjs (setup wizard)",
        "body": "FlagDescriptionDefault--key <privateKey>Private key (skips interactive prompt)—--url <baseUrl>Base URL for Einstein APIhttps://emc2ai.io--chain <chain>Default blockchain networkbase--save-configWrite config.json to disk (otherwise prints env var exports)false\n\nSupported chains: base, ethereum, bsc, solana, arbitrum, polygon, optimism, zksync"
      },
      {
        "title": "Security Best Practices",
        "body": "Use a dedicated wallet. Create a separate wallet funded with a small amount of USDC for this skill. Do NOT use your primary wallet or any wallet holding significant funds.\n\nPrefer environment variables over config.json. Environment variables (EINSTEIN_X402_PRIVATE_KEY) are not persisted to disk and are harder to accidentally commit to git. If you must use config.json (--save-config), restrict file permissions:\n\nchmod 600 config.json\n\nWhat gets signed. Each paid query signs an EIP-3009 TransferWithAuthorization message that authorizes a USDC transfer of the exact query price (shown before confirmation) from your wallet to the Einstein service address. The signature is single-use (unique nonce) and time-limited. No blanket approvals are granted.\n\nPayment confirmation. By default, the CLI prompts before every paid query showing the exact cost. To skip the prompt for scripted/automated use, pass --yes / -y per-command or set EINSTEIN_AUTO_CONFIRM=true globally.\n\nNo auto-installed packages. The setup wizard does NOT run npm install automatically. You must install dependencies yourself so you can audit what is being installed.\n\nNo home directory scanning. Configuration is loaded only from environment variables and the skill-local config.json. No paths outside the skill directory are read."
      },
      {
        "title": "Troubleshooting",
        "body": "\"No private key configured\"\nSet EINSTEIN_X402_PRIVATE_KEY environment variable or run node scripts/einstein-setup.mjs --save-config.\n\n\"Payment rejected\" / \"Insufficient balance\"\nYour wallet needs USDC on Base. Bridge via https://bridge.base.org. Use a dedicated wallet with a small balance.\n\n\"Cannot reach emc2ai.io\"\nCheck internet connection. The service may have temporary downtime.\n\n\"Unknown service\"\nRun node scripts/einstein.mjs services to see all available commands.\n\n\"Dependencies not installed\"\nRun npm install in the skill directory: cd packages/project-einstein/openclaw-skill/einstein && npm install"
      },
      {
        "title": "References",
        "body": "references/services-catalog.md — Full service catalog with parameters\nreferences/payment-guide.md — Detailed x402 payment protocol guide\nreferences/examples.md — Extended usage examples by category"
      }
    ],
    "body": "Einstein — Blockchain Analytics via x402\n\nEinstein provides 27 blockchain analytics services accessible via x402 micropayments (USDC on Base). Each query costs $0.25–$1.15 depending on complexity.\n\nQuick Start\n# 1. Install dependencies (manual step — the setup wizard will NOT run npm for you)\ncd packages/project-einstein/openclaw-skill/einstein && npm install\n\n# 2. Set your private key via environment variable (recommended)\nexport EINSTEIN_X402_PRIVATE_KEY=0x_your_private_key_here\n\n# 3. Or run the interactive setup wizard\nnode scripts/einstein-setup.mjs\n\n# 4. List all services (free)\nnode scripts/einstein.mjs services\n\n# 5. Run a query (will prompt for payment confirmation)\nnode scripts/einstein.mjs top-movers --chain base --limit 10\n\n\nRequirements:\n\nNode.js 18+\nDependencies installed via npm install (not auto-installed)\nA dedicated wallet private key with USDC on Base network (do NOT use your main wallet)\nSet EINSTEIN_X402_PRIVATE_KEY environment variable (preferred) or run setup with --save-config\nService Categories\nTier\tPrice (Raw)\tPrice (+AI)\tServices\nBasic\t$0.25\t$0.40\tLatest tokens, token chart\nStandard\t$0.40\t$0.55\tTop movers, top tokens, OHLCV, Virtuals, wallet holdings, holder concentration\nPlatform\t$0.60\t$0.75\tZora launches/volume, Pump.fun launches/volume/graduation, BSC alpha, liquidity shifts\nAdvanced\t$0.85\t$1.00\tWhale intel, smart money, top traders, DEX capital, token sniping, Polymarket events\nComprehensive\t$1.00\t$1.15\tInvestment report, NFT analytics, MEV detection, arbitrage scanner, rug pull scanner, Polymarket compare\n\nRaw = structured data only. +AI = includes AI-generated analysis and insights (default).\n\nFree Services\n\nThese commands are free and do not require x402 payment or a wallet key.\n\nEpstein Files Search\n\nSearch 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 release) via the DugganUSA public index.\n\n# Search by name\nnode scripts/einstein.mjs epstein-search --query \"Ghislaine Maxwell\" --limit 10\n\n# Search by topic\nnode scripts/einstein.mjs epstein-search --query \"flight logs\" --limit 20\n\n# Search by location\nnode scripts/einstein.mjs epstein-search --query \"Little St James\"\n\nFlag\tDescription\tDefault\n--query <terms>\tSearch query (required)\t—\n--limit <N>\tNumber of results (1-500)\t10\nUsage Examples\nMarket Analysis\n# Top movers on Base in the last 24 hours\nnode scripts/einstein.mjs top-movers --chain base --timeperiod 1d --limit 10\n\n# Top tokens by market cap on Ethereum\nnode scripts/einstein.mjs top-tokens --chain ethereum --limit 20\n\n# Latest deployed tokens with liquidity\nnode scripts/einstein.mjs latest-tokens --chain base --limit 15\n\nWhale & Smart Money Intelligence\n# Track whale accumulation on Ethereum\nnode scripts/einstein.mjs whale-intel --chain ethereum --limit 10 --timeperiod 7d\n\n# Smart money leaderboard on Base\nnode scripts/einstein.mjs smart-money --chain base --limit 20 --timeperiod 7d\n\n# Capital-intensive DEX traders\nnode scripts/einstein.mjs dex-capital --chain base --limit 10 --timeperiod 3d\n\nSecurity & Risk Analysis\n# Scan a token for rug pull risk\nnode scripts/einstein.mjs rug-scan --chain ethereum --token 0x1234...abcd\n\n# Detect MEV/sandwich attacks\nnode scripts/einstein.mjs mev-detect --chain ethereum --limit 10 --timeperiod 1d\n\n# Identify early snipers on a token\nnode scripts/einstein.mjs token-snipe --chain base --token 0x1234...abcd --limit 20\n\nLaunchpad Monitoring\n# Latest Pump.fun launches on Solana\nnode scripts/einstein.mjs pump-launches --limit 15 --timeperiod 1d\n\n# Pump.fun tokens about to graduate\nnode scripts/einstein.mjs pump-grads --limit 10\n\n# Zora launches on Base\nnode scripts/einstein.mjs zora-launches --limit 10 --timeperiod 3d\n\n# Virtuals Protocol agent tokens\nnode scripts/einstein.mjs virtuals --limit 10 --timeperiod 7d\n\nPortfolio & Token Analysis\n# Check wallet holdings\nnode scripts/einstein.mjs wallet --chain ethereum --wallet 0xd8dA...\n\n# Token holder concentration\nnode scripts/einstein.mjs holders --chain base --token 0x1234... --limit 50\n\n# Token price chart\nnode scripts/einstein.mjs chart --chain base --token 0x1234... --timeperiod 7d\n\n# OHLCV data for technical analysis\nnode scripts/einstein.mjs ohlcv --chain base --token 0x1234... --timeperiod 30d\n\nAdvanced Reports\n# Multi-chain investment report\nnode scripts/einstein.mjs investment-report --chains base,ethereum,bsc --limit 10 --timeperiod 7d\n\n# Cross-chain arbitrage opportunities\nnode scripts/einstein.mjs arbitrage --chain ethereum --limit 10 --timeperiod 1d\n\n# NFT collection analytics\nnode scripts/einstein.mjs nft-analytics --chain ethereum --limit 10 --timeperiod 7d\n\nPrediction Markets\n# Polymarket events (Polygon)\nnode scripts/einstein.mjs polymarket --limit 10 --timeperiod 7d\n\n# Compare Polymarket API vs chain data\nnode scripts/einstein.mjs polymarket-compare --limit 10\n\nHow Payment Works\n\nEinstein uses the x402 protocol — an HTTP-native micropayment standard. Payment is automatic:\n\nYour request hits Einstein's endpoint\nServer responds with HTTP 402 + payment challenge\nThe skill signs a USDC TransferWithAuthorization (EIP-3009) using your private key\nRequest is re-sent with the payment signature\nCoinbase CDP facilitator settles the USDC transfer on Base\nYou receive the analytics data\n\nNo accounts, no API keys, no subscriptions. Just USDC on Base and a private key.\n\nOptions Reference\neinstein.mjs (query CLI)\nFlag\tDescription\tDefault\n--chain <chain>\tBlockchain network\tbase\n--limit <N>\tNumber of results (1-500)\t10\n--timeperiod <period>\tTime window: 1d, 3d, 7d, 30d\t7d\n--token <address>\tToken contract address\t—\n--wallet <address>\tWallet address\t—\n--chains <c1,c2>\tComma-separated chains\t—\n--raw\tData-only response (cheaper)\tfalse\n--yes / -y\tSkip payment confirmation prompt\tfalse\n\nTo skip the confirmation prompt globally, set EINSTEIN_AUTO_CONFIRM=true or add \"autoConfirm\": true to config.json.\n\neinstein-setup.mjs (setup wizard)\nFlag\tDescription\tDefault\n--key <privateKey>\tPrivate key (skips interactive prompt)\t—\n--url <baseUrl>\tBase URL for Einstein API\thttps://emc2ai.io\n--chain <chain>\tDefault blockchain network\tbase\n--save-config\tWrite config.json to disk (otherwise prints env var exports)\tfalse\n\nSupported chains: base, ethereum, bsc, solana, arbitrum, polygon, optimism, zksync\n\nSecurity Best Practices\n\nUse a dedicated wallet. Create a separate wallet funded with a small amount of USDC for this skill. Do NOT use your primary wallet or any wallet holding significant funds.\n\nPrefer environment variables over config.json. Environment variables (EINSTEIN_X402_PRIVATE_KEY) are not persisted to disk and are harder to accidentally commit to git. If you must use config.json (--save-config), restrict file permissions:\n\nchmod 600 config.json\n\n\nWhat gets signed. Each paid query signs an EIP-3009 TransferWithAuthorization message that authorizes a USDC transfer of the exact query price (shown before confirmation) from your wallet to the Einstein service address. The signature is single-use (unique nonce) and time-limited. No blanket approvals are granted.\n\nPayment confirmation. By default, the CLI prompts before every paid query showing the exact cost. To skip the prompt for scripted/automated use, pass --yes / -y per-command or set EINSTEIN_AUTO_CONFIRM=true globally.\n\nNo auto-installed packages. The setup wizard does NOT run npm install automatically. You must install dependencies yourself so you can audit what is being installed.\n\nNo home directory scanning. Configuration is loaded only from environment variables and the skill-local config.json. No paths outside the skill directory are read.\n\nTroubleshooting\n\n\"No private key configured\" Set EINSTEIN_X402_PRIVATE_KEY environment variable or run node scripts/einstein-setup.mjs --save-config.\n\n\"Payment rejected\" / \"Insufficient balance\" Your wallet needs USDC on Base. Bridge via https://bridge.base.org. Use a dedicated wallet with a small balance.\n\n\"Cannot reach emc2ai.io\" Check internet connection. The service may have temporary downtime.\n\n\"Unknown service\" Run node scripts/einstein.mjs services to see all available commands.\n\n\"Dependencies not installed\" Run npm install in the skill directory: cd packages/project-einstein/openclaw-skill/einstein && npm install\n\nReferences\nreferences/services-catalog.md — Full service catalog with parameters\nreferences/payment-guide.md — Detailed x402 payment protocol guide\nreferences/examples.md — Extended usage examples by category"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ChuXo/einstein",
    "publisherUrl": "https://clawhub.ai/ChuXo/einstein",
    "owner": "ChuXo",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/einstein",
    "downloadUrl": "https://openagent3.xyz/downloads/einstein",
    "agentUrl": "https://openagent3.xyz/skills/einstein/agent",
    "manifestUrl": "https://openagent3.xyz/skills/einstein/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/einstein/agent.md"
  }
}