← Back to Skills Marketplace
1806
Downloads
5
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-latest-events
Description
Fetch the latest events from Polymarket prediction market. Use when user asks about Polymarket events, prediction markets, trending bets, or wants to see what's new on Polymarket.
Usage Guidance
This is a low-risk, instruction-only skill that issues unauthenticated HTTP requests to public Polymarket endpoints. Before enabling, consider: (1) outgoing network access — the agent will contact https://gamma-api.polymarket.com to fetch data, so ensure your environment policy allows that; (2) provenance — the skill's source/homepage is unknown, so there is no vendor reputation to consult (the instructions themselves look straightforward but are unverified); (3) privacy — the skill does not ask for or transmit your secrets, but avoid entering sensitive info into queries; (4) rate limits and accuracy — public APIs can change or be rate-limited, so outputs may break if endpoints change. If you want extra caution, run the skill in a sandboxed environment first and verify responses directly against Polymarket's official site or API documentation.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-latest-events
Version: 0.1.0
The skill is designed to fetch the latest events from the Polymarket prediction market using its public API. The `SKILL.md` file provides clear instructions for the agent to use `web_fetch` or `curl` to query `https://gamma-api.polymarket.com`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior. All network calls are directed to legitimate Polymarket API endpoints for data retrieval, aligning perfectly with the stated purpose.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the SKILL.md tells the agent to fetch recent events from Polymarket's Gamma API and format results. No unrelated binaries, credentials, or config are requested.
Instruction Scope
Instructions are scoped to making HTTP GET requests to public Polymarket endpoints, parsing returned JSON, and formatting output. They do not request reading system files, environment secrets, or transmitting data to third parties.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing new is written to disk or installed.
Credentials
No environment variables, credentials, or config paths are required. The API is described as unauthenticated which is proportionate to the stated task.
Persistence & Privilege
The skill is not marked always:true and does not request persistent installation or elevated privileges. Autonomous invocation is allowed but that is the platform default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-latest-events - After installation, invoke the skill by name or use
/polymarket-latest-events - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of polymarket-latest-events skill.
- Fetches the latest active events from the Polymarket prediction market using their public Gamma API.
- Returns event details including title, description, odds, and direct event links.
- Includes filtering options for category, volume, and sports.
- No authentication or API key required.
Metadata
Frequently Asked Questions
What is Polymarket Latest Events?
Fetch the latest events from Polymarket prediction market. Use when user asks about Polymarket events, prediction markets, trending bets, or wants to see what's new on Polymarket. It is an AI Agent Skill for Claude Code / OpenClaw, with 1806 downloads so far.
How do I install Polymarket Latest Events?
Run "/install polymarket-latest-events" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Latest Events free?
Yes, Polymarket Latest Events is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Polymarket Latest Events support?
Polymarket Latest Events is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Latest Events?
It is built and maintained by yaplora (@yaplora); the current version is v0.1.0.
More Skills