
from dr-manhattan184
Unified CCXT-style API and tools for discovering, analyzing, and trading prediction markets across Polymarket, Kalshi, Opinion, Limitless, and Predict.fun; incl
Provides a unified library and MCP-compatible tools to browse, search, and trade prediction markets across multiple exchanges. Offers market discovery, orderbook access, trading primitives, account/position management, and market-making strategy orchestration.
Use when you need programmatic access to prediction markets for research, trading, arbitrage, or automated strategies. Triggers include searching markets, fetching orderbooks, placing or cancelling orders, running market-making strategies, or calculating portfolio NAV.
Best suited for code-capable agents and MCP server integrations (Claude Code, Copilot-style agents) that can run Python-based MCP servers or use the library directly.
Dr. Manhattan provides a unified CCXT-style API for trading prediction markets across Polymarket, Kalshi, Opinion, Limitless, and Predict.fun. The SKILL.md is thorough with clear workflows, code examples, and data model docs. The scripts/ directory only contains a README.md (no executable scripts), so script execution was skipped. The skill directs agents to make real financial transactions on prediction markets, which carries inherent risk. No security red flags found — credentials are loaded from .env, no hardcoded secrets, no destructive commands.
Skill is primarily documentation for an external Python library (dr_manhattan pip package). No bundled executable scripts. Financial risk is inherent to the domain but not a security vulnerability. Network calls to exchange APIs are expected functionality, not suspicious.