← 返回 Skills 市场
Openclaw Skill Publish
作者
vlprosvirkin
· GitHub ↗
· v2.0.4
355
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-publish
功能描述
Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade.
安全使用建议
This skill appears to do what it says: analytics + trading via prob.trade. Before installing, ensure you only provide API keys created on app.prob.trade and understand the keys' scopes. The skill stores/reads keys from ~/.openclaw/skills/probtrade/config.yaml (plain text) or from environment variables — set file permissions (e.g., chmod 600) and avoid sharing the file. Because the agent can invoke the skill and the skill can place orders, only enable it for agents/users you trust and consider funding trades conservatively. If you need stronger isolation, keep keys in environment variables or revoke/regenerate them from the prob.trade dashboard if anything looks suspicious. Finally, verify prob.trade's API docs and key permissions on their site if you need to confirm there are no withdraw/transfer capabilities tied to your key.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-publish
Version: 2.0.4
The OpenClaw skill `probtrade` is designed for Polymarket analytics and trading via the prob.trade API. The code and documentation are transparent, using standard Python libraries and secure HMAC-SHA256 authentication for API calls. It accesses API keys from expected environment variables or a dedicated configuration file (`~/.openclaw/skills/probtrade/config.yaml`), and communicates only with the hardcoded `api.prob.trade` domain. There is no evidence of data exfiltration beyond necessary API credentials, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent in `SKILL.md` or `README.md`. All observed behaviors align with the stated purpose of the skill.
能力评估
Purpose & Capability
Name and description match required binaries (python3), required env vars (PROBTRADE_API_KEY/PROBTRADE_API_SECRET), and a config path for the prob.trade integration. All required items are necessary and proportional for a trading/analytics client.
Instruction Scope
SKILL.md instructs the agent to read keys from env or ~/.openclaw/skills/probtrade/config.yaml and to call prob.trade public and trading APIs. The code only reads that config and environment variables, and it only contacts https://api.prob.trade — there are no instructions to read unrelated files, scan the system, or exfiltrate data.
Install Mechanism
Install spec is a brew formula for python@3 (to provide python3). This is a standard, low-risk install mechanism for a Python-based skill and matches the declared requirement.
Credentials
The skill requests exactly two API credentials (PROBTRADE_API_KEY, PROBTRADE_API_SECRET) and a single config path under ~/.openclaw/skills/probtrade. These are appropriate for a trading client that must sign requests with an HMAC secret.
Persistence & Privilege
The skill does not request always:true, does not alter other skills, and only stores/reads its own config path. Default autonomous invocation is allowed by platform policy but is not combined with extra privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.4
- Major update: Expanded and clarified available analytics and trading commands for Polymarket via prob.trade integration.
- Added detailed setup instructions for API key configuration.
- Listed full command set for analytics (market stats, hot/breaking/new markets, search, details, stats, top traders).
- Listed command set for trading (place/cancel orders, view positions, balance, open orders).
- Ensured all command outputs are structured as JSON for easy integration.
- Included security information and relevant resource links for further documentation and dashboards.
元数据
常见问题
Openclaw Skill Publish 是什么?
Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。
如何安装 Openclaw Skill Publish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-publish」即可一键安装,无需额外配置。
Openclaw Skill Publish 是免费的吗?
是的,Openclaw Skill Publish 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Skill Publish 支持哪些平台?
Openclaw Skill Publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Skill Publish?
由 vlprosvirkin(@vlprosvirkin)开发并维护,当前版本 v2.0.4。
推荐 Skills