← Back to Skills Marketplace
azvn2610

Polymarket Btc Momentum

by azvn2610 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
129
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-btc-momentum
Description
Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish.
Usage Guidance
This skill appears to do what it says (momentum signal + Polymarket trades), but you should be cautious before installing: 1) The skill requires SIMMER_API_KEY — that key will be used to place real trades when run with --live. Only provide a key with the minimal permissions necessary (if the provider supports restricted or paper-trading keys). 2) The package manifest schedules the script to run every 5 minutes (cron) and marks the automaton as managed, so it may run autonomously on the platform — if you don't want unattended trading, do not install or remove/disable the cron/automaton entry. 3) Prefer running in dry-run/paper mode first and audit the simmer_sdk client behavior and your account's trade logs. 4) Review and, if needed, limit network and credential exposure (rotate the key after testing, restrict the environment where the key is stored). 5) If you want higher assurance, ask the author for a provenance/source (repo/homepage) or run the code in an isolated environment before supplying live credentials.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-btc-momentum Version: 1.0.1 The skill is a legitimate trading bot implementation for Polymarket using Binance price data. It follows the stated purpose in SKILL.md, uses standard libraries (requests, simmer-sdk), and contains no evidence of data exfiltration, obfuscation, or malicious execution logic in btc_momentum.py.
Capability Assessment
Purpose & Capability
Name/description, the Python code, and declared dependencies align: the skill fetches Binance public klines, computes an EMA momentum signal, discovers Polymarket sprint markets via a Simmer API client, and can execute trades. The single required secret (SIMMER_API_KEY) is consistent with needing an API key to trade through the simmer_sdk.
Instruction Scope
SKILL.md and the code confine operations to fetching Binance public data, calling simmer_sdk for market discovery/context/trading, and printing/logging. The instructions require SIMMER_API_KEY and installing simmer-sdk/requests. There is no evidence in the code or SKILL.md of unrelated data collection/exfiltration, but SKILL.md leaves some behavioral discretion to the 'agent' (e.g., remixing signals), and the skill will perform real trades when run with --live.
Install Mechanism
No install script is provided; this is instruction/code-only. The manifest lists pip dependencies (simmer-sdk, requests), which is proportionate and expected. No downloads from arbitrary URLs or archive extraction are present.
Credentials
Only SIMMER_API_KEY is required, which is appropriate for the simmer_sdk client used to discover markets and place trades. However, that API key likely grants trading privileges — the user should verify its scope/permissions before supplying it (avoid full account keys if restricted subkeys are possible). No other unrelated secrets are requested.
Persistence & Privilege
clawhub.json includes a cron entry (*/5 * * * *) and an 'automaton.managed: true' entrypoint, meaning the platform may schedule/auto-run the script every 5 minutes. Combined with the ability to execute live trades when provided SIMMER_API_KEY, this creates a higher blast radius (automated trading without active, per-run consent). The skill itself does not set always:true, but the scheduled/managed automation is functionally similar and should be reviewed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-btc-momentum
  3. After installation, invoke the skill by name or use /polymarket-btc-momentum
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No code or documentation changes detected in this version. - Version number updated to 1.0.1. - No user-facing modifications.
v1.0.0
- Initial release of BTC Momentum Trader. - Trades Polymarket's 5-minute Bitcoin "Up or Down" sprint markets using real-time BTC price momentum from Binance. - Implements EMA crossover with volume confirmation for trade signals. - Includes context checks for slippage and warning flags before trading. - Features flexible architecture for remixing with other exchanges, timeframes, or custom signals.
Metadata
Slug polymarket-btc-momentum
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Polymarket Btc Momentum?

Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Polymarket Btc Momentum?

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

Is Polymarket Btc Momentum free?

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

Which platforms does Polymarket Btc Momentum support?

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

Who created Polymarket Btc Momentum?

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

💬 Comments