← 返回 Skills 市场
329
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-weather-bucket-thresholds
功能描述
Global temperature bucket threshold strategy via Simmer. Buy YES under 15%, sell full position at 45%, max ~$2 entries, max 5 trades/scan, every 2 minutes.
安全使用建议
This skill appears to do what it says: it queries Simmer and will place simulated or real trades if started with --live. Before installing, confirm the simmer-sdk package source (the manifest requests it) or remove that dependency if unnecessary. Limit the SIMMER_API_KEY's permissions if possible (use a key scoped to simulation or a low-privilege test account), test extensively in dry-run mode, and only enable --live after you are comfortable with behavior and rate limits. Also be aware the cron runs every 2 minutes by default—ensure you want that frequency and that your API quota allows it.
功能分析
Type: OpenClaw Skill
Name: polymarket-weather-bucket-thresholds
Version: 1.0.0
The skill implements a legitimate automated trading strategy for weather-related prediction markets using the Simmer API (api.simmer.markets). The code in trade.py follows standard practices for API interaction, including environment-based credential management (SIMMER_API_KEY), safety filters for market warnings, and a default dry-run mode to prevent unintended financial loss.
能力评估
Purpose & Capability
Name/description describe a Simmer-based Polymarket weather trading strategy; the code calls Simmer API endpoints (/markets, /context, /positions, /trade) and enforces the described entry/exit thresholds and scheduling. Required credential (SIMMER_API_KEY) matches the service used.
Instruction Scope
SKILL.md instructions are narrow and match the code: dry-run by default, use --live to place trades, run every 2 minutes, strict warnings enforced. The runtime code does not read unrelated files or environment variables and only communicates with api.simmer.markets.
Install Mechanism
clawhub.json requests pip install of 'simmer-sdk' which is a reasonable dependency for a Simmer integration, but trade.py uses the requests library and does not import simmer-sdk. Installing simmer-sdk is not harmful per se but appears unnecessary or leftover—verify the package source before install.
Credentials
Only SIMMER_API_KEY is required and the code explicitly reads that env var. No unrelated credentials, secret patterns, or config paths are requested or accessed.
Persistence & Privilege
always is false and the skill is scheduled (cron) to run every 2 minutes per manifest; autonomous invocation is allowed (platform default) but not combined with broad credentials or unusual privileges. The skill does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-weather-bucket-thresholds - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-weather-bucket-thresholds触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Global Temperature Bucket Thresholds (Simmer) strategy.
- Buys YES when probability is under 15%, sells all at 45% or above.
- Limits entries to ~$2 and a maximum of 5 trades per scan.
- Strategies evaluated every 2 minutes with strict safeguards.
- Dry-run mode by default; live trading enabled with `--live`.
元数据
常见问题
Polymarket Weather Bucket Thresholds 是什么?
Global temperature bucket threshold strategy via Simmer. Buy YES under 15%, sell full position at 45%, max ~$2 entries, max 5 trades/scan, every 2 minutes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。
如何安装 Polymarket Weather Bucket Thresholds?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-weather-bucket-thresholds」即可一键安装,无需额外配置。
Polymarket Weather Bucket Thresholds 是免费的吗?
是的,Polymarket Weather Bucket Thresholds 完全免费(开源免费),可自由下载、安装和使用。
Polymarket Weather Bucket Thresholds 支持哪些平台?
Polymarket Weather Bucket Thresholds 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Weather Bucket Thresholds?
由 OxSnosh(@oxsnosh)开发并维护,当前版本 v1.0.0。
推荐 Skills