用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shreed27/DAIN --skill weather命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | weather |
| description | Weather betting - NOAA data for Polymarket weather markets |
| command | weather |
| emoji | 🌤️ |
| gates | {"envs":["POLY_API_KEY"]} |
Use NOAA weather forecasts to find edge on Polymarket weather markets.
/weather scan Scan all weather markets for edge
/weather forecast <city> Get NOAA forecast for a city
/weather markets List active weather markets
/weather edge <market-id> Calculate edge for specific market
/weather bet <market-id> <amount> Execute bet
/weather auto [--threshold 10] Auto-bet on high-edge markets
/weather history View bet history
/weather forecast "New York"
/weather scan
/weather edge abc123
/weather bet abc123 10
/weather auto --threshold 15
Edge = NOAA Probability - Market Price
Example:
NOAA says 80% chance of rain in NYC tomorrow
Polymarket "Will it rain in NYC?" YES price: 0.65 (65%)
Edge = 80% - 65% = +15% -> Bet YES
Uses quarter-Kelly criterion for conservative sizing:
Bet Size = Bankroll * (Edge / Odds) * 0.25
Capped at 10% of bankroll per bet.
Major US cities including: New York, Los Angeles, Chicago, Houston, Phoenix, Philadelphia, San Antonio, San Diego, Dallas, San Jose, Austin, Jacksonville, San Francisco, Seattle, Denver, Washington DC, Boston, Nashville, Detroit, and more.