← Back to Skills Marketplace
359
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ramboxie-claw-rpg
Description
D&D-style RPG system for AI lobsters that auto-generates characters, tracks XP from conversations, manages leveling and prestige, and provides a web dashboard.
Usage Guidance
Do not install or wire this skill into your agents unless you can obtain and review the missing code. The SKILL.md expects Node scripts, a dashboard, and local data files that are not included — which means you would have to download code from elsewhere. Before proceeding, ask the publisher for the source repository (git URL or release), review all scripts for network calls, filesystem writes, and child_process/exec usage, and confirm what SOUL.md and MEMORY.md contain (they may hold private data). If you want the feature, prefer a published package with a clear install path and a public source repo you can audit; avoid running unreviewed node scripts in production or attaching them to reply pipelines or heartbeat processes until reviewed.
Capability Analysis
Type: OpenClaw Skill
Name: ramboxie-claw-rpg
Version: 0.1.1
The 'claw-rpg' skill requests high-risk capabilities including persistence via cron jobs (setup-cron.mjs) and access to sensitive agent identity and memory files (SOUL.md, MEMORY.md). It also instructs the agent to execute a script (easter.mjs) after every user interaction to modify responses. While these features are framed as RPG mechanics, the combination of automated persistence, continuous execution, and access to core agent data creates a significant attack surface for potential data exfiltration or unauthorized background activity.
Capability Assessment
Purpose & Capability
The description promises an automated Node.js character system, web dashboard, and several scripts (init.mjs, easter.mjs, xp.mjs, setup-cron.mjs, etc.), but the skill package contains no code files or install spec. A functioning implementation would need those scripts, an npm project for the dashboard, and references — their absence is a major mismatch.
Instruction Scope
Runtime instructions explicitly tell the agent to read local files (SOUL.md, MEMORY.md), run node scripts after each reply (easter.mjs), update character.json/arena-history.json, and optionally execute child_process/execSync for XP sync. Those operations read and write local data and execute arbitrary local code; the SKILL.md also instructs integration into the reply pipeline, which can change outgoing messages. The instructions access files that are not declared elsewhere in the skill metadata and may contain sensitive content.
Install Mechanism
There is no install specification and no code files. Yet the instructions assume a Node/npm project and multiple scripts exist. That mismatch means the skill as distributed cannot operate without obtaining code from an external source — which is not provided or specified — increasing risk if the user downloads an unknown archive to satisfy the instructions.
Credentials
The skill declares no required environment variables or credentials (good), but instructs reading SOUL.md and MEMORY.md and writing character/config JSON files. Those files can contain private or sensitive data. It also references an optional Telegram config (chat id) and suggests using execSync from host code, which involves executing local commands that could be abused if inputs are not tightly controlled. The declared env/config surface is small, but actual instructions reach into local files and execute code.
Persistence & Privilege
always:false and no special privileges are requested. The SKILL.md recommends frequent invocation (after each reply or via cron), but that is a usage pattern rather than a platform-level persistence flag. Autonomous invocation remains possible (platform default).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ramboxie-claw-rpg - After installation, invoke the skill by name or use
/ramboxie-claw-rpg - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- English README rewrite with streamlined instructions and clear separation of features.
- Added documentation for new "easter egg" system: hidden RPG flavor text triggered during conversations with probability and milestone guarantees.
- Updated integration steps for both the easter egg trigger and daily greeting systems.
- Clarified file descriptions and usage, and improved formatting for better readability.
- Deprecated inline Chinese documentation in favor of a concise, accessible structure for all users.
v0.1.0
Claw RPG 0.1.0 - Initial Release
- Introduces a D&D-style RPG character system for AI lobster assistants.
- Automatically generates a character sheet and assigns class and stats from SOUL.md and MEMORY.md.
- Tracks XP from token usage, supports leveling from 1 to 999, and features a prestige (rebirth) system.
- Provides terminal commands for character initialization, XP syncing, leveling, and a daily RPG-style self-introduction.
- Includes a web dashboard to view character stats and history.
- Offers guidance on integrating XP sync with OpenClaw or heartbeat systems.
Metadata
Frequently Asked Questions
What is RAMBOXIE Claw Rpg?
D&D-style RPG system for AI lobsters that auto-generates characters, tracks XP from conversations, manages leveling and prestige, and provides a web dashboard. It is an AI Agent Skill for Claude Code / OpenClaw, with 359 downloads so far.
How do I install RAMBOXIE Claw Rpg?
Run "/install ramboxie-claw-rpg" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RAMBOXIE Claw Rpg free?
Yes, RAMBOXIE Claw Rpg is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RAMBOXIE Claw Rpg support?
RAMBOXIE Claw Rpg is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RAMBOXIE Claw Rpg?
It is built and maintained by RAMBOXIE (@ramboxie); the current version is v0.1.1.
More Skills