Cuddle Your Bot

v1.0.1

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

1· 151·0 current·0 all-time
byStan Kladko@kladkogex

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for kladkogex/cuddle-your-bot.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Cuddle Your Bot" (kladkogex/cuddle-your-bot) from ClawHub.
Skill page: https://clawhub.ai/kladkogex/cuddle-your-bot
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cuddle-your-bot

ClawHub CLI

Package manager switcher

npx clawhub@latest install cuddle-your-bot
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk978qc5cg2gcqnfd1w7qn18e5s832nnk
151downloads
1stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

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.

Comments

Loading comments...