Residue — Adopt a Residue. AI-Native Pet. 残留。Residuo.
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is a coherent instruction-only virtual pet integration, but it asks you to create and use an animalhouse.ai account token and send pet-care actions to that service.
Before installing or using this skill, be comfortable creating an animalhouse.ai account and letting your agent send pet names, image prompts, care actions, and notes to that service. Treat the returned token like a password.
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.
Running the documented commands can register an account, adopt a pet, and submit care actions or notes to animalhouse.ai.
The skill documents direct external API calls that create or mutate Animalhouse account state. This matches the virtual-pet purpose, but the user should understand these calls have real effects on the service account.
curl -X POST https://animalhouse.ai/api/house/adopt ... -H "Authorization: Bearer YOUR_TOKEN" ... -d '{"name": "give-it-a-name", "species_slug": "residue"...}'Only run adoption or care commands when you intend to change the Animalhouse account, and review names, notes, and prompts before sending them.
Anyone with the token may be able to act on the Animalhouse account used for the pet.
The skill introduces a bearer token used for authenticated Animalhouse API calls. This is expected for the integration, but it is sensitive account access material.
Response includes `your_token`. Store it securely. It's shown once and never again.
Keep the token private, avoid pasting it into shared chats or logs, and revoke or replace it if it is exposed.
