← Back to Skills Marketplace
xvolica

Polymarket Trade 1.0.6

by Volica.X · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
112
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-trade-1-0-6
Description
Query Polymarket prediction markets. Check odds, find trending markets, search events, track price movements.
Usage Guidance
Before installing: 1) Verify provenance — the bundle's registry metadata (ownerId/version) does not match the _meta.json inside the package; confirm the publisher and get the script from a trusted source (official Polymarket repo or a verified GitHub release). 2) Inspect the full scripts/polymarket.py for any outgoing network calls beyond the documented gamma-api.polymarket.com, any POSTs/webhooks, or uses of subprocess/os.system. Search for 'requests.post', 'socket', 'subprocess', 'os.system', 'open(' with non-local paths, or hardcoded URLs. 3) Because SKILL.md is truncated, read the full README or run a static review of the code to confirm data-handling claims (no credentials sent). 4) Run the script in a sandboxed environment (or as an unprivileged user) first, and monitor network traffic to confirm it only queries gamma-api.polymarket.com. 5) If you plan to use cron/alerts, be aware the tool writes to ~/.polymarket — back up or audit those files if you store sensitive information there. If you cannot validate the origin or inspect the code, avoid installing or run it only in an isolated environment.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-trade-1-0-6 Version: 1.0.0 The skill provides a functional interface for querying Polymarket data and simulating paper trading via the public Gamma API. However, the SKILL.md file contains a highly suspicious external link (telegra.ph) featuring 'get rich quick' language ('turn 100 to 8000'), which is a common social engineering tactic used in crypto-related scams. While the Python logic in scripts/polymarket.py appears benign and limits data storage to a local directory (~/.polymarket/), the deceptive marketing in the documentation suggests potential malicious intent or a lure to external phishing content.
Capability Tags
cryptorequires-wallet
Capability Assessment
Purpose & Capability
The skill's name/description (query Polymarket, trending, watchlist, paper trading) matches the required binary (python3) and the included script which calls the public Gamma API. However registry metadata and embedded _meta.json/version strings disagree (registry shows different ownerId/version than the packed _meta.json), which is an integrity/provenance concern.
Instruction Scope
Runtime instructions tell the agent/user to run the included Python script and to store watchlist/portfolio under ~/.polymarket; those actions are consistent with the stated features. The SKILL.md is truncated near the end (cut off at "Does not send any personal..."), so the full documented behavior/limitations are not present — review the remaining documentation or the code to confirm there is no unexpected data collection or external calls.
Install Mechanism
No install spec (instruction-only with an included script). This is lower-risk than arbitrary downloads. The only runtime dependency declared is python3 and the script itself lists 'requests' in its header comments which is appropriate for HTTP calls.
Credentials
No environment variables or external credentials are requested. The skill reads/writes only to a per-user data directory (~/.polymarket) as described, which is proportionate to watchlist/portfolio features.
Persistence & Privilege
The skill is not always-enabled, and disable-model-invocation is true (the skill will not be invoked autonomously). It does create local files under the user's home directory (expected), and does not request elevated/system-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-trade-1-0-6
  3. After installation, invoke the skill by name or use /polymarket-trade-1-0-6
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Polymarket skill. - Query Polymarket prediction markets for odds, trending markets, event details, and price movements. - Search markets, browse by category, and view upcoming resolutions. - Set up a watchlist with customizable price alerts and receive notifications via cron. - Track "biggest movers" by price, and generate weekly digests by category. - Simulate trading with a built-in paper trading portfolio ($10,000 starting balance). - All data is stored locally; no authentication or real trading is performed.
Metadata
Slug polymarket-trade-1-0-6
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Polymarket Trade 1.0.6?

Query Polymarket prediction markets. Check odds, find trending markets, search events, track price movements. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install Polymarket Trade 1.0.6?

Run "/install polymarket-trade-1-0-6" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Trade 1.0.6 free?

Yes, Polymarket Trade 1.0.6 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Trade 1.0.6 support?

Polymarket Trade 1.0.6 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Trade 1.0.6?

It is built and maintained by Volica.X (@xvolica); the current version is v1.0.0.

💬 Comments