← Back to Skills Marketplace
parkhyeongjoon

Polymarket Trader 1.0.0

by PARKHYEONGJOON · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
339
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-trader-1-0-0
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-trader-1-0-0
  3. After installation, invoke the skill by name or use /polymarket-trader-1-0-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug polymarket-trader-1-0-0
Version 1.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.

How do I install Polymarket Trader 1.0.0?

Run "/install polymarket-trader-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Trader 1.0.0 free?

Yes, Polymarket Trader 1.0.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Trader 1.0.0 support?

Polymarket Trader 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Trader 1.0.0?

It is built and maintained by PARKHYEONGJOON (@parkhyeongjoon); the current version is v1.0.1.

💬 Comments