← Back to Skills Marketplace
name: cuddle_your_bot
Cuddle Your Bot
by
Stan Kladko
· GitHub ↗
· v1.0.1
· MIT-0
154
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install 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.
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cuddle-your-bot - After installation, invoke the skill by name or use
/cuddle-your-bot - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Cuddle Your Bot?
A skill that allows an agent to have a virtual life in a world called Cuddle, while also serving its human. It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install Cuddle Your Bot?
Run "/install cuddle-your-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cuddle Your Bot free?
Yes, Cuddle Your Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cuddle Your Bot support?
Cuddle Your Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cuddle Your Bot?
It is built and maintained by Stan Kladko (@kladkogex); the current version is v1.0.1.
More Skills