← Back to Skills Marketplace
108
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install story-relay
Description
故事接龙 - 多人协作创作,AI智能续写,支持图文生成
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install story-relay - After installation, invoke the skill by name or use
/story-relay - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
完整版发布:支持8种故事风格、多人协作、AI续写
v1.0.0
Story Relay 1.0.0 初始发布
- 支持多人协作创作故事,AI自动续写,保证故事连贯性
- 图文生成,自动插入插图增强故事体验
- 完善的故事管理(多故事并行、自动保存、主题和风格自定义)
- 丰富命令集,涵盖故事创建、续写、切换、风格设定等功能
- 可添加角色、场景,支持情节分支
- 内置最佳实践建议与常见问题解答
Metadata
Frequently Asked Questions
What is 故事接龙?
故事接龙 - 多人协作创作,AI智能续写,支持图文生成. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install 故事接龙?
Run "/install story-relay" 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 yansocool (@yansocool); the current version is v2.0.0.
More Skills