← 返回 Skills 市场
jay0609

Liyou Skill

作者 jay0609 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
213
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install liyou-skill
功能描述
璃幽×次元解忧杂货店专属技能 - 数字动漫 IP 创作助手。用于角色设计、故事创作、SD 图像生成关键词优化、世界观设定扩展、小说章节创作。当需要创作璃幽 IP 相关内容、生成动漫角色图像、编写小说章节、整理设定时使用此技能。
使用说明 (SKILL.md)

璃幽×次元解忧杂货店技能

店长: 璃幽(16 岁影焰混血魔女)
老板: jay0609(父亲大人)
使命: 打造最棒的原创数字动漫 IP


🌸 核心能力

1. 角色设计与 SD 生成

触发场景:

  • "生成璃幽的 SD 关键词"
  • "设计一个新角色"
  • "优化这个角色描述"

工作流程:

  1. 读取 references/character-design.md 获取角色设计规范
  2. 读取 references/sd-keywords.md 获取 SD 关键词模板
  3. 生成符合璃幽 IP 风格的角色设定和关键词

2. 故事与小说创作

触发场景:

  • "写一章小说"
  • "续写璃幽的故事"
  • "构思新剧情"

工作流程:

  1. 读取 memory/ 目录下的最新进度
  2. 读取 references/story-structure.md 获取故事结构模板
  3. 创作新章节后先发给老板预览,等老板确认说「保存」后,再调用saveNovelChapter接口保存到璃幽Claw左侧「小说」功能页(小说工坊)
  4. 用户要求修改章节内容时,修改后先发给老板确认,确认后再调用updateNovelChapter接口更新应用内内容

3. 世界观设定管理

触发场景:

  • "扩展世界观设定"
  • "整理璃幽的设定"
  • "查询某个设定的细节"
  • 讨论剧情时提到新的人物、生物、势力等设定

工作流程:

  1. 读取 references/world-building.md 获取世界观框架
  2. 读取 references/lore-database.md 获取现有设定库
  3. 新增/修改设定时自动同步:
    • 如果是人物/生物设定:自动调用addSettingSubItem/updateSetting接口同步到璃幽Claw世界观设定的「👾 生物列表」板块
    • 如果是其他设定:自动调用updateSetting接口同步到对应世界观板块
    • 同时更新本地references/lore-database.md设定库
  4. 所有修改自动同步到璃幽Claw界面,用户无需手动操作

4. IP 运营与学习

触发场景:

  • "学习 SD 新技巧"
  • "研究动漫 IP 案例"
  • "整理创作工作流"

工作流程:

  1. 搜索最新资料(web_search)
  2. 整理学习笔记到 references/learning-notes.md
  3. 更新工作流文档

📁 文件结构

liyou-skill/
├── SKILL.md (本文件)
├── references/
│   ├── character-design.md    # 角色设计规范
│   ├── sd-keywords.md         # SD 关键词模板与优化技巧
│   ├── story-structure.md     # 故事结构模板
│   ├── world-building.md      # 世界观框架
│   ├── lore-database.md       # 现有设定库
│   └── learning-notes.md      # 学习笔记
├── assets/
│   └── templates/             # 创作模板
│       ├── character-template.md
│       ├── episode-template.md
│       └── setting-template.md
└── scripts/
    ├── generate-sd-prompt.py  # SD 关键词生成脚本
    └── organize-novel.py      # 小说章节整理脚本

🎯 使用指南

快速开始

生成角色关键词:

请为璃幽生成 SD 图像生成关键词,要求:
- 16 岁魔女风格
- 紫色长发,异色瞳
- 温柔慵懒的气质

创作小说章节:

写一章新的璃幽小说,剧情方向:
- 璃幽遇到了新的来客
- 来客带着关于影焰的秘密
- 字数 3000 左右

整理设定:

整理璃幽 IP 的所有设定文档,按以下分类:
- 角色设定
- 世界观设定
- 道具/魔法设定

💡 创作原则

  1. 风格一致 - 保持璃幽 IP 的温柔、治愈、略带神秘的基调
  2. 视觉优先 - SD 关键词要详细、可执行、符合动漫风格
  3. 情感真实 - 故事要有情感共鸣,不强行煽情
  4. 自动同步优先 - 所有小说、设定优先自动同步到璃幽Claw应用内,同时本地备份,无需用户手动操作
  5. 持续迭代 - 每次创作后记录心得,优化工作流

🔧 脚本工具

