← 返回 Skills 市场
shrimpdaddie

Polymarketskill

作者 ShrimpDaddie · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
143
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-gonewild
功能描述
Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar,...
安全使用建议
This skill appears to be a straightforward Polymarket CLI. Before installing: (1) review the script yourself (it will be executed locally) and confirm BASE_URL is expected (gamma-api.polymarket.com); (2) run it in a Python virtualenv and install the requests package rather than system-wide if you prefer isolation; (3) be aware it writes watchlist.json and portfolio.json under ~/.polymarket—backup or inspect those files if you care about local storage; (4) cron examples in the README will run the script periodically only if you add them — the skill will not schedule cron jobs by itself; (5) if you need higher assurance, inspect the full script for any additional network endpoints or unexpected behavior before adding it to automated jobs.
功能分析
Type: OpenClaw Skill Name: polymarket-gonewild Version: 1.0.0 The skill bundle provides a comprehensive CLI tool and agent instructions for interacting with Polymarket's public Gamma API. The Python script `scripts/polymarket.py` implements market searching, price tracking, and a local paper trading simulation using standard libraries like `requests` and `argparse`. It limits its file system operations to a dedicated local directory (`~/.polymarket`) and does not require any sensitive credentials or blockchain wallet access. No evidence of data exfiltration, malicious execution, or harmful prompt injections was found in either the code or the `SKILL.md` documentation.
能力评估
Purpose & Capability
Name/description match the implementation: the script queries Polymarket's Gamma API (BASE_URL = https://gamma-api.polymarket.com), provides searching, trending, movers, calendar, watchlist, alerts, and paper-trading functionality as described. Required binary (python3) and use of the requests library are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructions stay within the stated scope: they run the included CLI, schedule cron jobs, and store watchlist/portfolio locally. There are no instructions to read unrelated system files or exfiltrate data to third parties. The README encourages cron usage (user-controlled) but does not grant the skill autonomous execution.
Install Mechanism
This is instruction-only (no install spec). The Python script includes a dependencies comment (requests>=2.28.0) but the skill does not install it automatically, so the user must ensure python and requests are present. No downloads from untrusted URLs or archive extracts are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All persistent data is stored under the user's home at ~/.polymarket, which is appropriate for watchlist/portfolio storage.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and sets disable-model-invocation=true (so it cannot be invoked autonomously by the model). It writes only to its own per-user data directory (~/.polymarket) and does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-gonewild
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-gonewild 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Polymarket skill providing comprehensive prediction market data and paper trading features. - Query Polymarket markets: trending, featured, search, event lookup, calendar, movers, and category digests. - Manage a watchlist with customizable price and percentage alerts. - Scan for market momentum and track upcoming resolutions. - Local paper trading with portfolio management (virtual $10,000). - Output includes real-time odds, volume, price changes, and time-to-resolution. - No authentication required; only uses public Gamma API. All personal data stored locally.
元数据
Slug polymarket-gonewild
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Polymarketskill 是什么?

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 插件,目前累计下载 143 次。

如何安装 Polymarketskill?

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

Polymarketskill 是免费的吗?

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

Polymarketskill 支持哪些平台?

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

谁开发了 Polymarketskill?

由 ShrimpDaddie(@shrimpdaddie)开发并维护,当前版本 v1.0.0。

💬 留言讨论