← 返回 Skills 市场
diagnostikon

Polymarket Whale Streak Trader

作者 diagnostikon · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install polymarket-whale-streak-trader
功能描述
Tracks rolling win rate per whale wallet and only follows wallets on a verified hot streak. Dynamically promotes and demotes wallets based on recent performa...
安全使用建议
This package appears to do what it says: it reads public leaderboards and Polymarket activity, computes streaks, and uses the Simmer SDK to place trades. Before installing: 1) Run in paper mode first (default) and test behavior; 2) Ensure the SIMMER_API_KEY you provide is scoped with the least privilege necessary (e.g., separate key for paper vs live, withdrawal-disabled if possible); 3) Inspect or vet the simmer-sdk pip package (supply-chain risk) or pin a known-good version; 4) Verify you understand and accept live trading requires passing --live and that real funds will be at risk when that flag and a valid key are used; 5) If you want additional assurance, review the full trader.py (the remainder of the file) and any network endpoints used by simmer-sdk for unexpected telemetry or endpoints.
功能分析
Type: OpenClaw Skill Name: polymarket-whale-streak-trader Version: 1.0.1 The skill implements a legitimate trading strategy for Polymarket that follows high-performing traders ('whales') based on their rolling win rates. It uses the simmer-sdk for trade execution and fetches public data from predicting.top and polymarket.com via standard Python libraries (urllib.request). The code in trader.py is transparent, includes safety mechanisms like a mandatory --live flag for real trades, and contains no evidence of data exfiltration, obfuscation, or malicious intent.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill is a Polymarket whale-following trader and requires only a Simmer SDK API key (SIMMER_API_KEY) to place trades via the SimmerClient. The declared pip dependency (simmer-sdk) and the use of Polymarket/predicting.top public APIs match the stated functionality.
Instruction Scope
SKILL.md describes fetching leaderboard data, computing rolling win rates, filtering wallets, and only executing real trades when an explicit --live flag is provided. The implementation follows those instructions: it calls predicting.top and the Polymarket data API for reads and uses SimmerClient for trade actions. The runtime instructions do not ask the agent to read unrelated files or secrets.
Install Mechanism
This is an instruction-only skill with a declared pip dependency (simmer-sdk) in clawhub.json. No arbitrary downloads, URL shorteners, or extract/install steps are present. Installing simmer-sdk from PyPI is a standard, traceable mechanism—users should still vet that package.
Credentials
The only required environment credential is SIMMER_API_KEY and the other SIMMER_* entries are tunables for risk parameters; these are proportionate to a trading skill. Note: the SIMMER_API_KEY grants the skill the ability to place (or simulate) trades, so its permissions and scope should be limited appropriately by the user.
Persistence & Privilege
always:false (no force-inclusion) and the skill does not request system-level persistence. It calls _client.apply_skill_config(SKILL_SLUG) when available, which is consistent with applying local Simmer runtime config and not modifying other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-whale-streak-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-whale-streak-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
SDK resilience: try/except runt apply_skill_config
v1.0.0
Initial release
元数据
Slug polymarket-whale-streak-trader
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Polymarket Whale Streak Trader 是什么?

Tracks rolling win rate per whale wallet and only follows wallets on a verified hot streak. Dynamically promotes and demotes wallets based on recent performa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 Polymarket Whale Streak Trader?

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

Polymarket Whale Streak Trader 是免费的吗?

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

Polymarket Whale Streak Trader 支持哪些平台?

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

谁开发了 Polymarket Whale Streak Trader?

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

💬 留言讨论