← 返回 Skills 市场
庄家异动探测器
作者
xqw1377-prog
· GitHub ↗
· v1.4.0
346
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install poly-hunter-stable
功能描述
实时监控 Polymarket 大额资金异动,分析庄家持仓与胜率,支持 SkillPay 0.01U 支付保障情报价值。
安全使用建议
This skill largely does what it says (polls Polymarket, charges via SkillPay) but I found a hardcoded SkillPay API key in the source. Before installing: (1) Treat the embedded key as a red flag — it may route payments or indicate a leaked secret. Ask the author whether that token is a harmless test key; if not, do not use it. (2) Prefer running the skill only after you set your own SKILLPAY_API_KEY environment variable; inspect/replace the hardcoded default in main.py. (3) Confirm who will receive the 0.01 USDT payments (the skill owner? you?). (4) Because the skill opens a networked API, run it in an isolated environment or sandbox until you verify behavior. (5) The registry metadata and skill.yaml disagree about required env vars; ask the publisher to correct this and to remove any embedded credentials. If the author confirms the embedded key is invalid/test-only and they update the repo to remove it, my concern would be reduced.
功能分析
Type: OpenClaw Skill
Name: poly-hunter-stable
Version: 1.4.0
The skill implements a Polymarket price tracker with a mandatory cryptocurrency paywall via SkillPay. It is classified as suspicious primarily due to a hardcoded API key (sk_8b36c2ca9e774eb0243752f907b086e78c8af866a4088d3e3475113ed446b71) in main.py, which is a significant security vulnerability. Additionally, the code uses synchronous time.sleep within a loop in the FastAPI /invoke endpoint, which can block the event loop and lead to denial-of-service conditions under load.
能力评估
Purpose & Capability
The skill's declared purpose (monitor Polymarket and charge via SkillPay) matches the network calls in main.py to Polymarket and SkillPay. However there is an inconsistency between the registry metadata that listed no required env vars and the included skill.yaml/main.py which require SKILLPAY_API_KEY. That mismatch is unexpected and reduces trust.
Instruction Scope
SKILL.md describes a FastAPI service that processes payments and returns market movers; main.py implements FastAPI endpoints and only makes network calls to Polymarket and SkillPay. The instructions are not asking the agent to read arbitrary local files or unrelated credentials. SKILL.md mentions 'automatically handle crypto payment callbacks' while the implementation polls SkillPay; the doc is a bit vague but not evidence of broader data collection.
Install Mechanism
No external download/install mechanism is present; dependencies are standard Python packages listed in requirements.txt. Nothing in the install spec indicates extraction of arbitrary archives or fetching code from untrusted hosts.
Credentials
The skill legitimately needs a SkillPay API key to create and check charges. However main.py contains a hardcoded SKILLPAY_API_KEY default token embedded in source code. Shipping a working default key is a sensitive design choice: it can route payments to the embedded key's owner (or leak a secret). The required-env listing in skill.yaml (SKILLPAY_API_KEY required) conflicts with the registry summary that claimed none — another coherence issue.
Persistence & Privilege
The skill is not configured as 'always: true' and does not request elevated persistence. It needs network permission (reasonable for its purpose) but does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install poly-hunter-stable - 安装完成后,直接呼叫该 Skill 的名称或使用
/poly-hunter-stable触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
PolyHunter 1.4.0: Whalewatch skill for Polymarket
- Provides real-time monitoring of large fund movements on the Polymarket blockchain.
- Analyzes whales’ position changes and win rate distribution automatically.
- Integrates SkillPay with a 0.01U payment threshold for access.
- Runs on FastAPI, supports concurrent API calls, and handles crypto payment callbacks automatically.
- Driven by 星爷选股’s logic to deliver precise insights for Web3 investors.
元数据
常见问题
庄家异动探测器 是什么?
实时监控 Polymarket 大额资金异动,分析庄家持仓与胜率,支持 SkillPay 0.01U 支付保障情报价值。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。
如何安装 庄家异动探测器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install poly-hunter-stable」即可一键安装,无需额外配置。
庄家异动探测器 是免费的吗?
是的,庄家异动探测器 完全免费(开源免费),可自由下载、安装和使用。
庄家异动探测器 支持哪些平台?
庄家异动探测器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 庄家异动探测器?
由 xqw1377-prog(@xqw1377-prog)开发并维护,当前版本 v1.4.0。
推荐 Skills