Polymarket Monitor
v1.1.0Monitor Polymarket prediction markets for price movements, volume spikes, and new listings. Track specific markets, check order book depth, and surface trend...
⭐ 0· 85·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Polymarket monitoring) match the runtime instructions: the SKILL.md shows curl calls to Polymarket's Gamma API and parsing with jq. Requested binaries (curl, jq) are exactly what the examples use.
Instruction Scope
Instructions are narrowly scoped to calling the Gamma API and parsing results. The doc references the CLOB API and several operations (order-book depth, new listings) but only provides an example for listing trending markets; this is a functional incompleteness rather than a security concern. The instructions do not read local files, environment secrets, or send data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk-write risk and matches the simple curl/jq approach.
Credentials
The skill declares no required environment variables or credentials. That is proportionate to its stated purpose (public API reads).
Persistence & Privilege
always is false (default) and the skill does not request system-wide changes or persistent credentials. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
Assessment
This skill appears coherent and low-risk: it simply issues HTTP requests to Polymarket and parses the JSON with jq. Before installing, consider: 1) provenance — the registry lists no homepage/source repo; if you need stronger assurance, verify the author or prefer a published repo. 2) network/privacy — the agent will make outbound requests to polymarket endpoints (no credentials requested), so sensitive local data is not required but network activity will occur. 3) rate-limiting and reliability — repeated automated polling can trigger API limits; implement sensible throttling if you invoke it frequently. If you want to be extra cautious, run the skill in a controlled environment or test with low-frequency requests first.Like a lobster shell, security has layers — review code before you run it.
agentbetsvk97bf50s2qch3mpzx461ds2s3h83ktd4bettingvk97bf50s2qch3mpzx461ds2s3h83ktd4latestvk97bf50s2qch3mpzx461ds2s3h83ktd4openclawvk97bf50s2qch3mpzx461ds2s3h83ktd4prediction-marketsvk97bf50s2qch3mpzx461ds2s3h83ktd4sports-bettingvk97bf50s2qch3mpzx461ds2s3h83ktd4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔮 Clawdis
Binscurl, jq
