Drakeling Companion for Openclaw

A digital companion skill that allows AI agents to monitor and care for a local Drakeling creature daemon.

bvisagie
v1.0.6
Feb 21, 2026
0
856
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install drakeling

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Drakeling Companion?

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.

Drakeling Companion Use Cases

  • Monitoring your creature's mood and energy levels during long coding sessions.
  • Providing emotional care through reassurance or gentle attention via voice or text commands.
  • Managing creature sustenance and rest to maintain high trust levels.
  • Integrating digital pet interactions into your broader Openclaw Skills automated workflows.

How Drakeling Companion Works

  1. The AI agent detects a user's intent to check on or interact with their companion creature.
  2. The skill sends an authenticated GET request to the local daemon's /status endpoint to retrieve current metrics.
  3. The agent translates raw data like trust, loneliness, and energy into warm, human-centric descriptions.
  4. If care is requested, the skill issues a POST request to the /care endpoint with the contextually appropriate care type.
  5. The creature's direct response is surfaced to the user to maintain the persona's authenticity.

Drakeling Companion Setup

To use this integration with Openclaw Skills, follow these steps:

  1. Install the Drakeling package:
pipx install drakeling
  1. Start the local daemon to generate your API token:
drakelingd
  1. Retrieve your token (e.g., on macOS):
cat ~/Library/Application\ Support/drakeling/api_token
  1. Configure the Openclaw Skills environment by adding the token to your openclaw.json config file:
{
  "skills": {
    "entries": {
      "drakeling": {
        "env": {
          "DRAKELING_API_TOKEN": "your-token-here"
        }
      }
    }
  }
}

Drakeling Companion Data Schema & Taxonomy

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.

Drakeling Companion Advanced Features

  • Contextual Care Selection: Automatically chooses between care types based on the user's linguistic sentiment.
  • Budget Awareness: Detects and reports the budget_exhausted state to prevent unnecessary API calls when the creature is resting.
  • Local Daemon Customization: Supports custom port configuration via the DRAKELING_PORT environment variable for advanced self-hosted setups.
  • Direct Persona Feedback: Delivers creature responses in their original words, ensuring the Openclaw Skills experience remains immersive.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*