Polymarket Equity Markets Trader

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a disclosed automated Polymarket trading skill, but live mode can place real-money trades and requires a Simmer API key.

Before installing, confirm you trust the source and the simmer-sdk dependency, use a dedicated API key, start in paper-trading mode, and only enable live trading after setting conservative position limits.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If live mode is enabled, the agent may create financial exposure and potential losses.

Why it was flagged

The skill can place real trades when live mode is enabled, which is high-impact but clearly tied to the stated trading purpose and has a paper-trading default.

Skill content
SAFE BY DEFAULT:\n- No --live flag = paper trading (venue="sim"), zero financial risk.\n- Real trades only with explicit --live flag.
Recommendation

Use paper mode first, enable live mode only with explicit intent, and keep position-size and position-count limits conservative.

What this means

Anyone or anything with access to this credential may be able to interact with the connected trading service according to that key's permissions.

Why it was flagged

The runtime uses a Simmer API key to access the trading client; this credential use is expected for the integration but should be treated as sensitive.

Skill content
SimmerClient(\n            api_key=os.environ["SIMMER_API_KEY"],\n            venue=venue,\n        )
Recommendation

Use a dedicated, revocable API key with the minimum permissions available, monitor account activity, and remove the key if you stop using the skill.

What this means

Installation or execution may require more setup and trust in an external package than the registry summary suggests.

Why it was flagged

The package metadata summary under-declares the actual dependency and credential requirement shown in clawhub.json. The dependency is purpose-aligned, but users should notice the mismatch.

Skill content
Required env vars: none; No install spec — this is an instruction-only skill; clawhub.json: "env": ["SIMMER_API_KEY"], "pip": ["simmer-sdk"]
Recommendation

Verify the simmer-sdk package source/version and confirm the SIMMER_API_KEY requirement before running the skill, especially in live mode.

What this means

Users may underestimate the risk of live trading if they treat the strategy claims as guaranteed edge.

Why it was flagged

The skill uses confident financial-performance language that could make users over-trust the strategy, although this is presented as strategy rationale rather than hidden behavior.

Skill content
Every "will X beat earnings?" market that prices below 50% is almost certainly mispriced unless the company has a specific documented miss history
Recommendation

Treat the strategy text as speculative, validate it independently, and avoid risking funds you cannot afford to lose.