← Back to Skills Marketplace
itsjustfred

Polymarketodds 1.0.0

by itsjustFred · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
739
Downloads
0
Stars
11
Active Installs
1
Versions
Install in OpenClaw
/install polymarketodds-1-0-0
Description
Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar,...
Usage Guidance
This skill appears coherent and implements the advertised functionality using Polymarket's public Gamma API and local JSON files. Before installing: 1) Confirm your environment has Python 3.10+ and the 'requests' package (pip install requests) or the script may fail. 2) Review the full script for any notification/webhook code or outbound POSTs (search for requests.post, subprocess, socket, or remote URLs) if you want to be extra cautious—SKILL.md claims it only performs GETs to the public API. 3) Be aware it will create ~/.polymarket and store watchlist/portfolio data there; if you run cron jobs, ensure the scheduled commands point to the intended script path. 4) Run the script as an unprivileged user (no sudo) and inspect its output in a controlled environment if you have high security requirements.
Capability Analysis
Type: OpenClaw Skill Name: polymarketodds-1-0-0 Version: 1.0.0 The skill is classified as benign. It makes unauthenticated HTTPS GET requests to the public Polymarket API (`gamma-api.polymarket.com`) and stores local data for watchlist and paper trading in `~/.polymarket/watchlist.json` and `~/.polymarket/portfolio.json`. The `SKILL.md` explicitly states its limited permissions and capabilities, including `disable-model-invocation: true`, which prevents autonomous execution by the agent. While `SKILL.md` suggests cron job setups, these commands are for the skill's own benign functionality and do not exhibit malicious intent or attempt to exfiltrate data or establish persistence beyond its stated purpose.
Capability Assessment
Purpose & Capability
Name/description match behavior: the code and SKILL.md implement market queries, trending/movers, watchlist/alerts, calendar, and a local paper-trading portfolio. Required binary (python3) and use of Polymarket's public API are appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent/user to run the included Python script with various subcommands. The instructions operate by making HTTPS GET requests to gamma-api.polymarket.com and reading/writing local files in ~/.polymarket. There is no instruction to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only), which is low-risk. The script header documents a dependency on the Python 'requests' package but SKILL.md/registry metadata do not provide an installation step; users should ensure 'requests' is available in the environment (pip install requests) before running.
Credentials
No environment variables, credentials, or external secrets are requested. All persistent data (watchlist.json, portfolio.json) is stored under ~/.polymarket as documented; this is proportional to the stated features.
Persistence & Privilege
The skill does not request always: true and disable-model-invocation is set to true (cannot be invoked autonomously). It only creates/uses its own data directory (~/.polymarket) and does not modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarketodds-1-0-0
  3. After installation, invoke the skill by name or use /polymarketodds-1-0-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — query Polymarket prediction markets, monitor odds, set up alerts, and track paper trades. - Query trending, featured, and specific markets; search by keyword or category - Add markets to a personal watchlist with customizable price/movement alerts - Get a resolution calendar for events ending soon - Scan for momentum/trending markets and set up category digests - Simulate paper trading portfolios with local-only storage (no real money or wallet interactions) - All interactions are read-only with public API; no account required
Metadata
Slug polymarketodds-1-0-0
Version 1.0.0
License
All-time Installs 11
Active Installs 11
Total Versions 1
Frequently Asked Questions

What is Polymarketodds 1.0.0?

Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar,... It is an AI Agent Skill for Claude Code / OpenClaw, with 739 downloads so far.

How do I install Polymarketodds 1.0.0?

Run "/install polymarketodds-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarketodds 1.0.0 free?

Yes, Polymarketodds 1.0.0 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Polymarketodds 1.0.0 support?

Polymarketodds 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarketodds 1.0.0?

It is built and maintained by itsjustFred (@itsjustfred); the current version is v1.0.0.

💬 Comments