DaisyWriter

作者 ricky-theseus已验证

AI-powered writing toolkit — Web novels, Short stories, Tech blogs, Publishing automation. An OpenCode/Claude Code/Codex CLI skill collection.

50
Stars
1
Forks
Python
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/ricky-theseus/DaisyWriter

快速入门

使用 DaisyWriter 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

DaisyWriter 29 Skills

GPL v3 OpenCode Claude Code Codex CLI Quick Start Python Node.js
English · 中文


✍️ DaisyWriter

Turn your AI coding assistant into a full writing studio.
A skill collection for OpenCode, Claude Code, and Codex CLI — covering web novels, short stories, tech blogs, and publishing automation.


📋 Project Overview

DaisyWriter is an open-source skill collection that transforms AI coding assistants into professional writing tools. It provides 29 composable skills organized into three core writing modules plus supporting platform tools.

Each module follows a complete content creation lifecycle — from research and planning through drafting, review, and publishing.

mindmap
  ((DaisyWriter))
    📚 Web Novel [14]
      Scan
      Deconstruct
      Init
      Plan
      Write
      Batch
      Review
      Deslop
      Publish
      Auxiliary
        Query
        Learn
        Doctor
        Dashboard
    📝 Short Story [5]
      Init
      Write
      Review
      Craft
      Deconstruct
    💻 Tech Blog [5]
      Deconstruct
      Write
      Batch
      csdn-upload
      sync-csdn
    🔧 Platform [5]
      Fanqie Publish
      Cover Maker
      WeChat Article
      Xiaohongshu Copy
      Xiaohongshu Infographic
ModuleSkillsPipeline
📚 Web Novel14Scan → Deconstruct → Init → Plan → Write → Review → Deslop → Publish
📝 Short Story5Init → Write → Review → Final
💻 Tech Blog5Deconstruct → Write → Batch → CSDN Upload
🔧 Platform Tools5Cover generator, WeChat, Xiaohongshu, Fanqie publishing

Project Structure

DaisyWriter/
├── skills/                          # 29 skills across 4 domains + tools
│   ├── webnovel/                    #   14 skills
│   │   ├── deconstruct/ init/ plan/ write/ batch/
│   │   ├── craft/ review/ review-settings/
│   │   ├── scan/ deslop/
│   │   └── query/ learn/ doctor/ dashboard/
│   ├── shortstory/                  #    5 skills
│   ├── tech/                        #    5 skills
│   ├── fanqie/                      #    1 skill + Node.js/Python scripts
│   ├── cover-maker/                 #    1 skill
│   ├── wechat-article-writer/       #    1 skill
│   └── xiaohongshu-*/               #    2 skills
├── adapters/                        # Platform entry points
│   ├── opencode/                    #   Native SKILL.md
│   ├── claude-code/                 #   CLAUDE.md
│   └── codex/                       #   Setup script
├── docs/                            # Tutorials & references
└── shared/                          # Cross-domain references

🎯 Skills by Domain

📚 Web Novel — 14 skills

Full lifecycle from market research to polished chapters, designed for long-form fiction (Qidian, Fanqie, Jinjiang, etc.).

mindmap
  ((Web Novel))
    Market Research
      Scan -- trending genres
      Deconstruct -- emotion curve
    Project Setup
      Init -- sufficiency gates
      Plan -- beat sheet + CBN/CPN/CEN
    Production
      Write -- quality gates
      Batch -- checkpoint resume
      Craft -- prose scanner
    Quality Assurance
      Review -- blind 3-question
      Review Settings -- consistency 4-level
      Deslop -- 7-gate de-AI
    Auxiliary
      Query -- character / foreshadowing
      Learn -- pattern memory
      Doctor -- health diagnostic
      Dashboard -- entity graph UI
