webnovel-writer
v6.2.1长篇网文创作系统(skills + agents + data chain + RAG)
By lingfengQAQLicense: GPL-3.07.2k GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install webnovel-writer for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install webnovel-writer@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/lingfengQAQ/webnovel-writerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is webnovel-writer/.
Plugin files
├── .claude-plugin/plugin.json├── skills/webnovel-dashboard/SKILL.md├── skills/webnovel-doctor/SKILL.md├── skills/webnovel-init/SKILL.md├── skills/webnovel-learn/SKILL.md├── skills/webnovel-plan/SKILL.md├── skills/webnovel-query/SKILL.md├── skills/webnovel-review/SKILL.md└── skills/webnovel-write/SKILL.md
Included Skills8
启动只读小说管理面板,查看项目状态、实体图谱与章节内容。
对网文项目做只读体检/诊断(/webnovel-doctor)——检查目录、文件、JSON、SQLite、RAG 配置、依赖与 Dashboard 构建产物是否完整。
深度初始化网文项目。通过分阶段交互收集完整创作信息,生成可直接进入规划与写作的项目骨架与约束文件。
从当前会话提取成功写作模式并写入 project_memory.json
基于总纲生成卷纲、时间线和章纲,并把新增设定增量写回现有设定集。
查询项目设定、角色、力量体系、势力、伏笔等信息。支持紧急度分析与金手指状态查询。
使用审查 Agent 评估章节质量,生成报告并写回审查指标。
产出可发布章节,完整执行上下文→起草→审查→润色→提交→备份。
Plugin manifests1
{
"name": "webnovel-writer",
"version": "6.2.1",
"description": "长篇网文创作系统(skills + agents + data chain + RAG)",
"author": {
"name": "lingfengQAQ"
},
"homepage": "https://github.com/lingfengQAQ/webnovel-writer",
"repository": "https://github.com/lingfengQAQ/webnovel-writer",
"license": "GPL-3.0",
"keywords": [
"webnovel",
"claude-code",
"skills",
"agents",
"rag"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[webnovel-writer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/webnovel-writer)