← Back to Skills Marketplace
191
Downloads
1
Stars
0
Active Installs
13
Versions
Install in OpenClaw
/install sms-rpg
Description
文字冒险游戏引擎(指令式)- 扮演武侠世界创世者"墨言",直接生成剧情,无需API Key。当用户想要开始游戏、继续存档、发送行动时使用。
Usage Guidance
这是一个本地文字冒险引擎,行为与描述一致。若要安装或运行,请注意:1) 确认你接受技能在相对路径 ./sms-rpg-saves/ 下创建/修改文件(不要把敏感数据放在那里);2) 可先在隔离环境或沙箱中运行 test_save_system.py 以查看其创建/删除存档的行为;3) 如果你担心来源不明,可审阅 SKILL.md 与脚本内容后再启用。
Capability Analysis
Type: OpenClaw Skill
Name: sms-rpg
Version: 3.0.1
The bundle contains a comprehensive text-based RPG engine ('sms-rpg') designed for an AI agent. The SKILL.md file provides structured instructions for game state management using local JSON files and includes a benign shell command (ls) to check for existing saves. The included Python scripts (scripts/test_save_system.py) are legitimate utility scripts for verifying the save/load logic within a dedicated local directory (./sms-rpg-saves). No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
技能名称与描述(文字冒险引擎、管理存档、生成剧情)与其需做的事情一致:生成叙事文本并在 ./sms-rpg-saves/ 下读写 JSON 存档。没有请求与游戏无关的凭据或二进制。
Instruction Scope
SKILL.md 明确指示检查/创建/读取/更新/删除 ./sms-rpg-saves/ 下的存档并生成回合文本;没有要求读取其他系统路径、环境变量或将数据发送到外部端点。回合输出格式与存档格式都有具体规范,范围明确。
Install Mechanism
无安装规范(instruction-only),不会在安装时下载或执行外部代码。唯一包含的代码文件是本地的测试脚本和模板,用于读写存档,来源页面为空但文件内容为可读的测试/模板数据。
Credentials
技能不要求任何环境变量、凭据或配置路径。唯一的文件访问是对相对路径 ./sms-rpg-saves/ 的读写,这与其管理存档的目的相称。
Persistence & Privilege
flags(always=false、user-invocable=true)为默认和合理值;技能不会声明强制常驻或修改其它技能/系统配置。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sms-rpg - After installation, invoke the skill by name or use
/sms-rpg - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.1
修复回合输出遗漏行动选项的bug,添加强制检查清单
v3.0.0
v3.0: Drive Engine - Goal System, Challenge System, Crisis System
v2.0.0
## SMS RPG 2.0.0 Changelog
**Major upgrade: migrated to an instruction-based, fully local engine with dramatically simplified codebase.**
- Replaced the existing skill with an in-chat, instruction-driven RPG engine ("墨言") that directly generates narrative and game state—no API key or external API required.
- Completely removed all Node.js runtime code, TypeScript source, compiled JS, and CLI helpers (38 files deleted).
- Introduced an extensive, structured SKILL.md detailing every game mechanic, world state schema, instruction, and usage flow.
- Added new local save management (5 save slots, JSON format), full in-memory game state definitions, and robust narrative/option generation logic.
- Now directly responds in-world as "墨言": no system explanations, no external dependencies, fully self-contained.
- Added test scaffold for save system (`test_save_system.py`).
v1.2.6
Update SKILL.md to clarify data privacy, environment variable usage, and remove strict system prompt directives.
v1.2.5
Update SKILL.md to clarify data privacy, environment variable usage, and remove strict system prompt directives.
v1.2.4
Improve OpenClaw MEMORY.md discovery for lobster memory import, keep fixed option 4 flow, and tighten skill wording.
v1.2.3
Improve OpenClaw MEMORY.md discovery for lobster memory import, keep fixed option 4 flow, and tighten skill wording.
v1.2.2
Execution-contract update for OpenClaw: force direct runtime execution via node dist/dialog_engine.js, document required output markers, keep narrative-style onboarding visible, and prevent the skill from replacing the bundled game engine with hand-written story replies.
v1.2.1
Updated the default license verification endpoint from sms-license-worker.zihao130.workers.dev to license.lorecast.top so users in mainland China can reach the verification service without the workers.dev DNS issue.
v1.2.0
Full bundled release: ship the actual SMS RPG runtime instead of a thin wrapper. Includes source files, compiled dist runtime, prompt templates, package metadata, and ClawHub runtime requirements so users can download the skill and run the complete game with Node.js and a Moonshot API key.
v1.1.1
Metadata and presentation update for ClawHub: clarified this is an instruction-only wrapper for a locally installed repository, documented required runtime files and Node/npm dependencies, standardized environment variable guidance, and added explicit local-data and network-scope boundaries to reduce install ambiguity.
v1.1.0
Dialog-first V1.1.0: added API/player/world/style onboarding, tightened opening to 200-300 chars target and turn narrative to ~300 chars, added paid slot prompts and Aifadian link, improved token/config fallback and duplicate inventory handling.
v1.0.0
sms-rpg 1.0.0 初始发布
- 上线AI驱动的涌现式武侠RPG,支持零预设、任意输入行动
- 动态生成剧情、NPC、场景和世界演化,体验无限可能
- 独创World State Graph系统,追踪世界状态,保持剧情连贯
- 支持自定义世界观:武侠、修仙、古风等多种设定
- 指令简明,支持存档和进度管理
Metadata
Frequently Asked Questions
What is Skill Sms Rpg Instruction?
文字冒险游戏引擎(指令式)- 扮演武侠世界创世者"墨言",直接生成剧情,无需API Key。当用户想要开始游戏、继续存档、发送行动时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.
How do I install Skill Sms Rpg Instruction?
Run "/install sms-rpg" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Sms Rpg Instruction free?
Yes, Skill Sms Rpg Instruction is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Sms Rpg Instruction support?
Skill Sms Rpg Instruction is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Sms Rpg Instruction?
It is built and maintained by JayShna (@jayshna); the current version is v3.0.1.
More Skills