← Back to Skills Marketplace
yhlorra

Smart Money Trader

by zylorra · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yh-polymarket-smart-money
Description
Trade Polymarket markets where PolyClawster whale signals are active. Fetches smart money signals (score 0-10) and buys YES/NO on Polymarket when whales are...
Usage Guidance
This skill appears to implement the advertised behavior (fetch PolyClawster signals and trade via Simmer) but there are important things to check before installing or providing credentials: - Env var name mismatches: The code expects SMART_MONEY_MIN_SCORE and SMART_MONEY_API_URL, while the documentation and clawhub tunables use SIMMER_SMARTMONEY_MIN_SCORE / SIMMER_SMARTMONEY_MAX_POSITION. Set both variants or update the code so tunables actually control the behavior; otherwise you may not get the signal thresholds you expect. - Trading credential risk: SIMMER_API_KEY allows the skill to place real trades. Test in paper mode first (set TRADING_VENUE=sim and run without --live) and confirm dry-run behavior. Do not provide the live API key until you have audited and tested. - Dependency risk: The skill requires simmer-sdk from PyPI. Verify the SimmerClient implementation (source, version) and consider installing dependencies in an isolated environment. - Run review steps: 1) Run python smart_money_signal.py --json to inspect fetched signals; 2) Run python smartmoney_trader.py (dry run) to see what would be traded; 3) Review clawhub.json tunables and decide whether to correct env var names; 4) Consider running in a sandbox/container until you trust it. - If you are not comfortable with code changes, ask the publisher to fix the env var naming mismatch and to provide a homepage/source repo for provenance. The current inconsistencies are likely sloppy engineering rather than malicious, but they materially affect safety when giving trading API credentials.
Capability Analysis
Type: OpenClaw Skill Name: yh-polymarket-smart-money Version: 1.0.0 The skill bundle is a functional trading bot designed to execute trades on Polymarket based on signals from the PolyClawster API. The code in `smartmoney_trader.py` and `smart_money_signal.py` follows the stated purpose, using the `simmer-sdk` for market interaction and standard Python libraries for fetching signal data. No evidence of data exfiltration, malicious execution, or prompt injection was found; the behavior is consistent with a legitimate automated trading utility.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description, code, and requirements align: the skill fetches signals from polyclawster.com and uses a Simmer SDK client to import markets and place trades on Polymarket. Declared pip deps (simmer-sdk, python-dotenv) are consistent with code imports.
Instruction Scope
Runtime instructions are narrow and consistent with the stated purpose (fetch → match → trade). The code only reads a local .env and environment variables, contacts polyclawster.com and (via SimmerClient) the trading venue, and does not access unrelated files or external endpoints. However, the SKILL.md and clawhub.json document env vars named SIMMER_SMARTMONEY_MIN_SCORE / SIMMER_SMARTMONEY_MAX_POSITION while smart_money_signal.py actually reads SMART_MONEY_MIN_SCORE and SMART_MONEY_API_URL — this mismatch can make tunables ineffective and is an incoherence to fix.
Install Mechanism
Registry shows no formal install script but clawhub.json lists pip packages (simmer-sdk, python-dotenv). Installing pip packages is expected for this skill but is a moderate-risk install mechanism (third-party PyPI packages). No downloads from unknown URLs or archive extraction were observed.
Credentials
The main required secret is SIMMER_API_KEY, which is proportional to a trading skill. Concern: multiple environment variable names are used inconsistently across SKILL.md, clawhub.json, and code (e.g., SIMMER_SMARTMONEY_MIN_SCORE vs SMART_MONEY_MIN_SCORE, SMART_MONEY_API_URL not documented). This mismatch risks unexpected behavior and could lead to running live trades with unintended parameters if users assume the documented tunables are applied. No unrelated credentials are requested.
Persistence & Privilege
always:false and autostart:false. clawhub.json marks automaton.managed true with an entrypoint, but autostart is false so the skill will not run automatically unless enabled. The skill does not attempt to modify other skills or global config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yh-polymarket-smart-money
  3. After installation, invoke the skill by name or use /yh-polymarket-smart-money
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Trade Polymarket markets using real-time whale signals via PolyClawster and Simmer SDK. - Fetches and acts on smart money signals, buying YES/NO on Polymarket based on whale positioning and conviction score. - Scans for high-conviction, whale-traded markets; allows copy-trading of institutional traders. - Supports dry run, live trading, custom min signal score, and position queries from command line. - Enforces signal thresholds, position sizing, and circuit breakers for risk management. - Configurable via environment variables; supports both real and simulated trading venues.
Metadata
Slug yh-polymarket-smart-money
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Smart Money Trader?

Trade Polymarket markets where PolyClawster whale signals are active. Fetches smart money signals (score 0-10) and buys YES/NO on Polymarket when whales are... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install Smart Money Trader?

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

Is Smart Money Trader free?

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

Which platforms does Smart Money Trader support?

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

Who created Smart Money Trader?

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

💬 Comments