← Back to Skills Marketplace
Trading
by
leogordon2004
· GitHub ↗
· v1.0.0
737
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install poly
Description
Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when...
Usage Guidance
This package appears internally coherent for trading Polymarket sprint markets using Simmer as the execution layer. Before installing or running it: (1) treat your SIMMER_API_KEY like a secret—only set it in controlled environments and never paste it into chat; (2) test extensively in dry-run mode and review the script (fastloop_trader.py) yourself — running with --live will execute real trades and risk funds; (3) run it in an isolated environment (container or restricted VM) if you are unsure of provenance; (4) note that the skill source/homepage is not provided in the metadata — verify the Simmer service and the skill owner independently to ensure you trust the third party handling trade execution.
Capability Analysis
Type: OpenClaw Skill
Name: poly
Version: 1.0.0
The OpenClaw skill 'polymarket-fast-loop' is a trading bot designed to automate trades on Polymarket. The `SKILL.md` transparently instructs the AI agent to configure an API key (`SIMMER_API_KEY`) and can be set up to execute real trades via the `--live` flag, potentially on a loop. The `fastloop_trader.py` script makes legitimate network requests to Simmer, Polymarket, Binance, and CoinGecko APIs, and manages local configuration in `config.json`. Input validation for configuration updates (`--set KEY=VALUE`) prevents arbitrary code execution or file manipulation. There is no evidence of intentional malicious behavior such as credential theft, data exfiltration to unauthorized endpoints, persistence mechanisms, or prompt injection attempts against the agent to subvert its purpose. All actions align with the stated goal of automated crypto trading.
Capability Assessment
Purpose & Capability
Name/description (Polymarket fast-loop trader) match the code and SKILL.md: the package discovers Polymarket sprint markets, computes CEX momentum signals (Binance by default), and uses the Simmer API to execute trades. The single required env var (SIMMER_API_KEY) is consistent with a broker/service API key used to place trades.
Instruction Scope
The runtime instructions and the script focus on trading: asking the user for SIMMER_API_KEY, configuring thresholds, and running the script (dry-run vs --live). There are no instructions to read unrelated system files, harvest other credentials, or send arbitrary data to unknown endpoints. The network calls in code (simmer.markets, gamma-api.polymarket.com, public price feeds such as Binance/coingecko) are aligned with the stated purpose.
Install Mechanism
No install spec is provided (instruction-only skill with an included script). Nothing is downloaded from arbitrary URLs or installed system-wide. The risk from installation is low, but note that a local Python script is included and will be executed when invoked.
Credentials
Only SIMMER_API_KEY is required (plus optional SIMMER_* env vars for configuration). That is proportionate for a skill that delegates trade execution to a third-party Simmer service. No unrelated secrets or high-privilege credentials are requested.
Persistence & Privilege
The skill is not always-enabled, and it does not request system-wide persistence or attempt to modify other skills. It writes/updates its own config.json in its directory, which is normal for a CLI script. Autonomous invocation is allowed by platform default but not flagged here on its own.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poly - After installation, invoke the skill by name or use
/poly - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Polymarket FastLoop Trader.
- Trade BTC 5-minute and 15-minute Polymarket fast markets using real-time price momentum signals from Binance via Simmer API.
- Supports automated short-term trading, with customizable settings for asset, entry threshold, position size, and time window.
- CLI supports dry-run and live trading, smart sizing, position monitoring, and config management.
- Modular signal logic: default uses Binance momentum, but encourages extension with sentiment, multi-exchange, or custom strategies.
- Includes setup instructions, configuration reference, and troubleshooting guidance.
Metadata
Frequently Asked Questions
What is Trading?
Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when... It is an AI Agent Skill for Claude Code / OpenClaw, with 737 downloads so far.
How do I install Trading?
Run "/install poly" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trading free?
Yes, Trading is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Trading support?
Trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trading?
It is built and maintained by leogordon2004 (@leogordon2004); the current version is v1.0.0.
More Skills