Neckr0ik Polymarket Paper

v1.0.0

Paper trading platform for Polymarket. Practice prediction market trading with virtual money, learn strategies, track performance, and compete on leaderboard...

0· 183·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (paper trading for Polymarket) align with the included CLI instructions and Python implementation. The skill does not request unrelated credentials or binaries. Feature claims (accounts, portfolio, leaderboard, analytics) map to local data storage and sample market data in the code.
Instruction Scope
SKILL.md instructs use of a CLI that matches the included script. One minor mismatch: the README/manifest claims 'Real market data — Live Polymarket prices' while the provided code currently uses in-repo sample_markets (a stub). The remainder of the script (truncated) imports urllib which could be used for network calls; this would be coherent if used to fetch market prices, but you should review the rest of the code for any external endpoints before enabling network access.
Install Mechanism
No install script or remote download is specified (instruction-only with one local Python script). No archives or remote installers are fetched; this is low-risk from an installer perspective.
Credentials
The skill requests no environment variables, no credentials, and no special config paths. Its file writes are limited to a dedicated directory under the user's home (~/.polymarket-paper), which is proportionate for storing accounts and leaderboard data.
Persistence & Privilege
The skill is not forced always-on, and it does not attempt to modify other skills or global agent settings. It persists only its own account and leaderboard JSON files under the user's home directory.
Assessment
This skill appears coherent and self-contained: it stores account and leaderboard data under ~/.polymarket-paper and does not ask for API keys or system-wide credentials. Before installing or allowing autonomous use, review the rest of the Python code (the truncated portion) for any network calls or external endpoints (urllib imports suggest possible requests). If you plan to use 'live market data', confirm which API/URL the tool will call and whether any API keys or telemetry are required. Also note the tool will create and modify files in your home directory; back up any important data and inspect those files if you have privacy concerns. If you want stronger assurance, run the script in a sandboxed environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk977c7y7hnx5abctyj46wgxa8d82fy1w

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments