← 返回 Skills 市场
diagnostikon

Polymarket Twitter Cadence Model Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ⚠ suspicious
170
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install polymarket-twitter-cadence-model-trader
功能描述
Trades post-count bin markets using a Poisson statistical model to predict the most likely bins based on historical posting rates. Requires SIMMER_API_KEY an...
安全使用建议
This skill appears to do what it says: analytic pricing and automated trading via the Simmer SDK. However: 1) Confirm the metadata mismatch — the registry header said no env vars but clawhub.json and SKILL.md require SIMMER_API_KEY; treat that as a publishing error and verify the canonical source. 2) Audit the simmer-sdk package and the GitHub repo referenced in SKILL.md before providing credentials (PyPI packages can contain arbitrary code). 3) Start in paper mode only (default) and test behavior thoroughly; do not put a live-capable SIMMER_API_KEY in an environment where automation could call trader.py --live. 4) If you plan to let agents invoke this autonomously, consider limiting the API key scopes (if supported) and using least-privilege credentials or a staging account. 5) If you are uncomfortable with provenance (owner ID unknown, no homepage in the registry header), seek a well-known/reputable alternative or request source verification from the publisher.
功能分析
Type: OpenClaw Skill Name: polymarket-twitter-cadence-model-trader Version: 0.0.3 The skill is a statistical trading bot designed to trade Twitter post-count markets on Polymarket using a Poisson distribution model. The logic in `trader.py` is transparent, implementing market discovery, signal calculation, and trade execution via the `simmer-sdk`. It includes safety features such as a default paper-trading mode (venue='sim'), configurable risk parameters (tunables), and explicit checks for market slippage. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The skill is a Polymarket/Simmer trading bot that uses a Poisson model and the Simmer SDK; requiring a SIMMER_API_KEY and the simmer-sdk package is coherent with that purpose. However the registry summary at the top of the submission claimed "Required env vars: none" while both clawhub.json and SKILL.md declare SIMMER_API_KEY as required — an inconsistency in metadata (likely sloppy publishing) that you should confirm before trusting the package.
Instruction Scope
SKILL.md instructs agent to install simmer-sdk, set SIMMER_API_KEY, run trader.py, and explicitly defaults to paper trading unless --live is provided. The runtime instructions and included trader.py are narrowly scoped to market discovery, modeling, and trading via the SimmerClient. There are no instructions to read unrelated system files or exfiltrate data.
Install Mechanism
There is no custom installer; the dependency is a PyPI package (simmer-sdk). Using a PyPI dependency is expected for this use case but is a moderate-risk vector: review the simmer-sdk package/source before providing credentials. The SKILL.md and clawhub.json both point to a GitHub repo which you should audit; no arbitrary download URLs or extract steps are present.
Credentials
The skill only requests a trading API key (SIMMER_API_KEY) plus SIMMER_ prefixed tunables for risk parameters — these are proportional to a trading bot. Important caveat: a live-capable API key grants trading authority; SKILL.md warns about not placing a live key where automated code can call --live, which is appropriate. Verify which key scopes are required by simmer-sdk before supplying a high-privilege key.
Persistence & Privilege
always:false, autostart:false, and the automaton is managed with entrypoint trader.py. The skill does not demand forced permanent inclusion. Autonomous invocation is allowed (platform default) but the skill defaults to paper trading; that combination is reasonable for a trader skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-twitter-cadence-model-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-twitter-cadence-model-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.2
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.1
- Added detailed skill metadata fields including owner, homepage, repository, required environment variable and dependency, default execution mode, and live trading flag. - Updated description to specify requirements: SIMMER_API_KEY and simmer-sdk. - No logic or functionality changes; documentation and metadata improvements only.
v1.0.0
- Initial release of the Twitter Cadence Model Trader skill. - Trades polymarket post-count bin markets using a Poisson statistical model based on historical posting rates. - Fully configurable risk parameters, executable in both paper and live trading modes (defaults to paper/sim mode for safety). - Designed for advanced users looking to mathematically price Twitter/X (and similar) post-count markets instead of relying on intuition. - Provides clear strategy logic, remix suggestions, and easy installation through command line. - Does not run on a schedule by default; must be configured in the Simmer UI for automated execution.
元数据
Slug polymarket-twitter-cadence-model-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Polymarket Twitter Cadence Model Trader 是什么?

Trades post-count bin markets using a Poisson statistical model to predict the most likely bins based on historical posting rates. Requires SIMMER_API_KEY an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。

如何安装 Polymarket Twitter Cadence Model Trader?

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

Polymarket Twitter Cadence Model Trader 是免费的吗?

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

Polymarket Twitter Cadence Model Trader 支持哪些平台?

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

谁开发了 Polymarket Twitter Cadence Model Trader?

由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。

💬 留言讨论