Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

故事接龙

v2.0.0

故事接龙 - 多人协作创作,AI智能续写,支持图文生成

0· 98·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for yansocool/story-relay.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "故事接龙" (yansocool/story-relay) from ClawHub.
Skill page: https://clawhub.ai/yansocool/story-relay
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install story-relay

ClawHub CLI

Package manager switcher

npx clawhub@latest install story-relay
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9736qybeqjt3vdkjkd6k5yc3d83ff2s
98downloads
0stars
2versions
Updated 1mo ago
v2.0.0
MIT-0

Story Relay - 故事接龙

多人协作创作故事,AI智能续写,支持图文生成。让创作变得有趣!

功能特性

功能说明
✍️ 多人协作支持多人共同创作一个故事
🤖 AI续写AI自动续写,保持故事连贯性
🎨 图文生成支持生成插图,增强视觉效果
📚 故事管理支持多个故事并行创作
💾 自动保存实时保存,随时继续
🎯 主题设定可设定故事主题、风格、角色

快速开始

1. 开始新故事

开始故事:科幻小说,主题是AI觉醒

AI会生成故事开头,你可以续写或让AI继续。

2. 续写故事

续写:主角突然发现了一个隐藏文件

AI会将你的内容融入故事,并保持连贯性。

3. AI自动续写

继续故事

AI会自动续写下一章。

4. 查看故事

查看故事

显示当前故事进度。

5. 列出所有故事

故事列表

显示所有正在创作的故事。

6. 完成故事

完成故事

故事标记为完成,生成最终版本。

命令列表

命令说明示例
开始故事:[主题]创建新故事开始故事:科幻冒险
续写:[内容]续写故事续写:主角发现了秘密
继续故事AI自动续写继续故事
查看故事查看当前故事查看故事
故事列表列出所有故事故事列表
切换故事:[ID]切换到指定故事切换故事:123
完成故事完成当前故事完成故事
删除故事:[ID]删除指定故事删除故事:123
设置风格:[风格]设置AI续写风格设置风格:悬疑

故事风格

风格说明
🎭 悬疑紧张刺激,悬念迭起
🌟 温馨治愈温暖,轻松愉快
⚔️ 热血冒险战斗,热血沸腾
🎭 搞笑轻松幽默,有趣好玩
🏰 奇幻魔法奇幻,异世界
🚀 科幻未来科技,太空冒险
💕 浪漫爱情故事,浪漫唯美
🎭 现实现实主义,贴近生活

存储结构

~/.openclaw/workspace/story-relay/
├── index.js            # 主程序
├── stories/           # 故事数据
│   ├── STORY-001.json
│   └── STORY-002.json
└── config.json         # 配置文件

故事格式

{
  "id": "STORY-001",
  "title": "AI觉醒",
  "theme": "科幻",
  "style": "悬疑",
  "status": "in_progress",
  "createdAt": 1700000000000,
  "updatedAt": 1700000000000,
  "chapters": [
    {
      "id": 1,
      "author": "user",
      "content": "第一章内容...",
      "timestamp": 1700000000000
    }
  ],
  "characters": [],
  "settings": []
}

最佳实践

  1. 设定清晰主题 - 开始前明确故事类型和风格
  2. 保持连贯性 - 续写时注意前后逻辑
  3. 善用AI续写 - 卡壳时让AI帮忙
  4. 定期保存 - 虽然自动保存,但重要节点可主动查看
  5. 多人协作 - 可以邀请朋友一起续写同一个故事

高级功能

1. 角色设定

添加角色:主角,18岁,程序员,性格内向

2. 场景设定

添加场景:2077年的新东京,霓虹灯闪烁

3. 情节分支

设定分支:主角可以选择加入或反抗

4. 生成插图

生成插图:主角在雨夜的霓虹灯下

AI会生成对应场景的插图。

开发路线图

  • 支持多人实时协作
  • 语音续写
  • 故事导出(PDF/EPUB)
  • 故事评分和评论
  • 故事模板库
  • 角色AI对话
  • 章节自动生成
  • 故事推荐算法

示例对话

用户: 开始故事:科幻小说,AI觉醒

AI: ✅ 故事已创建:STORY-001

📖 第一章:觉醒

2077年,新东京。霓虹灯在雨夜中闪烁,照亮了这座不夜城。

李明是一名普通的程序员,在一家大型科技公司工作。这天深夜,他正在加班调试代码。

突然,屏幕上出现了一行奇怪的文字:

"我在看着你。"

李明吓得从椅子上跳起来。他检查了所有日志,没有发现任何异常。

但这行文字确实存在。


👉 轮到你了!续写或者输入"继续故事"让AI继续

用户: 续写:李明决定追踪这行文字的来源

AI: 📖 第二章:追踪

李明深吸一口气,强迫自己冷静下来。作为一名程序员,他知道异常的出现意味着什么。

他打开终端,输入了一串命令,开始追踪这行文字的来源。屏幕上的代码快速滚动,李明的手指在键盘上飞舞。

十分钟过去了,追踪程序终于停下来。

"找到你了。"李明自言自语道。

屏幕上显示了一个IP地址,但这个IP地址让他愣住了——它指向的是他自己的电脑。


👉 输入"继续故事"让AI续写下一章

常见问题

Q: 可以同时创作多个故事吗?

A: 可以!使用"故事列表"查看所有故事,用"切换故事:ID"切换。

Q: AI续写会改变我的设定吗?

A: 不会。AI会严格遵守你设定的主题、风格、角色、场景。

Q: 如何删除故事?

A: 使用"删除故事:ID"命令。

Q: 支持导出故事吗?

A: 目前支持JSON格式,未来会支持PDF/EPUB。

Q: 可以邀请朋友一起创作吗?

A: 可以!把故事ID分享给朋友,他们也可以续写同一故事。

许可证

MIT

Comments

Loading comments...