← 返回 Skills 市场
adlai88

Polymarket Nothing Ever Happens

作者 AD88 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install polymarket-nothing-ever-happens
功能描述
Buy NO on standalone non-sports yes/no Polymarket markets priced below a configurable cap. Based on the "nothing-ever-happens" thesis — binary markets often...
安全使用建议
This package appears to be what it says: a Polymarket 'buy NO' trading bot that uses the Simmer SDK. Before installing: 1) Prefer using a managed Simmer wallet rather than placing your WALLET_PRIVATE_KEY in an environment variable; if you must use a private key, keep it in a secure store and rotate it regularly. 2) Review the simmer-sdk and any gamma_api client code you install (the script may expect a gamma_api module or a local gamma_api.py). 3) Run the script in dry-run/scan mode first to observe candidate selection and ensure it won't execute trades you don't want. 4) Note that the script creates a local daily_spend.json file in its directory. 5) If you will run this in an automated environment, ensure the environment variables and files are accessible only to trusted processes. If you want me to, I can also scan the full simmer-sdk and gamma_api client code (if you provide them) for any surprising network endpoints or secret exfiltration behavior.
功能分析
Type: OpenClaw Skill Name: polymarket-nothing-ever-happens Version: 1.0.2 The skill implements a legitimate Polymarket trading strategy but is classified as suspicious due to high-risk instructions in SKILL.md that direct the AI agent to solicit a 'WALLET_PRIVATE_KEY' from the user. While functionally necessary for automated trading, instructing an AI to collect and store plaintext private keys in the environment is a high-risk pattern. The script nothing_ever_happens.py performs market discovery and automated trading via the simmer-sdk, and it includes logic to dynamically import dependencies from other skill directories (e.g., polymarket-ai-divergence), which is a fragile and potentially risky supply-chain behavior.
能力标签
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, required env vars (SIMMER_API_KEY, optional WALLET_PRIVATE_KEY), and the included code all align with a Simmer-powered Polymarket trading bot that discovers markets via Gamma and executes trades via the Simmer SDK. No unrelated cloud credentials or unrelated system access are requested.
Instruction Scope
SKILL.md stays within the trading use case (scan Gamma, import into Simmer, trade NO). Minor inconsistencies: the Python code falls back to importing a local gamma_api module and prints an instruction to copy gamma_api.py from another repo if missing, but SKILL.md does not mention this explicit dependency; code also reads an override env var AUTOMATON_MAX_BET which is not documented in the SKILL.md/clawhub metadata. The skill writes a local daily_spend.json file and uses a simmer-sdk config helper — both are expected for bookkeeping but are side effects users should know about. The skill asks users to store WALLET_PRIVATE_KEY in an environment variable for live trading (expected for self-custody trading) — this is sensitive and should be handled carefully.
Install Mechanism
No install spec in the registry; SKILL.md instructs installing simmer-sdk via pip which matches the code. There are no external downloads, URL-based installers, or archive extraction operations in the package metadata. This is a low-risk install model (pip dependency only).
Credentials
The primary required secret is SIMMER_API_KEY (declared). WALLET_PRIVATE_KEY is optional and only required for self-custody live trading — that is proportionate for a trading bot. Caveat: storing a private wallet key in an environment variable has inherent security risk; the skill and metadata correctly mark it as optional, but users should prefer managed wallets or otherwise secure key storage. The code also reads AUTOMATON_MAX_BET from env (undeclared) as a runtime override; this is not a secret but is undocumented.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide privileges. It writes its own daily_spend.json in the skill directory and uses its own config via simmer_sdk helpers. It does not modify other skills or system configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-nothing-ever-happens
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-nothing-ever-happens 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Switch event pagination from offset to cursor (Polymarket Gamma deprecation deadline May 1, 2026). Requires polymarket-ai-divergence>=2.3.0 for the bundled gamma_api.py.
v1.0.1
Add Setup Flow section with pip install simmer-sdk
元数据
Slug polymarket-nothing-ever-happens
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Polymarket Nothing Ever Happens 是什么?

Buy NO on standalone non-sports yes/no Polymarket markets priced below a configurable cap. Based on the "nothing-ever-happens" thesis — binary markets often... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Polymarket Nothing Ever Happens?

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

Polymarket Nothing Ever Happens 是免费的吗?

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

Polymarket Nothing Ever Happens 支持哪些平台?

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

谁开发了 Polymarket Nothing Ever Happens?

由 AD88(@adlai88)开发并维护,当前版本 v1.0.2。

💬 留言讨论