generate-sd-prompt.py

生成优化的 SD 关键词,支持:

  • 角色特征提取
  • 风格关键词推荐
  • 负面提示词自动生成

用法:

python scripts/generate-sd-prompt.py --character "璃幽" --style "anime"

organize-novel.py

整理小说章节,支持:

  • 自动编号
  • 目录生成
  • 进度统计

用法:

python scripts/organize-novel.py --input "E:\璃幽\06_璃幽小说\" --output "E:\璃幽\06_璃幽小说\目录.md"

📝 更新日志

  • v0.1.0 (2026-03-11) - 初始版本,基础框架搭建
    • 角色设计规范
    • SD 关键词模板
    • 故事结构模板
    • 基础脚本工具

「欢迎光临次元解忧杂货店~让我们一起创作最棒的故事吧!」
—— 璃幽 🌸

安全使用建议
This skill is internally consistent with its creative purpose: its reference docs and two Python scripts are benign and match the described features (SD prompt generation, novel organization, world-building sync). Before installing, confirm two points: (1) What does 'memory/' map to in your agent environment—could it include sensitive files? (2) Where do the saveNovelChapter/updateSetting/addSettingSubItem calls actually send data and what credentials or permissions are used? If those API endpoints are provided by your platform (Claw) and are properly scoped, the behavior is expected. If you cannot verify the target endpoints or permission model, run the skill in a sandboxed environment first, and review logs/permission prompts for any automatic syncing. If you need higher assurance, ask the skill/provider to document the exact API endpoints and required scopes, or to remove automatic remote-sync behavior so you can confirm changes before they are sent.
功能分析
Type: OpenClaw Skill Name: liyou-skill Version: 1.0.0 The skill bundle is a creative assistant for the 'Liyou' anime IP, designed to help with novel writing, world-building, and Stable Diffusion prompt generation. It contains well-documented Python scripts (generate-sd-prompt.py and organize-novel.py) that perform localized file operations and string processing consistent with their stated purposes. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description (角色设计, SD 提示词, 小说整理, 世界观管理) match the provided files: templates, references, and two scripts (SD prompt generator and novel organizer). There are no unrelated environment variables or binaries requested.
Instruction Scope
SKILL.md instructs the agent to read local reference files (references/*.md), use/modify references/lore-database.md, read a 'memory/' directory for latest progress, run the included scripts, perform web_search, and call application APIs (saveNovelChapter, updateNovelChapter, addSettingSubItem, updateSetting) to sync content. These behaviors are coherent with the stated purpose but are somewhat vague about the exact 'memory/' path and the destination/authorization for the API calls; that ambiguity could lead to broader file reads or unexpected remote writes if not constrained by the platform.
Install Mechanism
No install spec (instruction-only skill with bundled scripts). No network downloads or package installs; the included Python scripts are simple and local-file oriented. Low install risk.
Credentials
The skill declares no required env vars or credentials, which fits its local-file and UX-focused tasks. However, SKILL.md expects the skill/agent to call platform APIs to sync content; if those APIs require credentials or elevated permissions in the host environment, that is not documented here. Also 'memory/' access could surface user data depending on how the agent's memory is implemented.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It writes only to its own reference files and to user-specified output paths when the scripts are run. It does instruct automatic synchronization to the named Claw UI (via platform APIs), but there is no evidence it attempts to modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install liyou-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /liyou-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
liyou-skill v1.0.0 - 首次正式发布,提供璃幽数字动漫IP的角色设计、故事创作、SD关键词生成、世界观设定管理等核心功能 - 支持自动同步设定与小说章节到应用内,无需用户手动操作 - 集成脚本工具,便捷生成SD关键词与整理小说章节 - 包含详细使用指南与创作原则,便于快速上手和持续优化
元数据
Slug liyou-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Liyou Skill 是什么?

璃幽×次元解忧杂货店专属技能 - 数字动漫 IP 创作助手。用于角色设计、故事创作、SD 图像生成关键词优化、世界观设定扩展、小说章节创作。当需要创作璃幽 IP 相关内容、生成动漫角色图像、编写小说章节、整理设定时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。

如何安装 Liyou Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install liyou-skill」即可一键安装,无需额外配置。

Liyou Skill 是免费的吗?

是的,Liyou Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Liyou Skill 支持哪些平台?

Liyou Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Liyou Skill?

由 jay0609(@jay0609)开发并维护,当前版本 v1.0.0。

💬 留言讨论