← 返回 Skills 市场
108
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install story-relay
功能描述
故事接龙 - 多人协作创作,AI智能续写,支持图文生成
安全使用建议
This skill appears to be a local CLI that saves stories to a workspace folder and uses simple template-based 'AI' text generation locally. However, its description and SKILL.md advertise collaboration and image generation features that are not implemented in the included code. Before installing or using it, consider: 1) If you need real multiplayer collaboration or image/AI model integration, this skill does not provide those — it may be an early or incomplete implementation. 2) The skill writes files under /root/.openclaw/workspace/story-relay (or ~/.openclaw/workspace); ensure you are comfortable with it creating and modifying files there and run it in a non-sensitive or sandboxed environment if unsure. 3) Review the remainder of index.js (the file was truncated in the package) to confirm there are no hidden network calls or external endpoints. 4) If you expect real AI or image generation, ask the author for details on where models/APIs are called and what credentials (if any) will be required.
功能分析
Type: OpenClaw Skill
Name: story-relay
Version: 2.0.0
The story-relay skill is a local collaborative storytelling tool that manages story data in JSON files within the user's workspace. The code in index.js implements basic file-based CRUD operations (create, read, update, delete) for story chapters using built-in Node.js modules. While the tool lacks strict input sanitization for story IDs (a minor path traversal vulnerability), there is no evidence of malicious intent, data exfiltration, or harmful prompt injection; the behavior is entirely consistent with the stated purpose of a creative writing aid.
能力评估
Purpose & Capability
The name/description promise '多人协作', 'AI智能续写', and '图文生成', but the shipped index.js implements only local, deterministic story templates and filesystem storage with no networking, no AI/model API calls, and no image generation. The advertised collaborative and image-generation capabilities are not present in the code.
Instruction Scope
SKILL.md instructs typical local commands (start/续写/继续/etc.) and references a workspace path for storage. Those instructions match the observed CLI behavior. Minor mismatch: SKILL.md shows '~/.openclaw/workspace/story-relay' while index.js uses '/root/.openclaw/workspace/story-relay' — effectively the same for a root-run environment but worth checking for non-root installs. The docs imply sharing/collaboration but provide no mechanism; that is scope creep in the description rather than in the runtime instructions.
Install Mechanism
No install spec; code is instruction/CLI based. There is no network/download during install and no external packages required beyond Node runtime. This is low-risk from an install perspective.
Credentials
The skill requests no environment variables, no credentials, and no special config paths beyond writing to a local workspace directory. For a local story tool, this is proportionate.
Persistence & Privilege
always:false and no special privileges. The skill writes and reads files only under its workspace directory; it does not modify other skills or system-wide configs in the visible code. This is a common, limited persistence model for a CLI skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install story-relay - 安装完成后,直接呼叫该 Skill 的名称或使用
/story-relay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
完整版发布:支持8种故事风格、多人协作、AI续写
v1.0.0
Story Relay 1.0.0 初始发布
- 支持多人协作创作故事,AI自动续写,保证故事连贯性
- 图文生成,自动插入插图增强故事体验
- 完善的故事管理(多故事并行、自动保存、主题和风格自定义)
- 丰富命令集,涵盖故事创建、续写、切换、风格设定等功能
- 可添加角色、场景,支持情节分支
- 内置最佳实践建议与常见问题解答
元数据
常见问题
故事接龙 是什么?
故事接龙 - 多人协作创作,AI智能续写,支持图文生成. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 故事接龙?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install story-relay」即可一键安装,无需额外配置。
故事接龙 是免费的吗?
是的,故事接龙 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
故事接龙 支持哪些平台?
故事接龙 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 故事接龙?
由 yansocool(@yansocool)开发并维护,当前版本 v2.0.0。
推荐 Skills