Polymarket Odds 1.0.0
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to be a read-only Polymarket odds lookup that uses public APIs and does not request credentials, persist data, or place trades.
This looks appropriate for read-only odds and market lookups. Before using it, remember that queries go to Polymarket’s public APIs, and do not rely on it for financial advice or enter private information as search text.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Search terms, market slugs, and token IDs you ask it to look up may be visible to Polymarket through API requests.
The CLI sends lookup requests to Polymarket API hosts. This is disclosed and purpose-aligned, and the code does not include credentials or local files in those requests.
const GAMMA_API = 'https://gamma-api.polymarket.com'; const CLOB_API = 'https://clob.polymarket.com';
Use it for non-sensitive market lookups and avoid entering private information as search terms.
