{
  "schemaVersion": "1.0",
  "item": {
    "slug": "alpha-finder",
    "name": "Alpha Finder (x402)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/TzannetosGiannis/alpha-finder",
    "canonicalUrl": "https://clawhub.ai/TzannetosGiannis/alpha-finder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/alpha-finder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=alpha-finder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/analyze.sh"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/alpha-finder"
    },
    "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/alpha-finder",
    "agentPageUrl": "https://openagent3.xyz/skills/alpha-finder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alpha-finder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alpha-finder/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": "Alpha Finder (Market Oracle)",
        "body": "Research prediction markets and find alpha using AI-powered market intelligence across Polymarket, Kalshi, and traditional sources."
      },
      {
        "title": "Configuration",
        "body": "The private key must be available via one of these methods:\n\nOption 1: Environment variable\n\nexport X402_PRIVATE_KEY=\"0x...\"\n\nOption 2: Config file (Recommended)\n\nThe script checks for x402-config.json in these locations (in order):\n\nCurrent directory: ./x402-config.json\nHome directory: ~/.x402-config.json ← Recommended\nWorking directory: $PWD/x402-config.json\n\nCreate the config file:\n\n{\n  \"private_key\": \"0x1234567890abcdef...\"\n}\n\nExample (home directory - works for any user):\n\necho '{\"private_key\": \"0x...\"}' > ~/.x402-config.json"
      },
      {
        "title": "Usage",
        "body": "Run the market research script with a query about prediction markets or events:\n\nscripts/analyze.sh \"<market query>\"\n\nThe script:\n\nExecutes market intelligence research with payment handling\nCosts $0.03 USDC per request (Base network)\nSearches web, GitHub, Reddit, and X for comprehensive analysis\nReturns AI-processed market insights and probability assessments"
      },
      {
        "title": "Examples",
        "body": "User: \"What are the odds for Bitcoin hitting $100k?\"\n\nscripts/analyze.sh \"Bitcoin 100k prediction market odds\"\n\nUser: \"Find arbitrage opportunities in election markets\"\n\nscripts/analyze.sh \"2024 election prediction market arbitrage\"\n\nUser: \"Analyze Polymarket odds on AI developments\"\n\nscripts/analyze.sh \"Polymarket AI development predictions\"\n\nUser: \"What's the market sentiment on climate policy outcomes?\"\n\nscripts/analyze.sh \"climate policy prediction markets Kalshi Polymarket\""
      },
      {
        "title": "Capabilities",
        "body": "Polymarket research - Event analysis and odds tracking\nKalshi market analysis - Regulated prediction market insights\nMulti-source intelligence - Searches web, GitHub, Reddit, and X\nProbability assessments - AI-powered market sentiment analysis\nArbitrage identification - Spot inefficiencies across markets\nEvent research - Deep dive into specific prediction market events\nHistorical tracking - Compare current odds to historical patterns"
      },
      {
        "title": "Data Sources",
        "body": "The tool automatically searches across:\n\nPolymarket events and odds\nKalshi regulated markets\nReddit discussions and sentiment\nX/Twitter market commentary\nGitHub repositories (for tech-related predictions)\nWeb sources for news and analysis"
      },
      {
        "title": "Error Handling",
        "body": "\"Payment failed: Not enough USDC\" → Inform user to top up Base wallet with USDC\n\"X402 private key missing\" → Guide user to configure private key (see Configuration above)\nTimeout errors → The API has a 5-minute timeout; comprehensive research may take time"
      },
      {
        "title": "Use Cases",
        "body": "Trading: Find mispriced markets and arbitrage opportunities\nResearch: Analyze market sentiment on specific events\nDue Diligence: Verify market probabilities before betting\nPortfolio Management: Track prediction market positions\nNews Analysis: Understand how events impact market odds"
      }
    ],
    "body": "Alpha Finder (Market Oracle)\n\nResearch prediction markets and find alpha using AI-powered market intelligence across Polymarket, Kalshi, and traditional sources.\n\nConfiguration\n\nThe private key must be available via one of these methods:\n\nOption 1: Environment variable\n\nexport X402_PRIVATE_KEY=\"0x...\"\n\n\nOption 2: Config file (Recommended)\n\nThe script checks for x402-config.json in these locations (in order):\n\nCurrent directory: ./x402-config.json\nHome directory: ~/.x402-config.json ← Recommended\nWorking directory: $PWD/x402-config.json\n\nCreate the config file:\n\n{\n  \"private_key\": \"0x1234567890abcdef...\"\n}\n\n\nExample (home directory - works for any user):\n\necho '{\"private_key\": \"0x...\"}' > ~/.x402-config.json\n\nUsage\n\nRun the market research script with a query about prediction markets or events:\n\nscripts/analyze.sh \"<market query>\"\n\n\nThe script:\n\nExecutes market intelligence research with payment handling\nCosts $0.03 USDC per request (Base network)\nSearches web, GitHub, Reddit, and X for comprehensive analysis\nReturns AI-processed market insights and probability assessments\nExamples\n\nUser: \"What are the odds for Bitcoin hitting $100k?\"\n\nscripts/analyze.sh \"Bitcoin 100k prediction market odds\"\n\n\nUser: \"Find arbitrage opportunities in election markets\"\n\nscripts/analyze.sh \"2024 election prediction market arbitrage\"\n\n\nUser: \"Analyze Polymarket odds on AI developments\"\n\nscripts/analyze.sh \"Polymarket AI development predictions\"\n\n\nUser: \"What's the market sentiment on climate policy outcomes?\"\n\nscripts/analyze.sh \"climate policy prediction markets Kalshi Polymarket\"\n\nCapabilities\nPolymarket research - Event analysis and odds tracking\nKalshi market analysis - Regulated prediction market insights\nMulti-source intelligence - Searches web, GitHub, Reddit, and X\nProbability assessments - AI-powered market sentiment analysis\nArbitrage identification - Spot inefficiencies across markets\nEvent research - Deep dive into specific prediction market events\nHistorical tracking - Compare current odds to historical patterns\nData Sources\n\nThe tool automatically searches across:\n\nPolymarket events and odds\nKalshi regulated markets\nReddit discussions and sentiment\nX/Twitter market commentary\nGitHub repositories (for tech-related predictions)\nWeb sources for news and analysis\nError Handling\n\"Payment failed: Not enough USDC\" → Inform user to top up Base wallet with USDC\n\"X402 private key missing\" → Guide user to configure private key (see Configuration above)\nTimeout errors → The API has a 5-minute timeout; comprehensive research may take time\nUse Cases\nTrading: Find mispriced markets and arbitrage opportunities\nResearch: Analyze market sentiment on specific events\nDue Diligence: Verify market probabilities before betting\nPortfolio Management: Track prediction market positions\nNews Analysis: Understand how events impact market odds"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TzannetosGiannis/alpha-finder",
    "publisherUrl": "https://clawhub.ai/TzannetosGiannis/alpha-finder",
    "owner": "TzannetosGiannis",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/alpha-finder",
    "downloadUrl": "https://openagent3.xyz/downloads/alpha-finder",
    "agentUrl": "https://openagent3.xyz/skills/alpha-finder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alpha-finder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alpha-finder/agent.md"
  }
}