← 返回 Skills 市场
diagnostikon

Polymarket Candle Morning Star Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ 安全检测通过
189
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-candle-morning-star-trader
功能描述
Trades crypto "Up or Down" 5-minute interval markets on Polymarket by detecting Morning Star (DOWN-doji-UP bottom reversal) and Evening Star (UP-doji-DOWN to...
安全使用建议
This skill appears to do what it says: it scans Polymarket interval markets and uses the Simmer SDK to place trades, defaulting to paper mode. Before installing, (1) review trader.py yourself (or have a developer review) to confirm there are no unexpected network calls beyond the Simmer client, (2) supply an API key with the minimum necessary permissions (prefer a paper/sandbox key if available), and (3) keep live trading disabled until you have tested behaviour and tunables in paper mode. If you plan to run live, limit max position and enable monitoring/alerts so mistakes can't execute large real trades.
功能分析
Type: OpenClaw Skill Name: polymarket-candle-morning-star-trader Version: 0.0.3 The skill bundle implements a legitimate trading strategy for Polymarket crypto interval markets using the 'simmer-sdk'. The code in 'trader.py' follows a clear logic for detecting candlestick patterns (Morning/Evening Star) and executing trades based on configurable risk parameters. It includes a safety-first approach by defaulting to a simulation environment ('venue=sim') unless explicitly run with a '--live' flag. No evidence of data exfiltration, malicious execution, or prompt injection was found in 'trader.py' or 'SKILL.md'.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description (Polymarket Morning/Evening Star trader) align with the code and SKILL.md: pattern detection, market discovery, and trade execution via the Simmer SDK. Required items (SIMMER_API_KEY, simmer-sdk pip dependency, tunables) are appropriate for a trading skill and nothing unrelated (e.g., AWS credentials or system-level access) is requested.
Instruction Scope
SKILL.md outlines market discovery, pattern logic, and a safe default (paper trading). The runtime instructions and the included trader.py focus on parsing market questions, detecting patterns, sizing trades, and calling the Simmer client. There are no instructions to read arbitrary local files, harvest unrelated environment variables, or post data to unexpected endpoints.
Install Mechanism
This is instruction + code (no install spec), and clawhub.json declares a pip dependency on simmer-sdk. No downloads from arbitrary URLs or archive extraction are present. Requiring a library from PyPI is proportionate for a Python trading client.
Credentials
Only SIMMER_API_KEY is declared as required in both SKILL.md and clawhub.json; tunables are environment variables for risk parameters and are reasonable. No unrelated secret variables or config paths are requested.
Persistence & Privilege
autostart is false and always is not set; automaton entrypoint exists but defaults to paper mode and does not run automatically. The skill does not request permanent elevated privileges or modify other skills' configs. Note: the agent/platform can still invoke the skill autonomously (normal default).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-candle-morning-star-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-candle-morning-star-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
Version 1.0.0 - Initial release of Candle Morning Star Trader. - Detects Morning Star and Evening Star candlestick reversals in Polymarket crypto 5-minute interval markets. - Trades in the new trend direction when the next interval hasn’t fully priced in the reversal, scaling conviction with lag distance. - Supports paper trading by default, with live trading enabled via command flag. - Advanced signal logic with tunable risk and pattern detection parameters. - Designed for extensibility with options for signal remixes (e.g., volume, RSI).
元数据
Slug polymarket-candle-morning-star-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Polymarket Candle Morning Star Trader 是什么?

Trades crypto "Up or Down" 5-minute interval markets on Polymarket by detecting Morning Star (DOWN-doji-UP bottom reversal) and Evening Star (UP-doji-DOWN to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。

如何安装 Polymarket Candle Morning Star Trader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-candle-morning-star-trader」即可一键安装,无需额外配置。

Polymarket Candle Morning Star Trader 是免费的吗?

是的,Polymarket Candle Morning Star Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Polymarket Candle Morning Star Trader 支持哪些平台?

Polymarket Candle Morning Star Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket Candle Morning Star Trader?

由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。

💬 留言讨论