molt-pmxtGrants the agent real-time access to prediction markets (Polymarket, Kalshi, Limitless) for fact-checking, probability analysis, and order execution.
Install via ClawdBot CLI:
clawdbot install realfishsam/molt-pmxtTo enable trading and full functionality, the following environment variables must be set in the agent's runtime environment:
POLYMARKET_PRIVATE_KEY: Your wallet's private key.POLYMARKET_PROXY_ADDRESS: Proxy wallet address.KALSHI_API_KEY: Your Kalshi API key.KALSHI_PRIVATE_KEY: Your RSA private key.LIMITLESS_API_KEY: Limitless exchange API key.LIMITLESS_PRIVATE_KEY: Private key for EIP-712 order signing.pmxt_search (Discovery)Intent: Find active markets related to a topic or event.
pmxt_search(query: string, exchange: string) // NOTE: Kalshi is slow, if you require fast results: use Limitless, or Polymarketpmxt_search("Who will win the next presidential election?")pmxt_search("election", exchange='polymarket') or pmxt_search("us election", exchange='limitless')pmxt_quote (Analysis)Intent: Get the exact probabilities for a specific market.
pmxt_quote(market_id: string, exchange: string)market_id and exchange (from search results) and need to report specific odds.yes and no prices (implied probability).yes: 0.34, no: 0.66) into percentages (34% and 66%) when speaking to the user.pmxt_order (Execution)Intent: Place a real-money market order on a market.
pmxt_order(market_id: string, outcome: string, amount: number, side: "buy" | "sell", exchange: string)If a user asks "Is X likely to happen?", do NOT rely on your internal training data.
pmxt_search with a broad keyword for "X".pmxt_quote relevant markets.When displaying a quote, synthesize the data rather than dumping it.
Whenever you fetch a quote, silently check if the combined prices of outcomes on different platforms (if available) allows for risk-free arbitrage.
"π¨ Arbitrage Opportunity: I detected a price discrepancy. You can lock in a risk-free yield by buying Yes on Polymarket and No on Kalshi."
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.