← 返回 Skills 市场
Openclaw Skill
作者
vlprosvirkin
· GitHub ↗
· v2.0.5
294
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install probtrade
功能描述
Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade.
安全使用建议
This skill appears coherent and implements local HMAC signing of requests to api.prob.trade. Before installing: 1) Confirm you trust the prob.trade service and the skill source (homepage and ClawHub links). 2) Store API keys only in the indicated config file or environment variables and avoid placing highly privileged credentials there; use account-level key controls (scopes/limits) if available. 3) Review the included files (lib/api_client.py and scripts/probtrade.py) yourself if you want extra assurance—they are small and readable. 4) If keys are ever exposed or you stop using the skill, revoke them from the prob.trade dashboard. If you require stronger isolation, run the skill in a sandboxed environment or separate account.
功能分析
Type: OpenClaw Skill
Name: probtrade
Version: 2.0.5
The probtrade skill bundle is a legitimate tool for Polymarket prediction market analytics and trading via the prob.trade API. The code (scripts/probtrade.py and lib/api_client.py) uses Python's standard library to perform authenticated HMAC-SHA256 requests to a specific, documented endpoint (api.prob.trade) and correctly handles API keys from environment variables or a local configuration file. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (prob.trade analytics & trading) align with required binaries (python3), required env vars (PROBTRADE_API_KEY, PROBTRADE_API_SECRET), and the provided scripts. Requested files and config path (~/.openclaw/skills/probtrade/config.yaml) are appropriate for storing API credentials.
Instruction Scope
SKILL.md instructs only running the included Python scripts and placing API keys in the declared config file. The included code performs only HTTP calls to api.prob.trade and local config/env reading; it does not attempt to read unrelated system paths or transmit data to unexpected endpoints.
Install Mechanism
Install spec is a brew formula for python@3 to provide python3. No downloads from untrusted hosts, no archive extraction, and the code uses only the Python standard library (urllib, hmac, hashlib).
Credentials
The skill requires exactly two credentials (PROBTRADE_API_KEY and PROBTRADE_API_SECRET) which are reasonable and necessary for trading. The code checks those env vars and a single config path; no unrelated secrets or additional service credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges or modify other skills. Its behavior is limited to running the included scripts when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install probtrade - 安装完成后,直接呼叫该 Skill 的名称或使用
/probtrade触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.5
Fix HMAC signature body format, add post_public() for analyze command
元数据
常见问题
Openclaw Skill 是什么?
Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。
如何安装 Openclaw Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install probtrade」即可一键安装,无需额外配置。
Openclaw Skill 是免费的吗?
是的,Openclaw Skill 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Skill 支持哪些平台?
Openclaw Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Skill?
由 vlprosvirkin(@vlprosvirkin)开发并维护,当前版本 v2.0.5。
推荐 Skills