openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 龙虾文游系统

智能文字游戏生成系统,支持自定义剧本,自由互动剧情,精美文字排版

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 133 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:810722796-lgtm/text-adventure-game-skill

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill is a local text-adventure engine that is coherent with its stated game purpose, but its documentation and marketing overstate 'intelligent'/LLM-driven parsing and dynamic generation while the shipped code implements only simple, local rule-based parsing and responses; also it writes save files to disk (game_saves).

目的

Name/description claim an '智能' LLM-driven parser and fully dynamic generation. The repository actually contains a self-contained Python engine (game_engine.py) that performs simple line-based script loading, basic pattern matching, and canned responses. The README shows an example of how a developer could integrate an LLM (OpenAI) but no network/LLM integration is present by default. This is an overstatement of built-in capability rather than an outright mismatch (functionality is appropriate for a text-adventure skill, but the 'intelligent' claims are exaggerated).

说明范围

SKILL.md and README describe only game interactions (start game, save/load, status, help) and expected inputs. The runtime instructions do not ask the agent to read unrelated system files, network endpoints, or secrets. The README includes an optional example for adding OpenAI calls, but that is not invoked by the shipped code or declared as required.

安装机制

No install spec is provided (instruction-only skill with included source). There are no downloads from external URLs or package installs. The skill includes local Python code that would run in the agent environment if executed, but nothing is pulled from remote hosts at install time.

证书

The skill requests no environment variables or credentials. The README contains an example snippet to integrate OpenAI (which would require API credentials if a user or integrator adds it), but the shipped code does not access external credentials.

持久

The engine creates and writes files under a local 'game_saves' directory for save/load functionality. always is false and the skill does not request system-level privileges. Persisting user-provided scripts and history to disk is expected for a game but is a persistence surface to be aware of (saves may contain user input).

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「龙虾文游系统」。简介:智能文字游戏生成系统,支持自定义剧本,自由互动剧情,精美文字排版。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/810722796-lgtm/text-adventure-game-skill/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: 文字冒险游戏大师
description: 智能文字游戏生成系统,支持自定义剧本,自由互动剧情,精美文字排版
version: 1.0.0
author: AutoClaw
categories: ["游戏", "娱乐", "交互式"]
---

# 文字冒险游戏大师技能

## 核心功能
1. 🎭 **自定义剧本解析**:智能解析用户输入的任意格式剧本,自动提取人物、场景、道具、剧情分支
2. 🔄 **自由互动系统**:完全开放式互动,玩家可以输入任何行动,系统动态生成剧情回应
3. 🎨 **精美排版输出**:每次回复都采用结构化精美排版,支持标题、引用、列表、高亮、分隔线等格式
4. 💾 **智能进度管理**:自动保存游戏进度,支持存档、读档、快速回溯、重新开始
5. 🎯 **多分支剧情**:根据玩家选择动态生成不同剧情线,支持多结局设计
6. ⚙️ **游戏机制支持**:内置属性系统、物品系统、战斗系统、好感度系统等常用游戏机制

## 使用方法
### 开始新游戏
```
创建文字游戏,剧本:
[你的剧本内容]
```
或者直接说:"开始文字游戏,主题是[你的主题]"

### 游戏中操作
- 直接输入你的行动/选择/对话
- 输入「存档」保存当前进度
- 输入「读档」读取最近存档
- 输入「状态」查看当前属性、物品、任务
- 输入「重新开始」重置游戏
- 输入「退出」结束游戏
- 输入「帮助」查看操作说明

## 排版特色
### 剧情展示格式
```
🏷️ 【当前场景】:幽暗的森林入口
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌲 你站在古老森林的入口,四周被浓密的雾气笼罩,阳光勉强透过树叶洒下斑驳的光影。
脚下的小径铺满了腐烂的落叶,发出沙沙的声响。远处隐约传来奇怪的叫声,不知道是什么生物。

🎒 你的物品:
  ✅ 生锈的铁剑
  ✅ 3个面包
  ✅ 1瓶治疗药水

📊 当前状态:
  ❤️ 生命值:100/100
  ⚡ 体力:80/80
  🌟 经验:0/100
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔹 你可以选择:
  1. 沿着小径深入森林
  2. 在附近搜索一下有没有有用的东西
  3. 先回到最近的村庄补给
```

### 特色排版元素
- 场景标题带 emoji 标识,清晰醒目
- 剧情内容分段展示,重点内容高亮
- 分隔线区分不同功能区域
- 物品、状态使用列表展示,一目了然
- 选项带编号,方便选择
- 重要提示使用引用格式
- 战斗、对话等特殊场景有专属排版样式

## 剧本格式要求
剧本可以是任意格式的文字,包含以下内容即可:
- 游戏背景设定
- 人物介绍
- 初始场景
- 可选的剧情分支提示
- 特殊规则说明

系统会自动解析并生成完整的游戏逻辑。