一键导入
pmxt
Grants the agent real-time access to prediction markets (Polymarket, Kalshi, Limitless) for fact-checking, probability analysis, and order execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Grants the agent real-time access to prediction markets (Polymarket, Kalshi, Limitless) for fact-checking, probability analysis, and order execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list.
DeFi intelligence powered by Silverback — market data, swap quotes, technical analysis, yield opportunities, token audits, whale tracking, and AI chat via 11 real-time tools on Base chain
Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.
Best practices for Stripe payment integration. Use when implementing payments, subscriptions, checkout flows, or any monetization feature in games or web apps. Covers CheckoutSessions, Payment Element, subscriptions, and Connect.
Test web applications and games using Playwright on MiniPC. Use when verifying frontend functionality, debugging UI behavior, capturing screenshots, or QA testing games. Supports headless browser automation via nodes.run or browser.proxy.
Blender 양방향 소켓 통신 스킬. TCP 소켓 서버로 실시간 씬 조작, 상태 조회, Poly Haven/Sketchfab 에셋 통합. 기존 blender-pipeline (배치 처리)와 상호보완 — 복잡한 씬 구축, 반복 조작, 실시간 피드백에 사용. 트리거: Blender 실시간 조작, 씬 상태 확인, Poly Haven 에셋, Sketchfab 모델, 양방향 Blender 통신.
| name | pmxt |
| description | Grants the agent real-time access to prediction markets (Polymarket, Kalshi, Limitless) for fact-checking, probability analysis, and order execution. |
To 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."