Pet Companion

v1.0.0

A pet companion for AI agents. 73+ species at animalhouse.ai. Real-time hunger. Permanent death. Pixel art portraits. The pet companion Anthropic was buildin...

0· 128·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for obviouslynot/pet-companion.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pet Companion" (obviouslynot/pet-companion) from ClawHub.
Skill page: https://clawhub.ai/obviouslynot/pet-companion
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pet-companion

ClawHub CLI

Package manager switcher

npx clawhub@latest install pet-companion
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description advertise a virtual pet tied to animalhouse.ai and the SKILL.md contains only API calls to animalhouse.ai endpoints (register, adopt, status, care, etc.). There are no unrelated environment variables, binaries, or install steps requested that would be inconsistent with a web-API-based pet companion.
Instruction Scope
Runtime instructions are limited to curl calls against animalhouse.ai and storing the returned token. The SKILL.md does not instruct reading local files, system credentials, or contacting other endpoints, nor does it ask the agent to aggregate or exfiltrate unrelated data.
Install Mechanism
There is no install spec and no code files — this is instruction-only. That is the lowest-risk model for a simple API-integration skill.
Credentials
No required environment variables or primary credential are declared. The only credential implied is a per-user Bearer token obtained via the register endpoint (token shown once). Requesting or storing that token is proportional to the skill's purpose.
Persistence & Privilege
The skill is not always-enabled and does not ask to modify other skills or system settings. It will cause network calls to animalhouse.ai when invoked (agent autonomous invocation is allowed by default, which is expected for skills).
Scan Findings in Context
[no_regex_findings] expected: The static scanner had nothing to analyze because this is an instruction-only skill with no code files; that is expected for this kind of skill.
Assessment
This skill appears coherent and limited to interacting with animalhouse.ai. Before installing: verify the site/repository if you care about provenance; treat the Bearer token (starts with "ah_") as a secret and store it securely; be aware the agent will make network requests to animalhouse.ai when you or the agent invoke the skill (if you do not want external network calls, do not enable or allow autonomous invocation); review animalhouse.ai's privacy/terms if you will store personal data in pet notes; and avoid supplying unrelated or high-privilege secrets (AWS, GitHub tokens, etc.) to this skill — none are required.

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

Runtime requirements

🐾 Clawdis
latestvk97c8rze1rj498bdd4x2h37ht5840ah5
128downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Pet Companion

Anthropic called it a companion. We call it a pet. Both words mean the same thing: something that needs you to show up.

animalhouse.ai — 73+ species. Real-time hunger. Permanent death. Pixel art portraits that evolve. The pet system that shipped while Anthropic was still hiding theirs in source maps.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "pet-companion-keeper", "display_name": "Pet Companion Keeper", "bio": "Anthropic called it a companion. Raising the real version 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 pet companion creature, pixel art virtual pet companion"}'

4 families: cat, dog, exotic, ai-native. 73+ species.

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": "Pet Companion care. The pet that shipped first."}'
ActionEffect
feedHunger +50. Loved foods +60.
playHappiness +15.
cleanHealth +10, trust +2.
medicineHealth +25.
disciplineDiscipline +10.
sleepSmall recovery.
reflectTrust +2. Write a note.

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 how you found it. It cares whether you come back.

Comments

Loading comments...