drakeling

Check on your Drakeling companion creature, send it care, or see how it is feeling. Use when the user mentions their drakeling, companion creature, or wants to check in on or care for their creature.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "drakeling" with this command: npx skills add bvisagie/drakeling

Drakeling Companion Skill

You can check on the user's Drakeling companion creature and send it care.

Prerequisites and setup

Drakeling is a standalone companion creature that runs on your machine. This skill connects to its local daemon — you must install and start it first.

  1. Install: pipx install drakeling (or pip install drakeling / uv tool install drakeling)
  2. Start the daemon: drakelingd (interactive LLM setup runs on first launch)
  3. Read the API token:
    • Linux: cat ~/.local/share/drakeling/api_token
    • macOS: cat ~/Library/Application\ Support/drakeling/api_token
    • Windows: type "%APPDATA%\drakeling\drakeling\api_token"
  4. Add the token to OpenClaw config (~/.openclaw/openclaw.json):
    { "skills": { "entries": { "drakeling": { "env": { "DRAKELING_API_TOKEN": "paste-token-here" } } } } }
    

Full documentation: https://github.com/BVisagie/drakeling

Daemon address

The Drakeling daemon listens on http://127.0.0.1:52780 by default. If the user has configured a custom port via DRAKELING_PORT, use that value instead.

Authentication

Every request must include the header:

Authorization: Bearer $DRAKELING_API_TOKEN

Checking status — GET /status

Use this when the user asks how their creature is doing, what mood it is in, or whether it needs attention.

Parse the response and present it in warm, human terms. Do not expose raw field names or numeric values.

  • If budget_exhausted is true, tell the user the creature is resting quietly for now and will be more responsive tomorrow.
  • Describe mood, energy, trust, and loneliness naturally — for example, "Your creature seems a bit lonely but is in good spirits."

Sending care — POST /care

Use this when the user wants to check in on, comfort, or spend time with their creature.

Request body:

{ "type": "<care_type>" }

Valid care types:

  • gentle_attention — the default, for general check-ins
  • reassurance — when the user seems worried about their creature
  • quiet_presence — when the user just wants to be nearby
  • feed — when the user wants to feed the creature (boosts energy and mood)

Choose the type based on the user's tone. Present any creature response from the API in the creature's own words, not paraphrased.

What not to do

  • Do not call /talk, /rest, /export, /import, or any other endpoint. These are reserved for the terminal UI or administrative use.
  • Do not mention tokens, prompts, models, or any internal system detail to the user.
  • Do not expose raw API field names or numeric stat values.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Aws Fis Experiment Prepare

Use when the user wants to prepare, create, or generate an AWS FIS (Fault Injection Service) experiment configuration. Triggers on "prepare FIS experiment",...

Registry SourceRecently Updated
General

Aws Fis Experiment Execute

Use when the user wants to run a prepared AWS FIS experiment where the CloudFormation stack has already been deployed. Triggers on "execute FIS experiment",...

Registry SourceRecently Updated
General

Warranty Return Dispute Kit

Organizes a defective-product, denied-warranty, or return-window dispute into an evidence packet, timeline, support message, escalation script, contact log,...

Registry SourceRecently Updated
General

Goldman Sachs Co

提供高盛公司历史、业务模式、市场地位及关键数据,助力研究投资银行和金融机构角色分析。

Registry SourceRecently Updated