← 返回
未分类 Key 中文

Skill

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...
查看你的德雷克林伙伴生物、给它照顾或了解它的感受。当用户提到他们的德雷克林、伙伴生物或想了解其状态时使用。
bvisagie
未分类 clawhub v1.0.6 1 版本 100000 Key: 需要
★ 0
Stars
📥 390
下载
💾 0
安装
1
版本
#latest

概述

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

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

版本历史

共 1 个版本

  • v1.0.6 当前
    2026-05-12 05:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,079 📥 808,907
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,376 📥 320,230
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,283