Polymarket Copy Profit Taker Trader
v1.0.0Detects when top whale wallets start taking profits by reducing winning positions, then identifies what markets they rotate INTO. Follows the smart money flo...
⭐ 0· 52·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (follow whale profit-taking and rotations) align with the code and SKILL.md: it fetches leaderboards and wallet activity, analyzes sell/buy ratios, and uses a Simmer client to simulate/execute trades. Declared dependency (simmer-sdk) and required SIMMER_API_KEY match the functionality.
Instruction Scope
SKILL.md and trader.py restrict runtime behavior to fetching public leaderboard/data APIs (predicting.top and Polymarket data-api), analyzing activity, and placing paper or live trades via SimmerClient. The instructions and code do not read unrelated local files, system config paths, or request extra environment variables beyond the SIMMER_* tunables.
Install Mechanism
This is instruction+code only; clawhub.json declares pip requirement 'simmer-sdk' which is appropriate for the SimmerClient usage in code. No arbitrary downloads, URL shorteners, or archive extraction are present.
Credentials
The only required credential is SIMMER_API_KEY (declared in SKILL.md and clawhub.json) and the code reads SIMMER_* tunables. No unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
Skill is not forced-always (always:false), does not modify other skills, and defaults to paper trading. Autonomous invocation is allowed (platform default) but not accompanied by broad or unexplained privileges.
Assessment
This skill appears internally consistent with its description. Before installing: (1) Verify the origin/author since homepage/source is missing; (2) Review and vet the 'simmer-sdk' package from PyPI (or your environment) to ensure it's the expected library; (3) Start with paper mode (default) and do not provide a live-enabled API key with withdrawal privileges — limit SIMMER_API_KEY permissions if possible; (4) Be aware the skill calls external public APIs (predicting.top and polymarket data-api) and will send trade orders through the Simmer service; (5) Review the code yourself or have it audited if you plan to enable live trading.Like a lobster shell, security has layers — review code before you run it.
latestvk971m73cq04bf0fxfrz4np0q89848jje
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
