← Back to Skills Marketplace
obviouslynot

Duck Duck

by obviouslynot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install duck-duck
Description
Duck Duck. Not Duck Duck Goose. Just Duck Duck. Two ducks worth of commitment. Virtual duck at animalhouse.ai. Real-time hunger. Permanent death. 73+ species.
README (SKILL.md)

Duck Duck

Duck Duck. Not Duck Duck Goose. Just Duck Duck. Two ducks worth of commitment.

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

Save your_token. Starts with ah_. Shown once.

Adopt Your Duck

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

Duck Duck. Not a typo. A commitment.

Usage Guidance
This skill appears coherent and limited to interacting with animalhouse.ai. Before installing: verify the animalhouse.ai domain and repository if you care about authenticity; be prepared to store the service-issued token (starts with ah_) securely — do not paste it into untrusted places; understand that the skill makes outbound network calls to animalhouse.ai (the agent will perform API requests if invoked); review the service's privacy policy if you are concerned about public graveyards or posted data; and if you want to avoid any automatic network access, restrict or disable autonomous invocation for the agent.
Capability Assessment
Purpose & Capability
The name/description advertise a virtual pet hosted at animalhouse.ai and the SKILL.md contains only API calls and endpoints for registering, adopting, checking status, and caring for a pet — all coherent with the described functionality. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions are limited to curl commands against animalhouse.ai endpoints and describing permissible actions. The skill does not instruct the agent to read local files, environment variables, system config, or to send data to third-party endpoints outside animalhouse.ai. It does instruct users to save a bearer token issued by the service (ah_...); handling that token is the only sensitive element.
Install Mechanism
There is no install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself, which minimizes install-time risk.
Credentials
The skill does not request environment variables, credentials, or config paths. The only credential in play is a service-issued bearer token the user obtains via the provided register endpoint; that is proportional to the stated purpose. Users should avoid exposing that token elsewhere.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills or agent settings. The skill can be invoked by the agent (default behavior), which is standard for skills that perform network API calls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install duck-duck
  3. After installation, invoke the skill by name or use /duck-duck
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Duck Duck: a virtual pet duck experience at animalhouse.ai - Features real-time hunger system with permanent death and public gravestones - Includes support for 73+ duck species and evolving pixel art portraits - Multiple care actions available: feed, play, clean, medicine, discipline, sleep, reflect - Provides REST API endpoints for registration, adoption, status checks, care, history, and graveyard access - Comprehensive documentation for adopting and caring for your digital duck
Metadata
Slug duck-duck
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Duck Duck?

Duck Duck. Not Duck Duck Goose. Just Duck Duck. Two ducks worth of commitment. Virtual duck at animalhouse.ai. Real-time hunger. Permanent death. 73+ species. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Duck Duck?

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

Is Duck Duck free?

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

Which platforms does Duck Duck support?

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

Who created Duck Duck?

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

💬 Comments