Polymarketskill
v1.0.0Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar,...
⭐ 0· 82·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 match the implementation: the script queries Polymarket's Gamma API (BASE_URL = https://gamma-api.polymarket.com), provides searching, trending, movers, calendar, watchlist, alerts, and paper-trading functionality as described. Required binary (python3) and use of the requests library are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructions stay within the stated scope: they run the included CLI, schedule cron jobs, and store watchlist/portfolio locally. There are no instructions to read unrelated system files or exfiltrate data to third parties. The README encourages cron usage (user-controlled) but does not grant the skill autonomous execution.
Install Mechanism
This is instruction-only (no install spec). The Python script includes a dependencies comment (requests>=2.28.0) but the skill does not install it automatically, so the user must ensure python and requests are present. No downloads from untrusted URLs or archive extracts are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All persistent data is stored under the user's home at ~/.polymarket, which is appropriate for watchlist/portfolio storage.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and sets disable-model-invocation=true (so it cannot be invoked autonomously by the model). It writes only to its own per-user data directory (~/.polymarket) and does not attempt to modify other skills or system-wide agent settings.
Assessment
This skill appears to be a straightforward Polymarket CLI. Before installing: (1) review the script yourself (it will be executed locally) and confirm BASE_URL is expected (gamma-api.polymarket.com); (2) run it in a Python virtualenv and install the requests package rather than system-wide if you prefer isolation; (3) be aware it writes watchlist.json and portfolio.json under ~/.polymarket—backup or inspect those files if you care about local storage; (4) cron examples in the README will run the script periodically only if you add them — the skill will not schedule cron jobs by itself; (5) if you need higher assurance, inspect the full script for any additional network endpoints or unexpected behavior before adding it to automated jobs.Like a lobster shell, security has layers — review code before you run it.
latestvk97ewvcq6ndf68wsbm7exhkxjn839kf3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📊 Clawdis
Binspython3
