← Back to Skills Marketplace
Openclaw Skill Publish
by
vlprosvirkin
· GitHub ↗
· v2.0.4
355
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-skill-publish
Description
Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-skill-publish - After installation, invoke the skill by name or use
/openclaw-skill-publish - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Openclaw Skill Publish?
Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade. It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.
How do I install Openclaw Skill Publish?
Run "/install openclaw-skill-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Skill Publish free?
Yes, Openclaw Skill Publish is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Openclaw Skill Publish support?
Openclaw Skill Publish is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Skill Publish?
It is built and maintained by vlprosvirkin (@vlprosvirkin); the current version is v2.0.4.
More Skills