← 返回 Skills 市场
359
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ramboxie-claw-rpg - 安装完成后,直接呼叫该 Skill 的名称或使用
/ramboxie-claw-rpg触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。
如何安装 RAMBOXIE Claw Rpg?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ramboxie-claw-rpg」即可一键安装,无需额外配置。
RAMBOXIE Claw Rpg 是免费的吗?
是的,RAMBOXIE Claw Rpg 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
RAMBOXIE Claw Rpg 支持哪些平台?
RAMBOXIE Claw Rpg 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RAMBOXIE Claw Rpg?
由 RAMBOXIE(@ramboxie)开发并维护,当前版本 v0.1.1。
推荐 Skills