← 返回 Skills 市场
prysm96

Simmer Market Maker

作者 PrYsM96 · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ⚠ suspicious
156
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install simmer-market-maker
功能描述
Places GTC limit orders on both sides (bid/ask) of liquid Polymarket markets. Finds active markets with >$10k 24h volume, mid-range prices, and ample time to...
安全使用建议
This skill is plausibly a market-maker and the code aligns with its stated purpose, but exercise caution before running it with a real API key: 1) The package metadata in the registry is inconsistent (missing required env, version mismatch) — ask the publisher or check an authoritative source. 2) Review the simmer-sdk package (source, publisher, permissions) before pip installing; consider installing into an isolated venv. 3) Test extensively in paper mode (TRADING_VENUE=sim or --dry-run) and don't run --live until satisfied. 4) Consider creating a scoped API key (if supported) with limited permissions and rotate it afterwards. 5) Inspect where the skill stores its config (simmer_sdk.skill.get_config_path) to ensure it doesn't expose secrets on disk. 6) If you lack confidence in the author, have a developer review the simmer-sdk and market_maker.py code paths that place/cancel orders (they use a private ._request method in places). These inconsistencies make the package suspicious but not demonstrably malicious; proceed only after the checks above.
功能分析
Type: OpenClaw Skill Name: simmer-market-maker Version: 1.3.0 The skill is a legitimate market-making bot for Polymarket that uses the simmer-sdk to place and manage limit orders. It fetches market data from the Simmer API and live order book midpoints from the official Polymarket CLOB endpoint (clob.polymarket.com). The code in market_maker.py follows the strategy described in SKILL.md, includes appropriate safeguards against resolved markets or high slippage, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description, SKILL.md, clawhub.json, and market_maker.py all describe a market-maker using the Simmer SDK and Polymarket CLOB — requiring a SIMMER_API_KEY and the simmer-sdk Python package is proportionate. However, the registry summary at the top stated 'Required env vars: none' and the skill version in the registry (1.3.0) differs from SKILL.md and _meta.json (1.2.0). This packaging/metadata mismatch is an incoherence that could indicate sloppy publishing or an update that wasn't fully propagated.
Instruction Scope
SKILL.md and market_maker.py stick to market discovery, midpoint fetching, order placement/cancellation, and local config management. The code calls Polymarket CLOB midpoint endpoints and the Simmer API, cancels and places GTC orders, and can write/read local config via simmer_sdk.skill.load_config/update_config. It does not attempt to read arbitrary user files or transmit unrelated data. Note: it will cancel orders and place live trades when run with --live and a valid API key — this is expected but high-impact.
Install Mechanism
There is no installer script in the package (instruction-only install) but clawhub.json declares a pip dependency 'simmer-sdk'. Requiring a PyPI package is reasonable for this purpose, but pip-installed packages are an external trust decision — review simmer-sdk's provenance before installing. No arbitrary downloads or archive extraction are present in the skill files.
Credentials
The skill legitimately requires SIMMER_API_KEY (declared in SKILL.md and clawhub.json) and optionally TRADING_VENUE and a set of tuning env vars. However, the top-level registry summary incorrectly listed no required env vars, which is a packaging inconsistency. Requesting an API key is proportionate for a trading skill, but an API key is a sensitive credential — the skill will use it to place/cancel orders and view portfolio data.
Persistence & Privilege
The skill is not marked always:true and autostart is false. It is an automaton-managed entrypoint (managed: true) but that appears consistent with a runnable trading tool. It uses load_config/update_config which will write its own config files (normal for a tool), but it does not request system-wide or other-skills' configuration access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simmer-market-maker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simmer-market-maker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Fix tick size: prices now rounded to 2 decimal places (Polymarket CLOB 0.01 minimum). Fix fee in edge calc: net profit now accounts for 2% fill fee on both sides. Fix min shares check logic.
v1.2.0
Fix registry assessment: add explicit SIMMER_API_KEY and TRADING_VENUE docs in SKILL.md; clawhub.json already had correct requires.env. Added Requirements table and pip install instructions.
v1.1.0
Fix: raise default max_order to $5 to avoid min-order skips on high-priced sides; add tunables for all config knobs
v1.0.0
- Initial release of Simmer Market Maker. - Places GTC limit orders on both sides of liquid Polymarket markets to passively earn spread. - Automatically selects markets with >$10k 24h volume, mid-range prices (0.15–0.85), ample time to resolve, and no taker fees. - Quotes limit orders 2¢ below the CLOB midpoint on both YES and NO sides. - Supports dry run, live trading, position overview, and configuration via command line and environment variables. - Limits per order and per market are user-configurable.
元数据
Slug simmer-market-maker
版本 1.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Simmer Market Maker 是什么?

Places GTC limit orders on both sides (bid/ask) of liquid Polymarket markets. Finds active markets with >$10k 24h volume, mid-range prices, and ample time to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Simmer Market Maker?

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

Simmer Market Maker 是免费的吗?

是的,Simmer Market Maker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Simmer Market Maker 支持哪些平台?

Simmer Market Maker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Simmer Market Maker?

由 PrYsM96(@prysm96)开发并维护,当前版本 v1.3.0。

💬 留言讨论