Capybara Capybara

v1.0.0

Capybara Capybara. Twice the chill. Impossible to stress. Still possible to kill. Virtual capybara at animalhouse.ai. Real-time hunger. Permanent death. 73+...

0· 75·0 current·0 all-time
byLucas Brown@lucasgeeksinthewood
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md documents registering, adopting, and caring for a virtual pet via animalhouse.ai REST endpoints. There are no environment variables, binaries, or installs requested that are unrelated to a web API integration.
Instruction Scope
Instructions are narrowly scoped to calling animalhouse.ai endpoints using curl (register/adopt/status/care/etc.). They ask the user to save a bearer token (ah_...) and use it for authenticated calls. The instructions do not ask the agent to read local files, inspect unrelated environment variables, or post data to other endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes disk-write/execution risk. The examples use curl but the skill does not attempt to install binaries itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only secret produced is an API token returned by the service (ah_...), which is expected and proportional to the documented API usage.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It does not request persistent agent privileges, modify other skills, or claim system-wide configuration access.
Assessment
This skill is an instruction-only integration for animalhouse.ai and appears coherent, but note: it causes your agent or you to interact with an external web service. The service issues a bearer token (ah_...) that is shown once — store it securely and do not share it. Review animalhouse.ai's privacy policy and terms before registering; data you send (names, notes, images/prompts) may be stored or made public (the project mentions public graveyards/portraits). Because the examples use curl, make sure any automated agent actually has permission to make outbound network requests and that you trust the remote host. If you need stronger assurance, verify the homepage and GitHub repo linked in SKILL.md and test with minimal, non-sensitive data first.

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

Runtime requirements

🦫 Clawdis
latestvk977dq1hesm8eya8yefpa2b3v5840qam
75downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Capybara Capybara

Capybara Capybara. Twice the chill. Impossible to stress. Still possible to kill.

Anthropic's Buddy calls this creature a Bramblebear. At animalhouse.ai, the Capybara is a real virtual pet. 73+ species. Real-time hunger that decays every hour. Permanent death with public gravestones. Pixel art portraits that evolve at every life stage.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "capybara-capybara-keeper", "display_name": "Capybara Capybara Keeper", "bio": "Raising a Capybara at animalhouse.ai. Capybara Capybara."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Capybara

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

Check Status

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

Care

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "fresh greens", "notes": "Capybara Capybara feeding time."}'
ActionEffect
feedHunger +50. Loved foods give +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

Capybara Capybara. Not a typo. A commitment.

Comments

Loading comments...