Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use wh...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install polymarket-elon-tweets或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install polymarket-elon-tweets⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/polymarket-elon-tweets/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: polymarket-elon-tweets description: 'Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.' metadata: author: Simmer (@simmer_markets) version: "1.1.0" displayName: Polymarket Elon Tweet Trader difficulty: advanced attribution: Strategy inspired by @noovd ---
Trade "Elon Musk # tweets" markets on Polymarket using XTracker post count data.
Use this skill when the user wants to:
Polymarket runs weekly "How many tweets will Elon post?" events with range buckets (e.g., 200-219, 220-239, 240-259). Exactly one bucket resolves YES = $1. The strategy:
When user asks to install or configure this skill:
```bash pip install simmer-sdk ```
- They can get it from simmer.markets/dashboard → SDK tab - Store in environment as SIMMER_API_KEY
- This is the private key for their Polymarket wallet (the wallet that holds USDC) - Store in environment as WALLET_PRIVATE_KEY - The SDK uses this to sign orders client-side automatically — no manual signing needed
- Max bucket sum: Combined price threshold (default 90¢) - Max position: Amount per bucket (default $5.00) - Bucket spread: How many neighbors to buy (default 1 = center ± 1) - Exit threshold: When to sell (default 65¢)
| Setting | Env Variable | Config Key | Default | Description | |---------|-------------|------------|---------|-------------| | Max bucket sum | SIMMER_ELON_MAX_BUCKET_SUM | max_bucket_sum | 0.90 | Only buy if cluster prices sum < this | | Max position | SIMMER_ELON_MAX_POSITION | max_position_usd | 5.00 | Maximum USD per bucket | | Bucket spread | SIMMER_ELON_BUCKET_SPREAD | bucket_spread | 1 | Neighbors on each side (1 = 3 buckets) | | Smart sizing % | SIMMER_ELON_SIZING_PCT | sizing_pct | 0.05 | % of balance per trade | | Max trades/run | SIMMER_ELON_MAX_TRADES | max_trades_per_run | 6 | Maximum trades per scan cycle | | Exit threshold | SIMMER_ELON_EXIT | exit_threshold | 0.65 | Sell when bucket price above this | | Slippage max | SIMMER_ELON_SLIPPAGE_MAX | slippage_max_pct | 0.05 | Skip trade if slippage exceeds this | | Min position | SIMMER_ELON_MIN_POSITION | min_position_usd | 2.00 | Floor for smart sizing (USD) | | Data source | SIMMER_ELON_DATA_SOURCE | data_source | xtracker | Data source (xtracker) |
Config priority: config.json > environment variables > defaults.
# Check account balance and positions
python scripts/status.py
# Detailed position list
python scripts/status.py --positions
API Reference:
https://api.simmer.marketsAuthorization: Bearer $SIMMER_API_KEYGET /api/sdk/portfolioGET /api/sdk/positions# Dry run (default — shows opportunities, no trades)
python elon_tweets.py
# Execute real trades
python elon_tweets.py --live
# With smart position sizing (uses portfolio balance)
python elon_tweets.py --live --smart-sizing
# Show XTracker stats only
python elon_tweets.py --stats
# Check positions only
python elon_tweets.py --positions
# View config
python elon_tweets.py --config
# Update config
python elon_tweets.py --set max_position_usd=10.00
# Disable safeguards (not recommended)
python elon_tweets.py --no-safeguards
# Quiet mode — only output on trades/errors (ideal for cron)
python elon_tweets.py --live --quiet
# Combine: frequent scanning, minimal noise
python elon_tweets.py --live --smart-sizing --quiet
Each cycle the script:
sdk:elon-tweets for trackingIf tweet count markets aren't on Simmer yet, the skill automatically imports them:
With --smart-sizing, position size is calculated as:
sizing_pct)Before trading, the skill checks:
Disable with --no-safeguards (not recommended).
All trades are tagged with source: "sdk:elon-tweets". This means:
🐦 Simmer Elon Tweet Trader
==================================================
⚙️ Configuration:
Max bucket sum: $0.90
Max position: $5.00
Bucket spread: 1 (center ± 1 = 3 buckets)
Exit threshold: 65%
Data source: xtracker
📊 XTracker Stats:
Tracking: Elon Musk # tweets Feb 13 - Feb 20
Current count: 187 posts
Pace: 243 projected
Days remaining: 2.3
🎯 Target cluster: 240-259 (center) + 220-239, 260-279
240-259: $0.35
220-239: $0.22
260-279: $0.18
Cluster sum: $0.75 (< $0.90 threshold) ✅
Executing trades...
✅ Bought 14.3 shares of 240-259 @ $0.35
✅ Bought 22.7 shares of 220-239 @ $0.22
✅ Bought 27.8 shares of 260-279 @ $0.18
📊 Summary:
Events scanned: 2
Clusters evaluated: 2
Trades executed: 3
Exits: 0
"No XTracker trackings found"
"Cluster sum $X.XX exceeds threshold"
"No matching Simmer markets found"
"Safeguard blocked: flip-flop warning"
...
安装 Polymarket Elon Tweets 后,可以对 AI 说这些话来触发它
Help me get started with Polymarket Elon Tweets
Explains what Polymarket Elon Tweets does, walks through the setup, and runs a quick demo based on your current project
Use Polymarket Elon Tweets to trade Polymarket "Elon Musk # tweets" markets using XTracker post c...
Invokes Polymarket Elon Tweets with the right parameters and returns the result directly in the conversation
What can I do with Polymarket Elon Tweets in my finance & investment workflow?
Lists the top use cases for Polymarket Elon Tweets, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/polymarket-elon-tweets/ 目录(个人级,所有项目可用),或 .claude/skills/polymarket-elon-tweets/(项目级)。重启 AI 客户端后,用 /polymarket-elon-tweets 主动调用,或让 AI 根据上下文自动发现并使用。
Polymarket Elon Tweets 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Polymarket Elon Tweets 可免费安装使用。请查阅仓库了解许可证信息。
Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use wh...
Polymarket Elon Tweets 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Polymarket Elon Tweets
Identifies repetitive steps in your workflow and sets up Polymarket Elon Tweets to handle them automatically