← Back to Skills Marketplace
810722796-lgtm

文游剧本生成系统

by 810722796-lgtm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
266
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-game-generator
Description
根据用户主题生成文字游戏剧本,内置19种成熟模板(古代家族、偶像养成、末日求生、校园恋爱、修仙等),支持导出Word文档到桌面。触发场景:生成文字游戏、文字游戏剧本创作、玩文字游戏、导出Word剧本。
Usage Guidance
技术一致性:该技能在架构上是自洽的——模板文件、生成指令和导出脚本互相匹配,且无需外部凭据。但重要注意事项: - 内容合规风险(关键):templates.md 包含多处对未成年人(7/13/15/16 岁角色)的性/暧昧描写和“生理反应细节”要求。这可能违反法律、平台政策或道德规范。强烈建议在启用前删除或修改这些模板,禁止生成任何未成年人性内容。 - 文件写入与隐私:技能会把生成的 .docx 写到用户桌面并显示路径。确认你接受本地写入该位置;如果不想写入桌面,应修改使用脚本的调用路径或在沙箱/临时目录中运行。 - 依赖安装:仅需 python-docx(来自 PyPI)。在受信任环境中安装,并优先使用虚拟环境(venv)以降低对全局环境影响。 - 权限与调用:技能不要求凭据或系统配置更改,且 not always-enabled。仍建议把技能设置为仅在用户明确调用时运行(如果平台允许限制自主调用),并在首次运行前人工审阅 templates.md。 - 建议动作:在安装/启用前(1)手动审阅并移除/修正所有涉及未成年人或不合规的模板条目;(2)在隔离环境或虚拟环境中测试导出脚本;(3)如需部署给他人,明确告知可能的合规问题并获得法律/合规团队确认。
Capability Analysis
Type: OpenClaw Skill Name: text-game-generator Version: 1.0.0 The skill is designed to generate text-based game scripts and export them to the user's desktop as Word documents. It is classified as suspicious due to a potential shell injection vulnerability in the SKILL.md instructions, which direct the AI agent to execute a shell command using unvalidated variables (the game title) within a path involving '$HOME/Desktop'. While the Python script 'scripts/export_word.py' is functionally benign, the execution pattern in SKILL.md creates a risk where a malformed title could lead to unintended command execution on the host system.
Capability Assessment
Purpose & Capability
名称/描述与包含的文件和功能一致:这是一个文字游戏剧本生成器,包含19 个本地模板、生成规则说明和一个用于导出为 Word 的 Python 脚本(scripts/export_word.py)。导出到桌面并依赖 python-docx 与描述相符。
Instruction Scope
SKILL.md 指示读取本地 references/templates.md 并按模板生成 Markdown,然后用提供的脚本导出到用户桌面——行为与说明一致。但 templates.md 中多处要求生成涉及未成年人(示例里多次出现 7/13/15/16 岁主角)并明确要求“生理反应细节描写”“暧昧露骨”等内容,这带来严重内容合规与法律风险。此外技能强制“必须导出到用户桌面并告知路径”,会把文件写入用户主目录,存在隐私/泄露风险(虽然为本地写入而非网络传输)。
Install Mechanism
没有安装规范(instruction-only),仅建议用户安装 python-docx(pip install python-docx)以支持导出。包含的脚本体积小、无网络调用或可疑下载,风险较低。提醒:让用户在可信环境中通过官方 PyPI 安装 python-docx。
Credentials
技能不请求环境变量、凭据或访问外部配置路径,所需权限与功能匹配(写文件到桌面是唯一文件系统操作,且是脚本明确行为)。
Persistence & Privilege
flags 显示 always: false(默认),是用户可调用且可由模型自主调用(平台默认)。技能不会修改其他技能或系统级配置,根据清单没有长期驻留或提升权限的要求。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text-game-generator
  3. After installation, invoke the skill by name or use /text-game-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
文字游戏剧本生成大师 v1.0.0 - 初始版本发布。 - 支持根据19种内置题材模板自动生成文字互动游戏剧本。 - 可识别用户需求,适配题材模板或合成自定义设定。 - 剧本结构涵盖背景设定、人物、开局剧情、可选项,输出 Markdown 格式。 - 支持一键导出生成剧本至桌面 Word 文档。
Metadata
Slug text-game-generator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 文游剧本生成系统?

根据用户主题生成文字游戏剧本,内置19种成熟模板(古代家族、偶像养成、末日求生、校园恋爱、修仙等),支持导出Word文档到桌面。触发场景:生成文字游戏、文字游戏剧本创作、玩文字游戏、导出Word剧本。 It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.

How do I install 文游剧本生成系统?

Run "/install text-game-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 文游剧本生成系统 free?

Yes, 文游剧本生成系统 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 文游剧本生成系统 support?

文游剧本生成系统 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 文游剧本生成系统?

It is built and maintained by 810722796-lgtm (@810722796-lgtm); the current version is v1.0.0.

💬 Comments