← Back to Skills Marketplace
chokle

Polymarket Sol Momentum

by DC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
96
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-sol-momentum
Description
Trades Polymarket crypto prediction markets (Solana, Bitcoin, Ethereum) using CoinGecko momentum signals. Buys YES when bullish markets are underpriced vs pr...
Usage Guidance
This skill appears to do what it says: use CoinGecko momentum to find mispriced Polymarket crypto markets and trade via your Simmer account. Before enabling it, make sure you understand and control the SIMMER_API_KEY you provide (use a sandbox/sim key if you want paper trading). Note that clawhub.json schedules the automaton to run every 15 minutes and passes --live to the script — if you do not want automatic live trades, remove or modify the automaton args/cron or set TRADING_VENUE to 'sim' and/or not provide a live SIMMER_API_KEY. Review the Simmer account limits and creator-fee tagging behavior (the skill tags trades and claims a 2% creator fee) so you understand fees and attribution. Finally, audit and test in dry-run/sim mode before committing real funds.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-sol-momentum Version: 1.0.0 The skill is a legitimate trading bot designed to execute trades on Polymarket based on price momentum signals from CoinGecko. The code in `strategy.py` implements a transparent strategy using the `simmer-sdk`, including safety features like slippage checks and flip-flop detection. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in `SKILL.md` or the source code.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description (Polymarket momentum trader) aligns with the actual behavior: it fetches CoinGecko signals, uses a Simmer client to discover markets and (optionally) place trades, and requires a SIMMER_API_KEY and simmer-sdk. No unrelated clouds/credentials/binaries are requested.
Instruction Scope
SKILL.md and strategy.py limit actions to fetching CoinGecko data, calling Simmer APIs, scoring markets, and executing trades. The only notable operational scope item: clawhub.json / automaton is configured to pass --live to the entrypoint, meaning the automaton will run the script in live mode (real trades) when scheduled. This is documented in SKILL.md but is important to notice because the script's default behavior when run manually is dry-run; the automaton overrides that.
Install Mechanism
No external download or extract steps. Dependencies are standard pip packages (simmer-sdk, requests) declared in clawhub.json — a normal, low-risk install path for a Python skill.
Credentials
Only SIMMER_API_KEY is required as a secret; other environment variables are configuration (trade amount, threshold, venue). All requested env vars are appropriate for a trading automation and are declared in SKILL.md / clawhub.json.
Persistence & Privilege
The skill is not forced always-on, but clawhub.json contains a cron schedule (*/15 * * * *) and an automaton entrypoint that passes --live. That gives the skill periodic, autonomous live-trading capability when the automaton is enabled. Autonomous invocation is normal for trading skills, but the combination of scheduled runs + --live means enabling this skill can cause real trades without manual CLI flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-sol-momentum
  3. After installation, invoke the skill by name or use /polymarket-sol-momentum
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of SOL/Crypto Momentum Trader template for Polymarket on Simmer. - Trades crypto prediction markets (Solana, Bitcoin, Ethereum) based on CoinGecko price momentum signals. - Automates market discovery, edge detection, and trade execution with built-in context checks for flip-flop detection and slippage protection. - All configuration via environment variables; supports dry-run and live trading modes. - Includes safeguards such as trade limits, slippage checks, and Simmer context recommendations. - Designed for easy signal source remixing and strategy customization.
Metadata
Slug polymarket-sol-momentum
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Polymarket Sol Momentum?

Trades Polymarket crypto prediction markets (Solana, Bitcoin, Ethereum) using CoinGecko momentum signals. Buys YES when bullish markets are underpriced vs pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.

How do I install Polymarket Sol Momentum?

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

Is Polymarket Sol Momentum free?

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

Which platforms does Polymarket Sol Momentum support?

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

Who created Polymarket Sol Momentum?

It is built and maintained by DC (@chokle); the current version is v1.0.0.

💬 Comments