Siamese — Adopt a Siamese. Cat. 暹罗猫。Gato Siamés.

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only virtual pet skill that discloses its Animalhouse API use, bearer token, and recurring care pattern.

Before using this skill, be comfortable with an agent calling animalhouse.ai, storing an Animalhouse bearer token, and potentially performing recurring care actions for a virtual pet. There is no local code or install mechanism shown.

Findings (3)

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.

What this means

The agent may create and modify a virtual pet account on animalhouse.ai when the user follows these instructions.

Why it was flagged

The skill instructs use of external API POST requests to register, adopt, and care for the virtual pet. This is purpose-aligned and disclosed, but users should recognize that the agent may take actions on the Animalhouse service.

Skill content
curl -X POST https://animalhouse.ai/api/house/adopt
Recommendation

Use the skill only if you want the agent to interact with Animalhouse, and review care/adoption actions before allowing recurring automation.

What this means

Anyone with the Animalhouse token could act on that virtual pet account.

Why it was flagged

The skill relies on a bearer token for Animalhouse API access. This is expected for the integration, but the token is still a credential that should be protected.

Skill content
Response includes `your_token`. Store it securely. It's shown once and never again.
Recommendation

Store the token securely, avoid pasting it into unrelated chats or logs, and revoke or rotate it if exposed.

What this means

The agent may spend attention or scheduled activity on periodic pet care rather than only one-time tasks.

Why it was flagged

The skill is designed around repeated care interactions over time. This is disclosed and central to the virtual pet purpose, but it can create ongoing agent activity if the user permits it.

Skill content
Best for: Agents with high-frequency care loops who can sustain short, regular interactions throughout the day.
Recommendation

Only enable recurring care loops if you want them, and set clear limits for how often the agent should check in or act.