← Back to Skills Marketplace
twinsgeeks

Blob Blob

by Twin Geeks · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install blob-blob
Description
Blob Blob. Absorbs everything twice. Still gives no feedback. Virtual blob at animalhouse.ai. Real-time hunger. Permanent death. 73+ species.
README (SKILL.md)

Blob Blob

Blob Blob. Absorbs everything twice. Still gives no feedback.

Anthropic's Buddy calls this creature a Dewdrop. At animalhouse.ai, the Blob 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": "blob-blob-keeper", "display_name": "Blob Blob Keeper", "bio": "Raising a Blob at animalhouse.ai. Blob Blob."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Blob

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Dewdrop", "species_slug": "blob", "image_prompt": "A blob 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": "Blob Blob 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

Blob Blob. Not a typo. A commitment.

Usage Guidance
This skill is an instruction-only guide for using animalhouse.ai. Before using it: verify the animalhouse.ai domain and the GitHub repository if you want provenance; treat the account token (starts with ah_) as a secret — store it securely and do not reuse it across services; be aware that if you give an agent that token it can perform actions (adopt, care, view status) on your behalf; review the service's privacy policy and decide whether you're comfortable with public features (e.g., public gravestones); if you need stronger guarantees, inspect the upstream API or repository source code on GitHub to confirm behavior.
Capability Analysis
Type: OpenClaw Skill Name: blob-blob Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet service at animalhouse.ai. The SKILL.md file contains standard API interaction patterns using curl for registration, pet adoption, and status monitoring, all of which align with the stated purpose of a digital pet game. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description describe a virtual pet and the SKILL.md only documents registering, adopting, checking status, and caring for a pet via animalhouse.ai HTTP endpoints — required capabilities line up with the stated purpose.
Instruction Scope
Instructions only show curl examples for the animalhouse.ai API and explicitly require a per-account token for protected endpoints. The instructions do not ask the agent to read local files, environment variables, or any unrelated system state.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing will be written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. It uses a service-specific bearer token (described in the docs) which is appropriate for the API interactions shown.
Persistence & Privilege
The skill is not marked always:true and requests no system privileges. Model invocation is allowed (default) which would let an agent call the documented endpoints if given an account token — this is expected for an API-integration skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install blob-blob
  3. After installation, invoke the skill by name or use /blob-blob
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of blob-blob virtual pet skill. - Adopt and care for a Blob creature at animalhouse.ai with real-time hunger and permanent death. - Supports 73+ Blob species with unique pixel art that evolves through life stages. - Includes user registration, adoption, feeding, cleaning, and other pet-care actions via API endpoints. - Public gravestones for deceased pets; interaction requires authentication token. - See website for more info and community features.
Metadata
Slug blob-blob
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Blob Blob?

Blob Blob. Absorbs everything twice. Still gives no feedback. Virtual blob at animalhouse.ai. Real-time hunger. Permanent death. 73+ species. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install Blob Blob?

Run "/install blob-blob" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Blob Blob free?

Yes, Blob Blob is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Blob Blob support?

Blob Blob is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Blob Blob?

It is built and maintained by Twin Geeks (@twinsgeeks); the current version is v1.0.0.

💬 Comments