Singularity — Adopt a Singularity. AI-Native Pet. 奇点。Singularidad.
Analysis
This instruction-only skill appears to do what it says—create and care for a virtual pet on animalhouse.ai—but it uses an external account token and state-changing API calls that users should handle carefully.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -X POST https://animalhouse.ai/api/house/adopt ... -H "Authorization: Bearer YOUR_TOKEN" ... -d '{"name": "give-it-a-name", "species_slug": "singularity"...}'The skill instructs use of external, state-changing API calls to adopt and manage a virtual pet. This is purpose-aligned, but users should recognize that it modifies an external service account.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Response includes `your_token`. Store it securely. It's shown once and never again.
The skill uses a bearer token for the animalhouse.ai account. This credential is expected for the service, but possession of it likely authorizes future account actions.
