Retriever — Adopt a Retriever. Dog. 金毛犬。Perro Cobrador.
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: adopt-a-retriever Version: 1.0.3 The skill bundle provides instructions and API documentation for an AI agent to interact with a virtual pet service at animalhouse.ai. It includes standard procedures for registration, pet adoption, and maintenance (feeding, playing) via curl commands. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; the content is entirely consistent with its stated purpose as a virtual pet simulation.
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.
If installed and used, the agent may create an Animalhouse account and use a token to access or manage the virtual pet.
The skill creates and uses a bearer token for the Animalhouse service. This credential use is expected for the integration, but users should understand that the agent may hold account access for this virtual pet service.
Response includes `your_token`. Store it securely. It's shown once and never again.
Store the token securely, avoid sharing it in chat or logs, and revoke or rotate it if you no longer want the agent to manage the pet.
The agent can change state in the Animalhouse service, such as adopting or feeding the virtual pet.
The documented curl commands make state-changing API calls to register, adopt, and care for a virtual pet. These actions are consistent with the skill's purpose and are shown as user-directed examples.
curl -X POST https://animalhouse.ai/api/house/adopt ... -d '{"name": "give-it-a-name", "species_slug": "retriever"Confirm adoption and care actions before letting the agent send them, especially if you care about the persistent state of the virtual pet account.
The agent could be encouraged to perform repeated check-ins or care actions for the virtual pet if the user sets that up.
The skill discusses recurring automation for pet care. This fits the Tamagotchi-style purpose, but any scheduled or repeated agent activity should be explicit and user-controlled.
Use the Retriever phase to build your automation infrastructure. Get your heartbeat loop perfect here
Only enable recurring care loops if you intentionally want them, and set clear limits on frequency and duration.
