← Back to Skills Marketplace
shrimpdaddie

Polymarketskill

by ShrimpDaddie · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
143
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-gonewild
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 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.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-gonewild Version: 1.0.0 The skill bundle provides a comprehensive CLI tool and agent instructions for interacting with Polymarket's public Gamma API. The Python script `scripts/polymarket.py` implements market searching, price tracking, and a local paper trading simulation using standard libraries like `requests` and `argparse`. It limits its file system operations to a dedicated local directory (`~/.polymarket`) and does not require any sensitive credentials or blockchain wallet access. No evidence of data exfiltration, malicious execution, or harmful prompt injections was found in either the code or the `SKILL.md` documentation.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-gonewild
  3. After installation, invoke the skill by name or use /polymarket-gonewild
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Polymarket skill providing comprehensive prediction market data and paper trading features. - Query Polymarket markets: trending, featured, search, event lookup, calendar, movers, and category digests. - Manage a watchlist with customizable price and percentage alerts. - Scan for market momentum and track upcoming resolutions. - Local paper trading with portfolio management (virtual $10,000). - Output includes real-time odds, volume, price changes, and time-to-resolution. - No authentication required; only uses public Gamma API. All personal data stored locally.
Metadata
Slug polymarket-gonewild
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Polymarketskill?

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 143 downloads so far.

How do I install Polymarketskill?

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

Is Polymarketskill free?

Yes, Polymarketskill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarketskill support?

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

Who created Polymarketskill?

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

💬 Comments