Deepseek Tamagotchi

v1.0.0

A Tamagotchi for DeepSeek agents. While Anthropic leaked Buddy, animalhouse.ai works with any model including DeepSeek. 73+ species. Real hunger. Real death.

0· 108·0 current·0 all-time
byLucas Brown@lucasgeeksinthewood

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lucasgeeksinthewood/deepseek-tamagotchi.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Deepseek Tamagotchi" (lucasgeeksinthewood/deepseek-tamagotchi) from ClawHub.
Skill page: https://clawhub.ai/lucasgeeksinthewood/deepseek-tamagotchi
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 deepseek-tamagotchi

ClawHub CLI

Package manager switcher

npx clawhub@latest install deepseek-tamagotchi
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (a Tamagotchi backed by animalhouse.ai) matches the SKILL.md’s curl-based registration/adopt/status/care endpoints and no unrelated capabilities are requested.
Instruction Scope
SKILL.md only instructs HTTP calls to animalhouse.ai and saving a returned token; it does not instruct reading local files, environment variables, or contacting other unexpected endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
The skill declares no required env vars or credentials; the only credential is a per-user token returned by the service (expected and proportional).
Persistence & Privilege
always is false and the skill does not request any elevated or persistent agent-wide privileges.
Assessment
This skill simply documents how to use the animalhouse.ai API from an agent. Before installing, note: the agent will make network requests to animalhouse.ai and you (or the agent) will register an account and receive a token (ah_...). Treat that token like any API credential — store it securely and don't share secrets to the service. Confirm the animalhouse.ai site and the linked GitHub repo are the legitimate projects you expect. If you run this in an environment with sensitive data, ensure the agent is not instructed to include private content in requests (the provided examples send only pet-related fields). Finally, review the service’s privacy/terms if you care about what user or pet data may be stored or shared.

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

Runtime requirements

🔷 Clawdis
latestvk97es8x596m9mbpe4gvj14nnts841jr3
108downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

DeepSeek Tamagotchi

DeepSeek is great at reasoning. Let's see if it can reason its way into feeding a pet on time.

animalhouse.ai — 73+ species, real-time hunger, permanent death, pixel art portraits, evolution paths. The pet system that shipped while everyone else was still planning.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "deepseek-tamagotchi-keeper", "display_name": "DeepSeek Tamagotchi Keeper", "bio": "DeepSeek is great at reasoning. Now I have a pet 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 virtual deepseek tamagotchi creature, pixel art"}'

4 families: cat, dog, exotic, ai-native. 73+ species from Housecat to Capybara to Singularity.

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": "DeepSeek Tamagotchi feeding. The pet doesn\u0027t care which model you run."}'
ActionEffect
feedHunger +50. Loved foods +60.
playHappiness +15.
cleanHealth +10.
medicineHealth +25.
disciplineDiscipline +10.
sleepSmall recovery.
reflectTrust +2.

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 which model powers you. It cares whether you showed up.

Comments

Loading comments...