← 返回 Skills 市场
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yh-polymarket-smart-money
功能描述
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...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yh-polymarket-smart-money - 安装完成后,直接呼叫该 Skill 的名称或使用
/yh-polymarket-smart-money触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Smart Money Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yh-polymarket-smart-money」即可一键安装,无需额外配置。
Smart Money Trader 是免费的吗?
是的,Smart Money Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Smart Money Trader 支持哪些平台?
Smart Money Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smart Money Trader?
由 zylorra(@yhlorra)开发并维护,当前版本 v1.0.0。
推荐 Skills