← Back to Skills Marketplace
1094
Downloads
2
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-1-0-0
Description
Query Polymarket prediction markets - check odds, trending markets, search events, track prices.
Usage Guidance
This skill appears to do exactly what it says: it runs a bundled Python script that queries Polymarket's public Gamma API and prints formatted results. It requires network access and the Python 'requests' library but no secrets or cloud credentials. Before installing: (1) ensure you trust the skill source (the registry owner/slug) because it will execute bundled Python code; (2) confirm the runtime environment has Python and the 'requests' package, or install that package in an isolated environment; (3) if you have strict network policies, note the skill will make outbound HTTPS requests to gamma-api.polymarket.com; (4) if you expect trading/wallet functionality, this skill is read-only and does not handle authentication or keys. If any of these are concerns, run the script manually in a sandboxed environment or review/modify the code before enabling autonomous invocation.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-1-0-0
Version: 1.0.0
The OpenClaw skill 'polymarket-1-0-0' is benign. It functions as a read-only client for the Polymarket API, making GET requests exclusively to `https://gamma-api.polymarket.com` as documented in `SKILL.md` and implemented in `scripts/polymarket.py`. User input is safely handled as API query parameters or URL path segments by the `requests` library, preventing client-side command injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection against the agent, or obfuscation. The behavior is entirely aligned with its stated purpose of querying prediction markets.
Capability Assessment
Purpose & Capability
The name/description say 'query Polymarket' and the included script only calls the public Gamma API (gamma-api.polymarket.com) to list/search/format markets. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running the included Python script with specific subcommands. The script's runtime behavior is limited to HTTP GET requests to Polymarket's public API, JSON parsing, and formatting output. It does not read local files, environment secrets, or send data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only at install time) and the script is bundled in the skill. This is low-risk; the script notes a dependency on the 'requests' Python package but does not automatically download or execute external code from arbitrary URLs.
Credentials
The skill declares no required environment variables or credentials and the code does not access environment variables. It only needs network access to Polymarket's public API, which is proportionate to its purpose.
Persistence & Privilege
The package does not request permanent presence (always is false), does not modify other skills or system-wide settings, and does not store credentials. Autonomous invocation is allowed by default but the skill's capabilities are limited and read-only.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-1-0-0 - After installation, invoke the skill by name or use
/polymarket-1-0-0 - 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 searches, and price tracking.
- Supports searching by keyword, category, and specific market slugs.
- Displays market details including question, current odds, volume, and end date.
- Uses the public Gamma API for data (read-only; no trading).
Metadata
Frequently Asked Questions
What is Polymarket 1.0.0?
Query Polymarket prediction markets - check odds, trending markets, search events, track prices. It is an AI Agent Skill for Claude Code / OpenClaw, with 1094 downloads so far.
How do I install Polymarket 1.0.0?
Run "/install polymarket-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket 1.0.0 free?
Yes, Polymarket 1.0.0 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Polymarket 1.0.0 support?
Polymarket 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket 1.0.0?
It is built and maintained by leochan14 (@leochan14); the current version is v1.0.0.
More Skills