← 返回 Skills 市场
4709
总下载
6
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-trader
功能描述
Build and analyze a BTC 1h Up/Down trading strategy anchored to Binance BTCUSDT, applying edge thresholds, regime filters, and detailed trade validation.
安全使用建议
Install only if you are comfortable with a skill that can influence trading decisions. Run it against the intended PaperBot events.jsonl file, avoid logs containing secrets, install any needed Python dependency from trusted sources, and require explicit confirmation before any real Polymarket trade or account action.
功能分析
Type: OpenClaw Skill
Name: polymarket-trader
Version: 1.0.0
The skill bundle is designed to analyze and tune a Polymarket trading strategy using Binance data. All scripts (`binance_klines.py`, `binance_regime.py`, `explain_fills.py`) interact with the public Binance API to fetch market data and `explain_fills.py` reads a specific local log file (`events.jsonl`) from the agent's workspace. While `explain_fills.py` contains a hardcoded absolute default path for `events.jsonl`, this path points to a non-sensitive file within the expected operational scope of the skill, and it's a default argument that can be overridden. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation. The behavior is clearly aligned with the stated purpose.
能力评估
Purpose & Capability
The purpose and artifacts are coherent: SKILL.md describes Polymarket BTC 1h Up/Down strategy analysis, while the scripts fetch Binance market data, compute regime metrics, and explain fill logs. Because the guidance can influence financial decisions, users should treat it as analysis rather than automated trading advice.
Instruction Scope
The instructions include entry, exit, and risk rules, but the bundled code does not place trades, use Polymarket credentials, mutate accounts, or automate execution. Real-money actions would require separate tooling and explicit user control.
Install Mechanism
There is no automatic install or persistence flow. One helper imports python-dateutil without an accompanying dependency declaration, which is an under-declared setup requirement rather than hidden behavior.
Credentials
Network access is limited to the public Binance API, and local file access is limited to an events.jsonl path that is disclosed and overrideable for fill-log analysis.
Persistence & Privilege
The artifact shows no background worker, startup hook, privilege escalation, credential storage, file deletion, file writing, or account mutation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
polymarket-trader v1.0.0
- Initial release: toolkit for building and analyzing BTC 1h Up/Down trading strategies anchored to Binance BTCUSDT.
- Guides users through confirming market type, computing anchor signal, and applying edge-based entry criteria.
- Includes workflow for model and mean-reversion entries with detailed logging for trade validation.
- Provides utility scripts for fetching Binance klines, regime analysis, and fill explanation.
- Reference materials supplied for model math and parameter tuning.
元数据
常见问题
Polymarket Trader 是什么?
Build and analyze a BTC 1h Up/Down trading strategy anchored to Binance BTCUSDT, applying edge thresholds, regime filters, and detailed trade validation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4709 次。
如何安装 Polymarket Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-trader」即可一键安装,无需额外配置。
Polymarket Trader 是免费的吗?
是的,Polymarket Trader 完全免费(开源免费),可自由下载、安装和使用。
Polymarket Trader 支持哪些平台?
Polymarket Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Trader?
由 drakec48(@drakec48)开发并维护,当前版本 v1.0.0。
推荐 Skills