#CommandPurposeKey Feature
1/webnovel-scan long|shortScan bestseller charts across platformsQidian, Fanqie, Jinjiang, Qimao, etc.
2/webnovel-deconstruct <title>Analyze a reference novelEmotion curve + pacing stats
3/webnovel-init <title>Interactive project creationSufficiency gates prevent half-baked projects
4/webnovel-plan <volume>Volume beat sheet + chapter outlinesCBN/CPN/CEN per chapter
5/webnovel-write <chapter>Single chapter with quality gates3 modes: default / --fast / --minimal
6/webnovel-batch <start> <end>Batch write with checkpoint resumeCrash recovery
7/webnovel-craftProse quality constraints (loaded automatically)Quantitative scanner
8/webnovel-review <chapter>Blind chapter review3-question gate
9/webnovel-review-settingsSetting consistency audit4 severity levels
10/webnovel-deslop <file>Remove AI writing style7-Gate detection + graded removal
11/webnovel-query <keyword>Query project stateCharacter, foreshadowing, power system
12/webnovel-learn <pattern>Save writing pattern to memoryAuto-deduplication
13/webnovel-doctorHealth diagnosticRead-only, no side effects
14/webnovel-dashboardLaunch web UIEntity graph + chapter viewer

How it works: Start with /webnovel-scan to discover trending genres, then /webnovel-deconstruct to extract structural patterns. /webnovel-init creates a project with sufficiency gates, and /webnovel-plan produces a full volume beat sheet. Write chapters with /webnovel-write or batch-write with /webnovel-batch (checkpoint resume protects against crashes). The prose quality enforcer (/webnovel-craft) runs automatically. Review is blind (/webnovel-review), settings are checked independently (/webnovel-review-settings), and /webnovel-deslop strips AI writing patterns with a 7-gate detection system.


📝 Short Story — 5 skills

State-machine-driven writing for Zhihu Yanxuan and medium-length fiction. Each skill is a state gate that validates before proceeding.

mindmap
  ((Short Story))
    Init -- blind self-review loop
    Write -- validate_chapter.py gate
    Review -- stage-aware blind
    Craft -- auto-loaded constraints
    Deconstruct -- hook / suspense / pacing
#CommandPurposeGate
1/shortstory-init <count> <genre>Initialize projects + blind review loopSufficiency
2/shortstory-write <path>Rolling write with validate_chapter.pyWord count
3/shortstory-review <path>Stage-aware blind review (single / full)Blind review
4/shortstory-craftQuality constraints (loaded automatically)Quantitative
5/shortstory-deconstruct <ref>Extract hook/suspense/pacing patternsReference

How it works: The short story module uses a strict state machine. /shortstory-init creates a project with a blind self-review loop that forces you to validate the premise before writing. /shortstory-write enforces word count gates via validate_chapter.py. /shortstory-review runs stage-aware blind review (single chapter or full story). /shortstory-craft loads automatically for quantitative quality constraints, and /shortstory-deconstruct extracts hook/suspense/pacing patterns from reference works.


💻 Tech Blog — 5 skills

Structured technical writing with CSDN integration. From deconstructing reference articles to automated publishing.

mindmap
  ((Tech Blog))
    Deconstruct -- reference structure analysis
    Write -- Problem to Code to Verify
    Batch -- inner review loop
    csdn-upload -- Playwright automation
    sync-csdn -- published articles to local
#CommandPurpose
1/tech-deconstruct <ref>Analyze reference article structure
2/tech-write <title>Problem → Solution → Code → Verify → Summary
3/tech-batch <dir>Batch production with inner review loop
4/csdn-upload [--dry-run|--sync]Upload drafts to CSDN via browser automation
5/sync-csdnSync published articles to local repo

How it works: Start with /tech-deconstruct to analyze reference articles for structural patterns. /tech-write follows a Problem → Solution → Code → Verify → Summary structure. /tech-batch enables mass production with an inner review loop. /csdn-upload uses Playwright browser automation to upload drafts to CSDN (supports dry-run and sync modes). /sync-csdn pulls published articles back to the local repository.


🤖 Publishing — Fanqie Novel

Browser-automated chapter publishing for Fanqie Novel (番茄小说).

CommandPurpose
/fanqie-publish --previewPreview parsed chapters
/fanqie-publish --loginQR code login
/fanqie-publish --fill-onlySave as draft (safe mode)
/fanqie-publish --confirm-publishPublish immediately or schedule

🔧 Platform Tools — 5 skills

SkillCommandPurpose
cover-makernode skills/cover-maker/generate_cover.js <path>AI generates 600×800 book covers for all candidate titles
wechat-article-writer/wechat-article-writerWrite WeChat official account articles
xiaohongshu-technical-post-copy/xiaohongshu-technical-post-copyXiaohongshu tech copywriting
xiaohongshu-minimal-technical-infographic/xiaohongshu-minimal-technical-infographicMinimalist tech infographics for Xiaohongshu

