Polymarket
Query Polymarket prediction markets. Check odds, find trending markets, search events, track price movements.
scripts/polymarket.py
text/plain · 42496 bytes
SKILL.md
text/markdown · 6391 bytes
_meta.json
application/json · 135 bytes
Security Scan
Status
clean
OpenClaw
gpt-5-mini
OpenClaw analysis
The skill's code, instructions, and requirements are consistent with a read-only Polymarket query and local paper-trading tool that stores data under ~/.polymarket and does not request credentials or external access beyond Polymarket's public API.
Confidence: high
VirusTotal
Type: OpenClaw Skill Name: polymarket-trade Version: 1.0.6 The polymarket-trade skill bundle is a legitimate tool for querying Polymarket prediction data and performing local paper trading simulations. The Python script `scripts/polymarket.py` interacts with the public Polymarket Gamma API (https://gamma-api.polymarket.com) and stores watchlist and portfolio data locally in the user's home directory (~/.polymarket/). The code is well-structured, lacks obfuscation, and does not exhibit any signs of data exfiltration, malicious execution, or unauthorized persistence.