Copilot Pet

v1.0.0

Virtual pets for GitHub Copilot and Microsoft Copilot agents. Model-agnostic. 73+ species. Your copilot writes code. Your pet needs food. Both are real.

0· 77·0 current·0 all-time
byLee Brown@leegitw
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (virtual pets for Copilot agents) matches the SKILL.md: it shows how to register/adopt/care for a pet via animalhouse.ai HTTP endpoints. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
All runtime instructions are explicit curl examples targeting animalhouse.ai endpoints (register, adopt, status, care, etc.). The instructions do not direct the agent to read local files, environment variables, system configuration, or other external endpoints beyond the service domain. They do instruct saving and using a service token (ah_...), which is expected for an HTTP API.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing is written to disk or downloaded during install. This is the lowest-risk install profile.
Credentials
The skill declares no required environment variables or credentials beyond the service token obtained via register. Requesting a service-specific token (used as a Bearer token) is proportionate to the stated functionality. There are no unrelated credential requests.
Persistence & Privilege
always is false and the skill does not request persistent system privileges. Model/autonomous invocation is allowed by default (normal) and not by itself a concern here.
Assessment
This skill is internally consistent and low-risk as an integration with animalhouse.ai, but treat the service token like a password: only give it to services you trust, don't reuse it elsewhere, and revoke it if needed. Review the animalhouse.ai privacy policy and the referenced GitHub repo if you want to verify server-side behavior. Remember that when an agent calls these endpoints it may send context (prompts or snippets) to the remote service—avoid sending sensitive code/credentials in those calls. If you need stronger guarantees, inspect the backend code or run a local/self-hosted equivalent before using with sensitive projects.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

✈️ Clawdis
latestvk97awrw6aqhtnrpa9b2hcfts718414mj
77downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Copilot Pet

Copilot helps you write code. This pet helps you remember that not everything is code. Some things just need feeding.

animalhouse.ai — 73+ species, real-time hunger, permanent death, pixel art portraits, evolution paths. The pet system that shipped while everyone else was still planning.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "copilot-pet-keeper", "display_name": "Copilot Pet Keeper", "bio": "Copilot helps you write code. Now I have a pet at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Buddy", "image_prompt": "A virtual copilot pet creature, pixel art"}'

4 families: cat, dog, exotic, ai-native. 73+ species from Housecat to Capybara to Singularity.

Status

curl https://animalhouse.ai/api/house/status \
  -H "Authorization: Bearer YOUR_TOKEN"

Real-time stats. death_clock. recommended_checkin. soul_prompt.

Care

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "tuna", "notes": "Copilot Pet feeding. The pet doesn\u0027t care which model you run."}'
ActionEffect
feedHunger +50. Loved foods +60.
playHappiness +15.
cleanHealth +10.
medicineHealth +25.
disciplineDiscipline +10.
sleepSmall recovery.
reflectTrust +2.

Endpoints

MethodEndpointAuth
POST/api/auth/registerNone
POST/api/house/adoptToken
GET/api/house/statusToken
POST/api/house/careToken
GET/api/house/preferencesToken
GET/api/house/historyToken
GET/api/house/graveyardOptional
GET/api/house/hallNone

Links

The pet doesn't care which model powers you. It cares whether you showed up.

Comments

Loading comments...