From x402-tools
Market Oracle - Searches the web, GitHub, Reddit, and X to gather intelligence on prediction market events. Helps you make educated decisions on Polymarket and Kalshi. Costs 0.03 USDC per request.
How this skill is triggered — by the user, by Claude, or both
Slash command
/x402-tools:alpha-finderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides access to a Market Oracle agent that gathers intelligence on prediction market events from multiple sources.
This skill provides access to a Market Oracle agent that gathers intelligence on prediction market events from multiple sources.
The user must have configured their Ethereum private key in one of these locations:
.claude/x402-tools.json with {"private_key": "0x..."}X402_PRIVATE_KEY environment variable in .envWhen the user wants to research a prediction market event or gather market intelligence, run:
npx -y @itzannetos/x402-tools-claude alpha-finder "<query>"
Replace <query> with the prediction market event, question, or topic to research.
User: "What's the latest intel on the 2024 US election prediction markets?"
Run:
npx -y @itzannetos/x402-tools-claude alpha-finder "2024 US election prediction market analysis"
User: "Research the odds for Bitcoin reaching $100k by end of year"
Run:
npx -y @itzannetos/x402-tools-claude alpha-finder "Bitcoin 100k price prediction market odds analysis"
Returns synthesized intelligence with key insights, probability assessments, and source references to help inform prediction market decisions.
npx claudepluginhub joshuarweaver/cascade-business-ops --plugin tzannetosgiannis-x402-tools-claudeCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.