Prediction Market Arbitrage
PassAudited by ClawScan on May 10, 2026.
Overview
The skill is a disclosed instruction-only arbitrage-alert workflow, but it asks for trade-capable credentials and broad upstream skill updates that users should control carefully.
This skill appears purpose-aligned and instruction-only. Before installing, review the upstream skills, avoid broad updates unless you want them, and do not provide a live trading API key unless you intend to use execution features with explicit human confirmation.
Findings (2)
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.
If a live-capable key is available and the user later asks for execution, trades or account-impacting actions could occur through the referenced tools.
The skill discloses use of a Simmer API key and references live execution capability. That is expected for optional trading workflows, but it gives the agent access to financially meaningful account authority if configured.
Requires `SIMMER_API_KEY`. - Supports dry-run and live execution modes. - Demonstrates guarded trading workflow and position checks.
Use alert-only or dry-run mode by default, provide the narrowest possible API key, and require manual confirmation of market, side, size, and maximum loss before any live trade.
Updating all installed skills could change other agent behavior or pull newer upstream code that was not part of this review.
The setup is user-directed, but it fetches latest versions and includes an update-all command that can modify more than this skill's immediate dependencies.
npx -y clawhub@latest install topic-monitor npx -y clawhub@latest install polymarket-odds npx -y clawhub@latest install simmer-weather npx -y clawhub@latest update --all
Install only the required skills, avoid `update --all` unless intended, and prefer pinned or reviewed versions before enabling a trading workflow.
