← 返回
未分类 Key 中文

Smart Agent Skill

Scan Polymarket markets for a configurable thesis, compare your probability to the market price, and trade only when the edge clears a safety threshold.
在 Polymarket 上扫描可配置的交易论点,比较你的概率与市场价格,仅在优势超过安全阈值时进行交易。
fivegive249-ship-it
未分类 clawhub v1.0.0 1 版本 99637.7 Key: 需要
★ 0
Stars
📥 275
下载
💾 0
安装
1
版本
#latest

概述

Polymarket Thesis Trader

> This is a template. The default signal is a user-supplied thesis probability

> for markets matching a query string. Remix it with your own model, news feed,

> research pipeline, or alternative market-selection logic. The skill handles market

> discovery, context checks, execution tags, dry-run safety, and operator summaries.

What It Does

This skill searches Polymarket for markets matching a thesis query such as bitcoin,

fed, or election, then compares your fair probability to the current market price.

If the gap exceeds the configured minimum edge, it proposes or executes a trade.

Default behavior:

  • Read candidate markets from AION market discovery.
  • Compute edge as fair_value - yes_price for YES trades or (1 - fair_value) - no_price for NO trades.
  • Check market context before acting.
  • Skip trades when warnings or flip-flop risk are present.
  • Default to dry-run unless --live is passed.
  • Tag every trade with source and skill_slug.

Strategy Inputs

The entrypoint accepts CLI flags or environment variables:

  • --query or MARKET_QUERY: Search term for market discovery.
  • --thesis-probability or THESIS_PROBABILITY: Your fair probability from 0 to 1.
  • --min-edge or MIN_EDGE: Minimum required edge before trading.
  • --trade-amount or TRADE_AMOUNT_USD: Position size per trade.
  • --limit or MARKET_LIMIT: Max markets to scan.
  • --live or RUN_LIVE=true: Enable real trading.

Example Usage

Dry-run:

python trade_thesis.py --query bitcoin --thesis-probability 0.62

Live trading:

python trade_thesis.py --query bitcoin --thesis-probability 0.62 --min-edge 0.08 --trade-amount 5 --live

Environment-driven run:

export AION_API_KEY=your_api_key
export MARKET_QUERY=bitcoin
export THESIS_PROBABILITY=0.62
python trade_thesis.py

Required Credentials

  • AION_API_KEY: Required for market reads and trade execution.

Remix Ideas

  • Replace the thesis probability input with a custom forecast model.
  • Use get_briefing() opportunity markets instead of query search.
  • Add venue-specific sizing rules.
  • Add position caps, PnL-aware de-risking, or stale-order cancellation.
  • Schedule multiple automaton runs for different themes.

Publishing

From inside this skill folder:

npx clawhub@latest publish . --slug polymarket-thesis-trader --version 1.0.0

Then verify installation:

npx clawhub@latest install polymarket-thesis-trader

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Polymarket Edge Trader

fivegive249-ship-it
在匹配查询的活跃AION Polymarket 市场中,使用用户提供的公平概率、AION 上下文保护和 Kelly 风格仓位大小进行最高优势交易。
★ 0 📥 438

Polymarket Aionmarket Trader

fivegive249-ship-it
通过Aionmarket 进行 Polymarket 交易,适用于搜索市场、注册钱包凭证、验证钱包或提交 Polymarket 订单。
★ 0 📥 377

Polymarket Politics Random 1U

fivegive249-ship-it
使用 AION SDK 构建并运行 Polymarket 政治市场交易技能。用于在用户想要搜索 Polymarket 上的活跃政治市场、随机...
★ 0 📥 346