🚀 Quick Start

Prerequisites

  • OpenCode ≥ 0.6 (or Claude Code / Codex CLI)
  • Python ≥ 3.8, Node.js ≥ 18
  • Playwright (for browser automation, optional)

Install

git clone https://github.com/ricky-theseus/DaisyWriter.git
cd DaisyWriter

# Optional: Fanqie publishing
cd skills/fanqie && npm install && npx playwright install chromium && cd ../..

# Optional: Cover generation
cd skills/cover-maker && npm install && cd ../..

Use

Add to opencode.json:

{ "skills": ["path/to/DaisyWriter"] }

Then in your AI assistant:

# Start a web novel from scratch
skill("skills/webnovel/init")
# Write chapter 1
skill("skills/webnovel/write")
mindmap
  ((Install))
    Clone Repo
    pip install playwright
    cd skills/fanqie && npm install
    cd skills/cover-maker && npm install
    Configure opencode.json
    Load skill in assistant
    Start writing

✨ Design Philosophy

PrincipleDescription
🧠 Sub-agent isolationWriter and reviewer are always separate AI agents with no shared context
🙈 Blind reviewReviewer has zero memory of previous passes — genuine quality assessment
🚪 Multi-layer gatesSufficiency → Craft (quantitative) → Review (qualitative) → Pre-commit
📈 Incremental onlyAppend never overwrite. Failure retries only the failed step
🧹 Clean outputNo version markers, revision notes, or AI metadata in final files
🔬 Data-driven craftProse scanner enforces quantitative sentence-length/style constraints

🧩 Platform Support

PlatformStatusEntry Point
OpenCode✅ NativeSKILL.md
Claude Code✅ Readyadapters/claude-code/
Codex CLI🚧 WIPadapters/codex/

🧭 Documentation


🤝 Contributing

See CONTRIBUTING.md and Development Workflow.

All changes go through branch → PR → CI → merge. No direct pushes to master.


📄 License

GNU General Public License v3.0 — see LICENSE.

ComponentLicenseSource
skills/webnovel/, skills/shortstory/, skills/tech/GPL v3Derived from @lingfengQAQ/webnovel-writer
skills/fanqie/MITForked from @amm10090/fanqie-publisher-skill
Everything elseGPL v3Original work

Built by @ricky-theseus · Star on GitHub ⭐

常见问题

What is DaisyWriter?

DaisyWriter is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ricky-theseus. AI-powered writing toolkit — Web novels, Short stories, Tech blogs, Publishing automation. An OpenCode/Claude Code/Codex CLI skill collection. It has 50 GitHub stars.

Is DaisyWriter safe to use?

Yes. DaisyWriter passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install DaisyWriter?

Clone the repository with "git clone https://github.com/ricky-theseus/DaisyWriter" and add it to your Claude Code skills directory (see the Installation section above). DaisyWriter ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

What programming language is DaisyWriter written in?

DaisyWriter is primarily written in Python. It is open-source under ricky-theseus on GitHub, so you can review or fork the full source.

Are there alternatives to DaisyWriter?

Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh DaisyWriter against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ui-ux-pro-max-skill

by nextlevelbuilder

12

An AI skill that provides design intelligence for building professional UI/UX across multiple platforms.

119,92012,870Python
CLI 工具ai-skillsantigravity
查看详情

happy

by slopus

Mobile and Web client for Codex and Claude Code, with realtime voice, encryption and fully featured

23,4501,980TypeScript
CLI 工具
查看详情

claudecodeui

by siteboon

Use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web with CloudCLI (aka Claude Code UI). CloudCLI is a free open source webui/GUI that helps you manage your Claude Code session and projects remotely.

13,3941,866TypeScript
CLI 工具
查看详情

CRS-自建Claude Code镜像,一站式开源中转服务,让 Claude、OpenAI、Gemini、Droid 订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。

12,5471,869JavaScript
CLI 工具
查看详情

ccstatusline

by sirmalloc

🚀 Beautiful highly customizable statusline for Claude Code CLI with powerline support, themes, and more.

12,508545TypeScript
CLI 工具
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情