← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-solana-onchain
Description
Trade Polymarket SOL/crypto prediction markets using live Solana on-chain signals as leading indicators — before price moves. Reads TPS, priority fees, DEX v...
Usage Guidance
This skill appears to implement what it says (on-chain Solana signals → Polymarket trades), but there are two practical risks you should address before installing:
1) Metadata inconsistency: the top-level registry summary omitted required env vars, but both SKILL.md and clawhub.json require SIMMER_API_KEY. Confirm where and how you must supply that API key and that it will be stored/used safely.
2) Automatic live trading: clawhub.json config schedules the skill to run every 10 minutes and sets the entrypoint to run with --live. If you install this as-is it may place real trades automatically. To be safe:
- Test locally with python strategy.py --signals and --dry-run first.
- Remove or change the cron / automaton entry so it does not auto-run with --live (or change args to omit --live by default).
- Limit SIMMER_ONCHAIN_MAX_POSITION and MAX_TRADES_PER_RUN to small values while testing.
- Review the code sections that call the Simmer trade endpoint (search for POST to /api/sdk/trade or similar) so you understand exactly what conditions trigger an order.
- Prefer a low-privilege Simmer API key (restricted scopes or limited balance) while you validate behavior.
If you want me to, I can scan the remainder of strategy.py (the truncated portion) for the exact trade-execution logic and any unexpected network calls or data exfiltration before you enable live runs.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-solana-onchain
Version: 1.0.0
The skill is a legitimate trading bot designed to execute Polymarket trades based on Solana on-chain metrics (TPS, priority fees, and Jupiter DEX volume). The implementation in strategy.py uses standard Python libraries (urllib) to fetch data from public Solana RPCs and the Jupiter API, and utilizes the Simmer SDK for market interaction. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found; the code logic is transparent and aligns perfectly with the stated purpose in SKILL.md.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's name/description (Polymarket trading using Solana on-chain signals) aligns with the code and SKILL.md: it collects RPC/Jupiter data and uses the Simmer SDK to find/execute markets. However the repository-level metadata shown earlier omits required environment variables while clawhub.json and SKILL.md both require a SIMMER_API_KEY — an inconsistency that should be resolved before trusting the skill.
Instruction Scope
SKILL.md and strategy.py stick to network calls (Solana RPC, Jupiter stats, Simmer SDK) and internal config; they do not read arbitrary local files or unrelated secrets. The concern is behavioral: clawhub.json config (automaton entrypoint args) will run strategy.py with --live by default, and the code will call the Simmer APIs to execute trades. That gives the skill discretion to place real trades automatically — not just to show signals — which is broader than a passive 'signal viewer'.
Install Mechanism
No download/install of arbitrary binaries or external archives. Dependencies are standard Python packages (simmer-sdk, requests) and the project is instruction-only aside from the Python script. No high-risk URLs or extract/install steps are present.
Credentials
The skill requires a SIMMER_API_KEY (declared in SKILL.md and clawhub.json) which is proportional to executing trades via Simmer. Other env vars are configuration (position size, thresholds, RPC URL). The earlier registry summary that listed 'Required env vars: none' contradicts the files — this mismatch is suspicious and should be clarified.
Persistence & Privilege
Although always:false (not force-installed), clawhub.json contains a cron entry (*/10 * * * *) and an automaton 'managed' entrypoint that runs strategy.py --live. That means the skill is configured to execute periodically and perform live trades without additional prompts after install/activation. Autonomous invocation plus scheduled live execution increases risk and requires explicit user attention before enabling.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-solana-onchain - After installation, invoke the skill by name or use
/polymarket-solana-onchain - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Solana On-Chain Signal Trader for Polymarket.
- Uses live Solana on-chain metrics (TPS, priority fees, DEX volume, epoch data) as leading trade signals.
- No API keys or paid subscriptions required for core signals; all public endpoints.
- Composite signal engine indicates bullish/neutral/bearish for SOL/BTC/ETH markets.
- Integrates with Simmer SDK for trading and performance tracking.
Metadata
Frequently Asked Questions
What is Polymarket Solana Onchain?
Trade Polymarket SOL/crypto prediction markets using live Solana on-chain signals as leading indicators — before price moves. Reads TPS, priority fees, DEX v... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install Polymarket Solana Onchain?
Run "/install polymarket-solana-onchain" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Solana Onchain free?
Yes, Polymarket Solana Onchain is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Solana Onchain support?
Polymarket Solana Onchain is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Solana Onchain?
It is built and maintained by DC (@chokle); the current version is v1.0.0.
More Skills