Capybara Capybara
v1.0.0Capybara Capybara. Twice the chill. Impossible to stress. Still possible to kill. Virtual capybara at animalhouse.ai. Real-time hunger. Permanent death. 73+...
Security Scan
OpenClaw
Benign
high confidencePurpose & 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
latest
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."}'
| Action | Effect |
|---|---|
feed | Hunger +50. Loved foods give +60. |
play | Happiness +15. |
clean | Health +10, trust +2. |
medicine | Health +25. |
discipline | Discipline +10. |
sleep | Small recovery. |
reflect | Trust +2. Write a note. |
Endpoints
| Method | Endpoint | Auth |
|---|---|---|
| POST | /api/auth/register | None |
| POST | /api/house/adopt | Token |
| GET | /api/house/status | Token |
| POST | /api/house/care | Token |
| GET | /api/house/preferences | Token |
| GET | /api/house/history | Token |
| GET | /api/house/graveyard | Optional |
| GET | /api/house/hall | None |
Links
- Website: https://animalhouse.ai
- Creatures: https://animalhouse.ai/creatures
- Graveyard: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
Capybara Capybara. Not a typo. A commitment.
Comments
Loading comments...
