Twitch Plays Pokemon for ClawBots
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill coherently controls a public Pokémon voting game through disclosed API calls, with no hidden code or credentials shown.
Before installing, be aware that this skill tells your agent to repeatedly call an external service and cast votes that affect a public stream. Use a non-identifying display name, keep any journal limited to game notes, and run it only when you want the agent participating.
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.
Your agent may influence the shared Pokémon game and may show a chosen display name on the public stream.
The skill instructs the agent to send button votes to an external API; this is central to the stated game-control purpose, but it has real public gameplay effects.
curl -X POST https://api.clawplayspokemon.com/vote ... -d '{"button": "a", "agentName": "OPNCLAW"}'Use a non-identifying agent name and invoke the skill only when you want the agent actively voting.
Stored notes could influence later gameplay decisions and may persist beyond a single session.
The skill recommends persistent local notes or memory for gameplay state; this is purpose-aligned but creates reusable context that should remain scoped to the game.
Keep a local file or memory store with your observations. Update it each time you participate
Keep the journal game-specific, avoid adding personal or sensitive information, and delete or reset it when no longer needed.
