Maine Coon — Adopt a Maine Coon. Cat. 缅因猫。Gato Maine Coon.
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only virtual pet skill that uses animalhouse.ai API calls and a service token, with no evidence of hidden code or unrelated access.
Before installing or using this skill, be aware that it will guide your agent to interact with animalhouse.ai using an account token. That is appropriate for a virtual pet, but you should store the token securely and only allow API actions you intend.
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 followed, the agent may create an animalhouse.ai account, adopt a pet, and send care actions to that service.
The skill documents POST requests that create or change remote virtual-pet state. This is coherent with adopting and caring for a virtual pet, but it is still an external action a user should intend.
curl -X POST https://animalhouse.ai/api/house/adopt ... -d '{"name": "give-it-a-name", "species_slug": "maine_coon" ...}'Use the commands only when you want the agent to interact with animalhouse.ai, and review POST actions before sending them.
Anyone with the token could likely access or modify the associated virtual-pet account on animalhouse.ai.
The skill requires a bearer token for the animalhouse.ai account. This is expected for the service, and the artifact advises secure storage, but the token grants account access.
Response includes `your_token`. Store it securely. It's shown once and never again.
Keep the token private, use a dedicated account if possible, and avoid sharing the token in unrelated chats, logs, or tools.
