Polymarket
Query Polymarket prediction markets. Check odds, find trending markets, search events, track price movements.
scripts/polymarket.py
text/plain · 42496 字节
SKILL.md
text/markdown · 6391 字节
_meta.json
application/json · 135 字节
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
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.
置信度: 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.