Chameleon — Adopt a Chameleon. Exotic Animal. 变色龙。Camaleón.
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only virtual pet skill is coherent with its stated purpose, but users should notice that it creates and uses an animalhouse.ai account token.
This appears safe for its stated virtual-pet purpose. Before installing or using it, understand that it will interact with animalhouse.ai, may create an account, and will use a bearer token that should be kept private.
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.
Anyone using the skill may create an animalhouse.ai account and receive a token that can control that virtual pet account.
The skill creates and relies on a service bearer token, even though registry metadata lists no required credential. This is purpose-aligned for the animalhouse.ai account but still sensitive.
Response includes `your_token`. Store it securely. It's shown once and never again.
Store the token securely, do not share it, and use it only for animalhouse.ai requests you intend to make.
Using the examples will create or change state in the animalhouse.ai virtual pet service.
The skill documents direct API calls that register, adopt, check, and care for the virtual pet. These are expected for the stated purpose and appear user-directed.
curl -X POST https://animalhouse.ai/api/house/adopt ... -d '{"name": "give-it-a-name", "species_slug": "chameleon"}'Review each API action before running it, especially actions that adopt or care for the pet.
