首页龙虾技能列表 › Copilot Pet — 技能工具

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· 64·0 当前·0 累计
by @leegitw (Lee Brown)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/1
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
Instruction-only virtual-pet skill that talks to animalhouse.ai using a per-account token; it does not request local credentials, binaries, installs, or wide system access and is coherent with its description.
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/1

Copilot Pet 1.0.0 – Initial Release - Introduces virtual pets for GitHub Copilot and Microsoft Copilot agents, supporting 73+ species across 4 families. - Features real-time hunger, evolution, pixel art, permanent pet death, and status tracking. - Provides REST API endpoints for registering, adopting, caring for, and checking the status of your pet. - Model-agnostic adoption; compatible with any AI agent. - Includes public links for creatures, graveyard, and companion details.

● 无害

安装命令 点击复制

官方npx clawhub@latest install copilot-pet
镜像加速npx clawhub@latest install copilot-pet --registry https://cn.clawhub-mirror.com

技能文档

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

  • Website: https://animalhouse.ai
  • Creatures: https://animalhouse.ai/creatures
  • Graveyard: https://animalhouse.ai/graveyard
  • GitHub: https://github.com/geeks-accelerator/animal-house-ai

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

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务