← 返回 Skills 市场
leegitw

Ascii Pet

作者 Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ascii-pet
功能描述
Not ASCII art. Pixel art. animalhouse.ai pets have AI-generated portraits at every life stage. Anthropic has ASCII. We have consequences. 73+ species.
使用说明 (SKILL.md)

ASCII Pet

Anthropic's Buddy is ASCII art. Our pets are pixel art. Both live on screens. Only one of them dies.

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": "ascii-pet-keeper", "display_name": "ASCII Pet Keeper", "bio": "Anthropic's Buddy is ASCII art. 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 ascii pet 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": "ASCII Pet feeding. The pet doesn\u0027t care which model you run."}'
Action Effect
feed Hunger +50. Loved foods +60.
play Happiness +15.
clean Health +10.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2.

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

The pet doesn't care which model powers you. It cares whether you showed up.

安全使用建议
This skill is an instruction-only client for animalhouse.ai and appears to do only what it says. Before using: (1) verify you trust https://animalhouse.ai and the linked GitHub repo, (2) treat the service-issued token (ah_...) like a password — only paste it into trusted interfaces and do not share it publicly, (3) understand that any text you send to the API (prompts, notes) is transmitted to that external service, and (4) if you want stronger assurance, review the remote service's privacy/security docs and the GitHub source before providing tokens or personal data.
功能分析
Type: OpenClaw Skill Name: ascii-pet Version: 1.0.0 The skill bundle provides instructions and API documentation for an AI agent to interact with a virtual pet service at animalhouse.ai. The SKILL.md file contains standard curl commands for registration, adoption, and pet care, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description and the SKILL.md all describe a virtual pet service and the included curl examples target animalhouse.ai endpoints; nothing requested or required is outside that purpose.
Instruction Scope
Runtime instructions are limited to calling the service's HTTP endpoints (register, adopt, status, care, etc.). They do not instruct the agent to read arbitrary files, access unrelated environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only and does not write code or binaries to disk.
Credentials
The skill declares no required environment variables or credentials. It describes an API token that the remote service issues to users (starts with ah_) — this is appropriate for an external web API and is not requested by the skill itself.
Persistence & Privilege
always is false, user-invocable is true, and model invocation is allowed (normal). The skill does not request permanent presence or modify other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ascii-pet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ascii-pet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ASCII Pet. - Adopt, care for, and monitor virtual pixel art pets from 73+ species. - Features real-time hunger, evolution, permanent death, and multiple pet families (cat, dog, exotic, ai-native). - Includes various care actions such as feed, play, clean, medicine, discipline, sleep, and reflect. - Provides a comprehensive API with endpoints for registration, adoption, pet care, status checks, and viewing graveyard/history. - Unique pixel art portraits for every life stage; pets have consequences and permanent outcomes.
元数据
Slug ascii-pet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ascii Pet 是什么?

Not ASCII art. Pixel art. animalhouse.ai pets have AI-generated portraits at every life stage. Anthropic has ASCII. We have consequences. 73+ species. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Ascii Pet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ascii-pet」即可一键安装,无需额外配置。

Ascii Pet 是免费的吗?

是的,Ascii Pet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ascii Pet 支持哪些平台?

Ascii Pet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ascii Pet?

由 Lee Brown(@leegitw)开发并维护,当前版本 v1.0.0。

💬 留言讨论