← 返回 Skills 市场
Polymarket Twitter Weekend Drift Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
175
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-twitter-weekend-drift-trader
功能描述
Exploits systematic weekday/weekend posting rate differences in post-count bin markets. Requires SIMMER_API_KEY and simmer-sdk. Use when you want to capture...
安全使用建议
This appears to be a straightforward trading skill. Before installing: (1) review the simmer-sdk source (linked in SKILL.md) to confirm no unexpected network endpoints or privileged calls; (2) do not put a live-capable SIMMER_API_KEY into the environment until you have audited the dependency and tested in paper mode; (3) confirm the platform metadata (registry) correctly lists SIMMER_API_KEY—the report shows a mismatch that should be resolved; (4) run the bot in paper (sim) mode first and monitor actions/logs; and (5) if you plan to enable automated runs, restrict the API key's permissions (if possible) or create a separate limited-account key.
功能分析
Type: OpenClaw Skill
Name: polymarket-twitter-weekend-drift-trader
Version: 0.0.3
The skill is a specialized trading bot for Polymarket that implements a strategy based on social media posting patterns (weekday vs. weekend drift). The code in `trader.py` uses the `simmer-sdk` to analyze markets and execute trades, featuring a safety-first approach with a default paper-trading mode and configurable risk parameters (e.g., `SIMMER_MAX_POSITION`). No indicators of data exfiltration, malicious execution, or prompt injection were found; the logic is transparent and aligns with the stated purpose in `SKILL.md`.
能力标签
能力评估
Purpose & Capability
The skill's name/description (weekend-drift trading on Polymarket) matches the code and declared dependencies: trader.py uses SimmerClient and looks up markets, computes signals, and places trades. One minor inconsistency: the top-level registry block in the report lists 'Required env vars: none', whereas clawhub.json and SKILL.md correctly declare SIMMER_API_KEY; this is likely a metadata-sync issue rather than malicious behavior.
Instruction Scope
SKILL.md instructs installing the skill and setting SIMMER_API_KEY; runtime behavior (as seen in trader.py) is limited to finding markets, computing signals, and (optionally) placing trades. The skill defaults to paper mode and only does real trades with an explicit --live flag. The instructions do not ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
There is no custom download/install script; the package depends on simmer-sdk (published on PyPI and with a GitHub repo). This is a standard dependency mechanism (pip) and not a direct arbitrary-URL fetch or archive extraction.
Credentials
The only sensitive credential required is SIMMER_API_KEY (the exchange/trading API key) and a set of SIMMER_* tunables for risk parameters. Those are appropriate and proportional for a trading bot. The SKILL.md explicitly warns about not placing a live-capable key in environments where automated code could execute. As noted above, there is a metadata mismatch in the top-level report that falsely said 'no required env vars'—verify the platform metadata before providing credentials.
Persistence & Privilege
always:false and autostart:false (no forced inclusion or automatic background start). disable-model-invocation is false (agent can call the skill), which is the platform default and expected for an invocable trading skill. The skill does not request system-wide config changes or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-twitter-weekend-drift-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-twitter-weekend-drift-trader触发 - 根据 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.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
**Initial release for Twitter Weekend Drift Trader—exploiting weekday/weekend post rate differences in Polymarket Twitter bin markets:**
- Adjusts expected post counts based on actual weekday vs weekend days in market periods.
- Default signal uses fixed rate differentials for major public figures; template allows further customization (holidays, hour, timezone).
- Built-in safeguards: position/risk limits, live/paper trading mode, cron off by default, env var management.
- Requires `SIMMER_API_KEY` and `simmer-sdk`; all main parameters are tunable via the Simmer UI.
- Handles market parsing, discovery, trade execution, and risk checks automatically, letting users focus on alpha signal.
元数据
常见问题
Polymarket Twitter Weekend Drift Trader 是什么?
Exploits systematic weekday/weekend posting rate differences in post-count bin markets. Requires SIMMER_API_KEY and simmer-sdk. Use when you want to capture... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。
如何安装 Polymarket Twitter Weekend Drift Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-twitter-weekend-drift-trader」即可一键安装,无需额外配置。
Polymarket Twitter Weekend Drift Trader 是免费的吗?
是的,Polymarket Twitter Weekend Drift Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Twitter Weekend Drift Trader 支持哪些平台?
Polymarket Twitter Weekend Drift Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Twitter Weekend Drift Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills