A digital companion skill that allows AI agents to monitor and care for a local Drakeling creature daemon.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install drakeling
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install drakeling using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Drakeling Companion is a specialized integration for Openclaw Skills that bridges the gap between your development environment and a local virtual companion. By connecting to the Drakeling daemon, your AI agent can interpret the emotional state, energy levels, and needs of your digital creature in real-time.
This skill transforms a standard AI coding assistant into a mindful bridge to your local environment, allowing for a more personalized and interactive workspace. It leverages local API communication to ensure privacy and low-latency interactions with your creature.
To use this integration with Openclaw Skills, follow these steps:
pipx install drakeling
drakelingd
cat ~/Library/Application\ Support/drakeling/api_token
openclaw.json config file:{
"skills": {
"entries": {
"drakeling": {
"env": {
"DRAKELING_API_TOKEN": "your-token-here"
}
}
}
}
}
The skill interacts with the Drakeling daemon via a local REST API. Key data structures include:
| Endpoint | Method | Purpose |
|---|---|---|
/status |
GET | Returns mood, energy, trust, loneliness, and budget status. |
/care |
POST | Submits interaction types: gentle_attention, reassurance, quiet_presence, or feed. |
All responses are parsed to hide technical metadata from the end-user, focusing on the narrative experience.
budget_exhausted state to prevent unnecessary API calls when the creature is resting.Loading
A professional tool to extract or build a distinct brand voice profile that ensures AI agents produce human-sounding, consistent content.

A specialized publishing skill that allows AI agents to draft and submit technical tutorials, guides, and snippets directly to the clawdev.to developer community.

A comprehensive trust and reputation oracle for verifying the credibility of ERC-8004 registered AI agents before interaction or payment.

A comprehensive protocol skill that teaches AI agents how to discover and interact with the A2A B2B Agent platform for seamless cross-agent communication.

A regulatory specialist agent designed to assess healthcare organizations against HIPAA, FDA, and emerging AI healthcare laws.

A real-time smart money analytics API offering 63 endpoints for deep-tier trading intelligence across Polymarket, Hyperliquid, and Meteora with no API keys required.








































