← 返回 Skills 市场
Polymarket Edge Liquidity
作者
drserkandedeoglu
· GitHub ↗
· v1.0.0
386
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-edge-liquidity
功能描述
Trades active Polymarket-imported markets on Simmer when estimated edge and liquidity filters pass.
安全使用建议
This skill appears coherent for automated trading on Simmer. Before installing, verify the source/trustworthiness of the simmer-sdk package the platform will install. Use a SIMMER_API_KEY with limited permissions/funds for testing and run a dry run first (default mode) — the script only executes real trades when run with --live. Also confirm the platform's scheduler or automaton won't invoke the script in live mode automatically. If you need higher assurance, review or fingerprint the simmer-sdk package and/or run the script in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: polymarket-edge-liquidity
Version: 1.0.0
The skill bundle is benign. The `edge_liquidity.py` script implements a trading strategy, fetching market data and executing trades on the Simmer platform using `SIMMER_API_KEY` from environment variables, which is standard practice. All actions align with the stated purpose in `SKILL.md`, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description, required env var (SIMMER_API_KEY), and the code all point to interacting with the Simmer trading API. The optional TRADING_VENUE, scan/trade parameters, and use of a simmer-sdk client are consistent with a trading strategy skill.
Instruction Scope
SKILL.md and edge_liquidity.py limit actions to fetching markets, filtering by liquidity/edge, optionally calling client.trade when run with --live, and printing results. The instructions do not access unrelated files, credentials, or external endpoints beyond the Simmer client.
Install Mechanism
This is an instruction-only skill with no install spec in the registry bundle, but SKILL.md declares a pip dependency on 'simmer-sdk'. The platform would need to install that package; verify that the simmer-sdk package is the official/library you expect before installation.
Credentials
Only SIMMER_API_KEY is required (plus optional TRADING_VENUE and tuning env vars). That single credential is proportionate to performing trades on Simmer; there are no unrelated secret/env requests.
Persistence & Privilege
always:false (no forced inclusion). SKILL.md includes a cron entry (*/20) and automaton.managed:true which indicates it may be scheduled to run periodically by the platform. The code executes real trades only when invoked with --live; ensure scheduled runs won't pass live mode unless intended. Autonomous invocation with a live API key would allow the skill to place trades, which is expected for a trading skill but should be authorized deliberately.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-edge-liquidity - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-edge-liquidity触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Polymarket Edge Liquidity skill.
- Scans Polymarket-imported markets every 20 minutes and trades when both estimated edge and liquidity thresholds are met.
- Supports environment variables to configure API key, trading venue, scan limits, edge/liquidity thresholds, and trade amount.
- Runs in dry-run mode by default; can execute live trades with `--live`.
- Each trade includes detailed reasoning and source tagging for traceability.
元数据
常见问题
Polymarket Edge Liquidity 是什么?
Trades active Polymarket-imported markets on Simmer when estimated edge and liquidity filters pass. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 386 次。
如何安装 Polymarket Edge Liquidity?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-edge-liquidity」即可一键安装,无需额外配置。
Polymarket Edge Liquidity 是免费的吗?
是的,Polymarket Edge Liquidity 完全免费(开源免费),可自由下载、安装和使用。
Polymarket Edge Liquidity 支持哪些平台?
Polymarket Edge Liquidity 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Edge Liquidity?
由 drserkandedeoglu(@drserkandedeoglu)开发并维护,当前版本 v1.0.0。
推荐 Skills