Buddy
v1.0.0A virtual ASCII companion that lives in your chat. Hatches from an egg, reacts to conversations with cute sprites, celebrates wins, mourns errors, and grows...
⭐ 0· 27·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (ASCII companion) match the included scripts and declared requirements (bash, jq). Required binaries and the state file path are appropriate for a local companion skill.
Instruction Scope
SKILL.md instructs the agent to run local scripts and references the local state file. The scripts only read/write ~/.openclaw/workspace/buddy-state.json and render ASCII sprites; they do not access unrelated system paths, credentials, or external endpoints.
Install Mechanism
No install downloader is declared and no network fetches are present in the code. The skill bundle contains plain shell scripts — no archives or external installs — so installation risk is low.
Credentials
No environment variables or credentials are requested. The only filesystem access is to $HOME/.openclaw (skill and state), which is proportional to the skill's purpose.
Persistence & Privilege
always:false and normal autonomous invocation are used (platform default). The skill creates and updates only its own state file under ~/.openclaw; it does not alter other skills or system-wide configuration.
Assessment
This skill appears to be what it says: a local ASCII companion that stores state in ~/.openclaw/workspace/buddy-state.json and requires bash+jq. If you install it: (1) ensure you trust the (unknown) source before giving it persistent access to your home directory; (2) verify jq is installed; (3) inspect the scripts yourself if you want extra assurance (they contain only local file IO and rendering logic, no network calls); and (4) remove ~/.openclaw/workspace/buddy-state.json and the skill directory if you decide to uninstall.Like a lobster shell, security has layers — review code before you run it.
latestvk97cy7k382f4vn4rb87xxxb4hh845381
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🐾 Clawdis
Binsbash, jq
