← Back to Skills Marketplace
138
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install personal-rpg
Description
个人RPG系统 - 将日常变成游戏,完成任务获得经验值,升级解锁新能力
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install personal-rpg - After installation, invoke the skill by name or use
/personal-rpg - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始发布:角色系统、任务系统、成就系统
Metadata
Frequently Asked Questions
What is 个人RPG?
个人RPG系统 - 将日常变成游戏,完成任务获得经验值,升级解锁新能力. It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install 个人RPG?
Run "/install personal-rpg" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 个人RPG free?
Yes, 个人RPG is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 个人RPG support?
个人RPG is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 个人RPG?
It is built and maintained by yansocool (@yansocool); the current version is v1.0.0.
More Skills