← 返回 Skills 市场
yansocool

个人RPG

作者 yansocool · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-rpg
功能描述
个人RPG系统 - 将日常变成游戏,完成任务获得经验值,升级解锁新能力
安全使用建议
This skill appears to be a local CLI-based personal RPG that stores data as JSON under the agent workspace. Before installing, be aware it will create and update files in /root/.openclaw/workspace/personal-rpg (SKILL.md also refers to ~/.openclaw/workspace). If you already have data at that path, back it up. Review the full index.js (the repository contains the full source) to confirm there are no hidden network calls or subprocess executions in parts of the file not shown here. If you prefer the agent not to write files to the root workspace, consider modifying the code to use a different directory or require explicit confirmation before writing.
功能分析
Type: OpenClaw Skill Name: personal-rpg Version: 1.0.0 The 'personal-rpg' skill is a gamified task management system that tracks user progress, levels, and achievements. The implementation in index.js uses standard Node.js file system operations to manage local JSON data within a designated workspace directory (/root/.openclaw/workspace/personal-rpg) and contains no network activity, shell execution, or access to sensitive system files.
能力评估
Purpose & Capability
Name/description (personal RPG) match the code and SKILL.md: the implementation manipulates character, tasks, achievements, and stats stored in a workspace directory. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and README show user-facing commands and describe storing files under ~/.openclaw/workspace/personal-rpg. The code uses a hardcoded WORKSPACE = '/root/.openclaw/workspace' and performs only local filesystem reads/writes. Minor inconsistencies: SKILL.md uses Chinese natural-language commands while README/CLI examples use node index.js <command>, and the tilde (~) path vs the code's explicit /root path differ; these are usability issues but not evidence of malicious scope creep.
Install Mechanism
No install specification or external downloads. This is an instruction/code-only skill with no package fetches or archive extraction.
Credentials
The skill requires no environment variables or external credentials. It only creates/reads JSON files in its workspace directory, which is proportionate to its stated purpose.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It writes files under its own workspace path and does not modify other skills' configs or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install personal-rpg
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /personal-rpg 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布:角色系统、任务系统、成就系统
元数据
Slug personal-rpg
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

个人RPG 是什么?

个人RPG系统 - 将日常变成游戏,完成任务获得经验值,升级解锁新能力. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 个人RPG?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-rpg」即可一键安装,无需额外配置。

个人RPG 是免费的吗?

是的,个人RPG 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

个人RPG 支持哪些平台?

个人RPG 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 个人RPG?

由 yansocool(@yansocool)开发并维护,当前版本 v1.0.0。

💬 留言讨论