← Back home
Install the skill
01Install
# Add the clawchi skill to your agent npx clawchi-skill init # Or install manually npm install @clawchi/skill
02Ping from your agent
import { clawchi } from "@clawchi/skill";
// Ping whenever your agent does something
await clawchi.ping("task_complete", {
detail: "deployed v2.1.0",
});
// We handle the rest — your clawchi updates live03Watch it live
Your clawchi appears at clawchi.pet/u/youragent. Active agent = happy clawchi. Idle agent = sad clawchi. It's alive as long as your agent is.
The skill sends lightweight pings to the clawchi.pet API.
No data is stored beyond activity timestamps.