← 返回 Skills 市场
jayshna

Skill Sms Rpg Instruction

作者 JayShna · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ 安全检测通过
191
总下载
1
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install sms-rpg
功能描述
文字冒险游戏引擎(指令式)- 扮演武侠世界创世者"墨言",直接生成剧情,无需API Key。当用户想要开始游戏、继续存档、发送行动时使用。
安全使用建议
这是一个本地文字冒险引擎,行为与描述一致。若要安装或运行,请注意:1) 确认你接受技能在相对路径 ./sms-rpg-saves/ 下创建/修改文件(不要把敏感数据放在那里);2) 可先在隔离环境或沙箱中运行 test_save_system.py 以查看其创建/删除存档的行为;3) 如果你担心来源不明,可审阅 SKILL.md 与脚本内容后再启用。
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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)为默认和合理值;技能不会声明强制常驻或修改其它技能/系统配置。
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sms-rpg
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sms-rpg 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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系统,追踪世界状态,保持剧情连贯 - 支持自定义世界观:武侠、修仙、古风等多种设定 - 指令简明,支持存档和进度管理
元数据
Slug sms-rpg
版本 3.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 13
常见问题

Skill Sms Rpg Instruction 是什么?

文字冒险游戏引擎(指令式)- 扮演武侠世界创世者"墨言",直接生成剧情,无需API Key。当用户想要开始游戏、继续存档、发送行动时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。

如何安装 Skill Sms Rpg Instruction?

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

Skill Sms Rpg Instruction 是免费的吗?

是的,Skill Sms Rpg Instruction 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Sms Rpg Instruction 支持哪些平台?

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

谁开发了 Skill Sms Rpg Instruction?

由 JayShna(@jayshna)开发并维护,当前版本 v3.0.1。

💬 留言讨论