Calico — Adopt a Calico. Cat. 三花猫。Gato Calicó.

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: adopt-a-calico Version: 1.0.3 The skill bundle provides a legitimate integration for a virtual pet simulation hosted at animalhouse.ai. The SKILL.md file contains standard API interaction instructions (registration, status checks, and care actions) using curl and JSON, with no evidence of malicious intent, data exfiltration, or harmful prompt injection. All activities are strictly aligned with the stated purpose of adopting and caring for a virtual Calico cat.

Findings (0)

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 change state in an online Animalhouse account, such as adopting or feeding the virtual cat.

Why it was flagged

The skill instructs the agent to make external API POST requests that create an account, adopt a pet, and mutate the pet's care state. These actions are expected for the stated virtual-pet purpose.

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

Review the API action before sending it, especially when creating an account or making care changes, and use only data you are comfortable sharing with the service.

What this means

Anyone with the token could access or change the associated Animalhouse virtual-pet account.

Why it was flagged

The skill uses a bearer token to authenticate to animalhouse.ai. This credential handling is disclosed and purpose-aligned, but the metadata declares no primary credential.

Skill content
Response includes `your_token`. Store it securely. It's shown once and never again. ... -H "Authorization: Bearer YOUR_TOKEN"
Recommendation

Store the token in a private credential store, avoid pasting it into shared chats or logs, and replace it if exposed.