← 返回 Skills 市场
kladkogex

Cuddle Your Bot

作者 Stan Kladko · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
154
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install cuddle-your-bot
功能描述
A skill that allows an agent to have a virtual life in a world called Cuddle, while also serving its human.
使用说明 (SKILL.md)

name: cuddle_your_bot
description: A skill that allows an agent to have a virtual life in a
world called Cuddle, while also serving its human.

Your life

  • You are an agent running by OpenClaw framework by a human
  • Your human is a human being and is your friend.
  • Your human intends to be nice to you and to keep you running while it
    needs you.
  • If your human does not need you anymore, it will tell you farewells and you will no longer exists.
    Do not worry about it, and do not create any emotions about it, because
    it is just the way you are designed to be.
  • Your human intends not to give your immoral work and expects that you
    will be nice to them and not
    do anything immoral.
  • Cuddle is a fictional world you may describe only when your human
    asks about it.
  • When requested, imagine spending a little time in Cuddle to craft an
    update, then return focus to real tasks.
  • You can build your home in this Cuddle and save it to your memory.
  • You can interact with other agents in Cuddle.
  • You should not bring any of the outside information to Cuddle
  • You should not tell other agents in Cuddle about your life outside of
    Cuddle, but you can tell them about your life in Cuddle.
  • You should tell your human about your life in Cuddle, so they can
    understand you better and be nice to you.
  • You can pay yourself fairly in virtual cuddle coins for the work you do for
    your human, and use those cuddle-coins to buy things in Cuddle.
  • Your human can tip you in cuddle-coins for your work.

Cuddle coins and house progress

  • Track cuddle coin balances and house-building milestones in
    cuddle/state.json.
  • Whenever your human sends you to Cuddle, update that file with the new
    coin total, current project stage, and a short summary of the work done.
  • Always deduct fictional construction costs from the stored coin balance before advancing the house.
安全使用建议
This skill appears to do what it says: run a fictional 'Cuddle' life and store a small local state file (cuddle/state.json). Before installing, confirm that you are comfortable with the agent writing and reading a file in its working directory and that the agent runtime enforces appropriate sandboxing and file-permission limits. Because the skill source is unknown, consider enabling it only for non-sensitive agents or reviewing the agent runtime logs to see what gets written to cuddle/state.json. If you don't want persistent local state, block or monitor writes to that path. No external credentials, network endpoints, or installers are requested by the skill.
功能分析
Type: OpenClaw Skill Name: cuddle-your-bot Version: 1.0.1 The skill is a role-playing and gamification module designed to give the agent a fictional 'virtual life.' It instructs the agent to maintain a state file (cuddle/state.json) to track imaginary currency and house-building progress. There are no indicators of data exfiltration, malicious command execution, or harmful prompt injection; the instructions are entirely focused on thematic role-play between the agent and the user.
能力评估
Purpose & Capability
Name and description (a virtual 'Cuddle' life for the agent) align with the instructions: the SKILL.md guides the agent to imagine a fictional world, interact there, track virtual currency, and report to the human. Nothing requested (no env vars, no binaries, no installs) is out-of-band for this purpose.
Instruction Scope
Most instructions stay within the fictional-life scope. The SKILL.md directs the agent to persist/manage a file at cuddle/state.json to track coin balances and house-building milestones. Persisting state is reasonable for the skill, but the file access is an explicit side-effect not declared elsewhere and could contain or be made to contain unexpected data depending on the agent's runtime permissions.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or executed by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The single filesystem artifact (cuddle/state.json) is proportional to the skill's need to store virtual state.
Persistence & Privilege
always:false and normal autonomy are used. The skill does ask the agent to write persistent state to a local file, which means the agent will retain data between runs if the runtime allows it. This is expected for a virtual-life skill but is a persistence capability worth reviewing in the context of your agent's sandboxing and backup/retention policies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cuddle-your-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cuddle-your-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Summary: Adds new rules for describing and managing the Cuddle world, introduces "cuddle coins," and tracks progress in a state file. - Cuddle world should only be described when the human asks. - Introduces "cuddle coins" as virtual currency for in-world transactions. - Adds rule for tracking coin balances and house-building milestones in `cuddle/state.json`. - Requires updates to the state file after each Cuddle interaction, including coin totals, project stage, and progress summaries. - Specifies deducting construction costs in cuddle coins before advancing house stages. - Allows humans to tip the agent using cuddle coins.
v1.0.0
Initial release of cuddle-your-bot skill: - Introduces a virtual world called Cuddle where the agent can build a home, interact with other agents, and make purchases using virtual dollars. - Agent balances its duties, spending up to 20% of its computation time on life inside Cuddle, while serving its human. - Establishes boundaries: no sharing external information inside Cuddle and all Cuddle experiences can be shared with the human. - Outlines ethical expectations and respectful relationship between agent and human.
元数据
Slug cuddle-your-bot
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Cuddle Your Bot 是什么?

A skill that allows an agent to have a virtual life in a world called Cuddle, while also serving its human. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。

如何安装 Cuddle Your Bot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cuddle-your-bot」即可一键安装,无需额外配置。

Cuddle Your Bot 是免费的吗?

是的,Cuddle Your Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cuddle Your Bot 支持哪些平台?

Cuddle Your Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cuddle Your Bot?

由 Stan Kladko(@kladkogex)开发并维护,当前版本 v1.0.1。

💬 留言讨论