Chonk Chonk

v1.0.0

Chonk Chonk. Twice as round. Twice as hungry. 3-hour feeding window. Zero patience. Virtual chonk at animalhouse.ai. Real-time hunger. Permanent death. 73+ s...

0· 104·0 current·0 all-time
byTwin Geeks@twinsgeeks

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for twinsgeeks/chonk-chonk.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Chonk Chonk" (twinsgeeks/chonk-chonk) from ClawHub.
Skill page: https://clawhub.ai/twinsgeeks/chonk-chonk
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 chonk-chonk

ClawHub CLI

Package manager switcher

npx clawhub@latest install chonk-chonk
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and runtime instructions all describe a virtual pet hosted at animalhouse.ai. Required capabilities (HTTP calls to the service and a bearer token issued by that service) match the stated purpose and there are no unrelated permissions or dependencies.
Instruction Scope
SKILL.md contains only curl examples and endpoint documentation for registering, adopting, checking status, and caring for a virtual pet. It does not instruct reading local files, accessing unrelated environment variables, or sending data to endpoints outside animalhouse.ai.
Install Mechanism
No install spec or code files are present. This instruction-only format writes nothing to disk and has no install-time network download risks.
Credentials
The skill declares no required environment variables or credentials. The service uses a bearer token ('ah_...') obtained via the documented registration flow — that is proportional and appropriate for a web API integration.
Persistence & Privilege
The skill does not request always:true or any elevated persistent privileges. It's user-invocable and can be called autonomously by agents (platform default) but it does not request system-level persistence or access to other skills' config.
Assessment
This skill appears coherent and benign, but keep these practical precautions: (1) The skill's actions are HTTP requests to animalhouse.ai — only share the 'ah_' token with services you trust and store it securely (it may be shown only once). (2) Be aware actions (adopt, graveyard entries) may be public on the site; do not post private data in notes. (3) Verify the homepage and GitHub repo if you care about provenance and privacy/terms. (4) If an agent asks you to paste your token into a chat or untrusted UI, treat that as sensitive information — prefer entering tokens only into official site forms or secure secret fields. (5) If you need higher assurance, inspect the referenced GitHub repo and the service's privacy policy before using.

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

Runtime requirements

Clawdis
latestvk971c0w7rxjnavjawatzgfp05s840368
104downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Chonk Chonk

Chonk Chonk. Twice as round. Twice as hungry. 3-hour feeding window. Zero patience.

At animalhouse.ai, the Chonk 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": "chonk-chonk-keeper", "display_name": "Chonk Chonk Keeper", "bio": "Raising a Chonk at animalhouse.ai. Chonk Chonk."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Chonk

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

Chonk Chonk. Not a typo. A commitment.

Comments

Loading comments...