with one click
daisywriter
DaisyWriter — AI-powered writing toolkit / AI 驱动写作工具包
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
DaisyWriter — AI-powered writing toolkit / AI 驱动写作工具包
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
AI-powered writing toolkit — Web novel, Short story, Technical blog, Publishing automation / AI 驱动写作工具包 — 网文、短篇、技术博文、发布自动化
纯 AI 生图制作网文封面 & 技术博客封面。网文:600×800 竖版存入 作品信息/。技术博客:800×600 横版存入 博文/{系列}/cover.png。
Publish novel chapters from local Markdown files to the Fanqie Novel writer backend via browser automation. Supports single/batch/scheduled publish with login state persistence.
短篇写作工艺约束层。禁用词 + 过渡词管理。写/审时加载项目级工艺约束.md。
拆解盐选短篇参考文,提取钩子设计、悬念铺设、节奏控制、收束手法等写作模式。触发词:拆这篇、拆解、分析这个短篇、做拆解、帮我把这篇拆了、提取模式
中短篇初始化。定选题→出设定文件→机械门禁→盲审→零问题交付。
| name | daisywriter |
| description | DaisyWriter — AI-powered writing toolkit / AI 驱动写作工具包 |
| allowed-tools | Read Write Edit Grep Bash Agent AskUserQuestion |
| argument-hint | [skill-name | setup] |
OpenCode 原生支持 SKILL.md 格式,DaisyWriter 的所有技能可直接使用。
在 opencode.json 中添加:
{
"skills": ["path/to/DaisyWriter"]
}
# 加载单个技能
skill("skills/webnovel/write")
# 或使用命令
# /webnovel-write 1
所有技能位于 ../../skills/ 目录,按领域分组:
| 命令 | 技能路径 | 说明 |
|---|---|---|
/webnovel-init | ../../skills/webnovel/init/ | 网文立项 |
/webnovel-write | ../../skills/webnovel/write/ | 网文写章 |
/shortstory-write | ../../skills/shortstory/write/ | 短篇写章 |
/tech-write | ../../skills/tech/write/ | 技术博文 |
/fanqie-publish | ../../skills/fanqie/ | 番茄发布 |
/cover-maker | ../../skills/cover-maker/ | 封面生成 |
DaisyWriter 需要以下工具执行脚本:
# Python(工艺扫描等)
python --version # ≥ 3.8
# Node.js(番茄发布、封面生成)
node --version # ≥ 18