← 返回 Skills 市场
Polymarketodds 1.0.0
作者
itsjustFred
· GitHub ↗
· v1.0.0
739
总下载
0
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarketodds-1-0-0
功能描述
Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar,...
安全使用建议
This skill appears coherent and implements the advertised functionality using Polymarket's public Gamma API and local JSON files. Before installing: 1) Confirm your environment has Python 3.10+ and the 'requests' package (pip install requests) or the script may fail. 2) Review the full script for any notification/webhook code or outbound POSTs (search for requests.post, subprocess, socket, or remote URLs) if you want to be extra cautious—SKILL.md claims it only performs GETs to the public API. 3) Be aware it will create ~/.polymarket and store watchlist/portfolio data there; if you run cron jobs, ensure the scheduled commands point to the intended script path. 4) Run the script as an unprivileged user (no sudo) and inspect its output in a controlled environment if you have high security requirements.
功能分析
Type: OpenClaw Skill
Name: polymarketodds-1-0-0
Version: 1.0.0
The skill is classified as benign. It makes unauthenticated HTTPS GET requests to the public Polymarket API (`gamma-api.polymarket.com`) and stores local data for watchlist and paper trading in `~/.polymarket/watchlist.json` and `~/.polymarket/portfolio.json`. The `SKILL.md` explicitly states its limited permissions and capabilities, including `disable-model-invocation: true`, which prevents autonomous execution by the agent. While `SKILL.md` suggests cron job setups, these commands are for the skill's own benign functionality and do not exhibit malicious intent or attempt to exfiltrate data or establish persistence beyond its stated purpose.
能力评估
Purpose & Capability
Name/description match behavior: the code and SKILL.md implement market queries, trending/movers, watchlist/alerts, calendar, and a local paper-trading portfolio. Required binary (python3) and use of Polymarket's public API are appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent/user to run the included Python script with various subcommands. The instructions operate by making HTTPS GET requests to gamma-api.polymarket.com and reading/writing local files in ~/.polymarket. There is no instruction to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only), which is low-risk. The script header documents a dependency on the Python 'requests' package but SKILL.md/registry metadata do not provide an installation step; users should ensure 'requests' is available in the environment (pip install requests) before running.
Credentials
No environment variables, credentials, or external secrets are requested. All persistent data (watchlist.json, portfolio.json) is stored under ~/.polymarket as documented; this is proportional to the stated features.
Persistence & Privilege
The skill does not request always: true and disable-model-invocation is set to true (cannot be invoked autonomously). It only creates/uses its own data directory (~/.polymarket) and does not modify other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarketodds-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarketodds-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — query Polymarket prediction markets, monitor odds, set up alerts, and track paper trades.
- Query trending, featured, and specific markets; search by keyword or category
- Add markets to a personal watchlist with customizable price/movement alerts
- Get a resolution calendar for events ending soon
- Scan for momentum/trending markets and set up category digests
- Simulate paper trading portfolios with local-only storage (no real money or wallet interactions)
- All interactions are read-only with public API; no account required
元数据
常见问题
Polymarketodds 1.0.0 是什么?
Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 739 次。
如何安装 Polymarketodds 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarketodds-1-0-0」即可一键安装,无需额外配置。
Polymarketodds 1.0.0 是免费的吗?
是的,Polymarketodds 1.0.0 完全免费(开源免费),可自由下载、安装和使用。
Polymarketodds 1.0.0 支持哪些平台?
Polymarketodds 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarketodds 1.0.0?
由 itsjustFred(@itsjustfred)开发并维护,当前版本 v1.0.0。
推荐 Skills