← 返回 Skills 市场
Polymarket Command Center
作者
kingmadellc
· GitHub ↗
· v1.1.0
· MIT-0
280
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install polymarket-command-center
功能描述
Read-only Polymarket interface — browse trending markets, get detailed odds with probability bars, search active markets, and track watchlists. Zero API key...
安全使用建议
This skill appears to be what it claims: a read-only Polymarket viewer that makes outbound GET requests to gamma-api.polymarket.com and clob.polymarket.com and stores a local watchlist in ~/.openclaw/state/polymarket_watchlist.json. Before installing, review the full scripts/polymarket_commands.py to confirm there are no hidden endpoints or unexpected network calls (the provided excerpt looks clean). Note the minor inconsistencies: SKILL.md documents YAML-based config (~/.openclaw/config.yaml) and requirements.txt includes pyyaml and requests, but the visible code uses urllib and explicitly reads only the JSON watchlist file — verify whether YAML config parsing is implemented in other parts of the script. Be aware the skill will create ~/.openclaw/state and read that watchlist file; if you add slugs there, they will be read and displayed. As best practices: (1) run the code in a restricted environment or review the entire file before use, (2) confirm network endpoints are the expected Polymarket APIs, and (3) if you require a strict audit trail, ensure the skill's logs and state directory are in a location you control.
功能分析
Type: OpenClaw Skill
Name: polymarket-command-center
Version: 1.1.0
The Polymarket Command Center skill is a legitimate read-only interface for fetching prediction market data from public APIs (Gamma and CLOB). The code in polymarket_commands.py uses standard libraries to perform HTTP requests and manages a local watchlist file in the expected OpenClaw state directory (~/.openclaw/state/), with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description describe a read-only Polymarket interface and the included code and docs show only GET requests to public Gamma and CLOB endpoints; no credentials, special binaries, or surprising external services are requested.
Instruction Scope
SKILL.md describes trending/odds/search/watchlist features and points to config via ~/.openclaw/state/polymarket_watchlist.json or ~/.openclaw/config.yaml. The provided script clearly implements watchlist reading from ~/.openclaw/state/polymarket_watchlist.json and network calls to Gamma/CLOB. There is a minor inconsistency: the docs mention YAML config support (config.yaml) but the visible script portion only shows JSON watchlist loading; the presence of requirements including pyyaml suggests YAML support was intended but not visible in the truncated file. This is a documentation vs implementation mismatch, not an outright scope creep.
Install Mechanism
No install spec — instruction-only plus a Python script and requirements.txt. No downloads from arbitrary URLs or extract steps. The code is local and will run using standard Python libraries (requirements list contains requests and pyyaml).
Credentials
Skill declares no environment variables or credentials. The code creates/reads ~/.openclaw/state and reads a local watchlist JSON file — this is proportionate to the watchlist feature. No access to unrelated secrets or system-wide configs is requested.
Persistence & Privilege
always is false; skill will create and use ~/.openclaw/state (its own data directory) but does not request permanent platform-wide privileges or modify other skills. Autonomous invocation is allowed by default (platform norm) and is not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-command-center - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-command-center触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: unified stack release
v1.0.0
Initial release of Polymarket Command Center.
Browse, search, and monitor Polymarket prediction markets in real time—no API key needed.
- Provides “trending”, “odds”, “search”, and “watchlist” commands using public Gamma and CLOB APIs with thread-safe caching.
- Displays trending markets, detailed market odds (with probability bars, volume, liquidity, close/date info), and fast client-side market search.
- Watchlist support via local config file.
- No authentication or configuration required; zero credentials.
- In-memory, thread-safe LRU cache optimizes performance for concurrent requests.
- Output designed for maximum clarity, including tip prompts, status codes, and Polymarket links.
元数据
常见问题
Polymarket Command Center 是什么?
Read-only Polymarket interface — browse trending markets, get detailed odds with probability bars, search active markets, and track watchlists. Zero API key... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 Polymarket Command Center?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-command-center」即可一键安装,无需额外配置。
Polymarket Command Center 是免费的吗?
是的,Polymarket Command Center 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Command Center 支持哪些平台?
Polymarket Command Center 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Command Center?
由 kingmadellc(@kingmadellc)开发并维护,当前版本 v1.1.0。
推荐 Skills