← 返回 Skills 市场
Polymarket Trader 1.0.0
作者
PARKHYEONGJOON
· GitHub ↗
· v1.0.1
· MIT-0
339
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install polymarket-trader-1-0-0
功能描述
Develop and optimize a Polymarket BTC 1h Up/Down trading strategy using Binance BTCUSDT data to identify fair probabilities and manage trade entries and exits.
安全使用建议
This skill appears coherent and limited to local analysis using Binance public REST endpoints. Before installing or running it: (1) review and ensure events.jsonl (or any input file) does not contain sensitive secrets you don't want processed or logged, (2) run scripts in a sandbox or test workspace to confirm dependencies (e.g., python-dateutil) and behavior, (3) be aware the scripts perform network calls to api.binance.com (public data only), and (4) note one script (explain_fills.py) prints a placeholder "..." where detailed per-fill calculations are omitted — that looks like an incomplete output/implementation rather than malicious behavior. If you require offline-only analysis, disconnect network access before running.
功能分析
Type: OpenClaw Skill
Name: polymarket-trader-1-0-0
Version: 1.0.1
The skill bundle provides a legitimate framework for analyzing and trading Polymarket BTC markets using Binance as a price anchor. The included Python scripts (binance_klines.py, binance_regime.py, and explain_fills.py) perform standard technical analysis by fetching public market data from the Binance API. There is no evidence of data exfiltration, credential theft, or malicious instructions in the SKILL.md file; all logic is consistent with the stated purpose of quantitative trading.
能力评估
Purpose & Capability
Name/description match the included scripts and docs. All three Python scripts implement Binance public-API reads and local analysis/explanation of fills; the references/strategy.md describes the expected math. There are no unexpected capabilities (no cloud provider credentials, no unrelated system access).
Instruction Scope
SKILL.md instructs the agent to fetch Binance klines, compute regime metrics, and read a local events.jsonl to explain fills — which matches the bundled scripts. The runtime instructions do not ask the agent to read unrelated system files, exfiltrate data, or post to third-party endpoints beyond Binance public APIs.
Install Mechanism
No install spec (instruction-only) and code is small, local Python scripts. No downloads from untrusted URLs or archive extraction are present in the package metadata. package-lock.json is effectively empty, so there is no hidden dependency install step declared in the skill metadata.
Credentials
The skill declares no required environment variables or credentials. The scripts call only Binance public endpoints and read a local events.jsonl; they do not attempt to access secrets or environment variables. (Operational note: the scripts import dateutil which may be a missing runtime dependency but that is an availability concern, not a security one.)
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It does not request persistent agent privileges or attempt to write configuration outside its baseDir.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-trader-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-trader-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Improved calculation and export of regime metrics in binance_regime.py.
- Enhanced clarity and data handling in binance_klines.py output.
- Updated explain_fills.py to provide clearer explanations for fills using Binance context.
v1.0.0
Initial release of polymarket-trader.
- Enables building and evaluating BTC 1h Up/Down trading strategies using Binance BTCUSDT as the anchor.
- Provides a workflow for market selection, edge computation, trading logic, and validation.
- Includes scripts for fetching Binance data, computing regime stats, and analyzing trading fills.
- Focuses on maintaining a profitable strategy with anti-churn and risk rules.
- Bundles references and scripts for strategy development, debugging, and parameter sweeps.
元数据
常见问题
Polymarket Trader 1.0.0 是什么?
Develop and optimize a Polymarket BTC 1h Up/Down trading strategy using Binance BTCUSDT data to identify fair probabilities and manage trade entries and exits. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 339 次。
如何安装 Polymarket Trader 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-trader-1-0-0」即可一键安装,无需额外配置。
Polymarket Trader 1.0.0 是免费的吗?
是的,Polymarket Trader 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Trader 1.0.0 支持哪些平台?
Polymarket Trader 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Trader 1.0.0?
由 PARKHYEONGJOON(@parkhyeongjoon)开发并维护,当前版本 v1.0.1。
推荐 Skills