维利斯 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
维利斯 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
维利斯 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g velith # 方式二:npx 直接运行(无需安装) npx velith --help # 方式三:项目依赖安装 npm install velith # 方式四:从源码运行 git clone https://github.com/epicsagas/Velith cd Velith npm install npm start
# 命令行使用
velith --help
# 基本用法
velith [options] <input>
# Node.js 代码中使用
const velith = require('velith');
const result = await velith.run(options);
console.log(result);
# velith 配置说明 # 查看配置选项 velith --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export VELITH_CONFIG="/path/to/config.yml"
For EPUB/PDF output (Phase 5):
brew install pandoc # EPUB/PDF conversion
brew install texlive # PDF with CJK/Korean support
brew install --cask calibre # MOBI (Kindle) conversion — optional
brew install basictex && sudo tlmgr install collection-langkorean
</details>
<details>
<summary>Plugin commands not found after install</summary>
Restart Claude Code to reload plugins:bash claude restart ``` </details>
```bash
codex plugin marketplace add epicsagas/plugins
Velith provides 16 skills (via .agents/skills/) and 7 custom subagents (via .codex/agents/):
| Subagent | Role |
|---|---|
book-architect | Structure validation, outline scoring |
chapter-writer | Chapter draft generation |
scene-generator | Scene-level GMC+RDD breakdown (fiction) |
continuity-editor | Cross-chapter consistency checks |
style-doctor | AI-slop detection, voice consistency |
cover-designer | Cover concepts + image prompts |
marketing-expert | Reader personas, launch strategy |
Codex auto-discovers skills from .agents/skills/ and subagents from .codex/agents/*.toml. No extra configuration needed.
Updates with codex plugin update velith@epicsagas.
Prerequisites: Codex CLI installed and configured with an OpenAI API key.
No extra setup — these run automatically during the pipeline:
/book-outline, book-architect probes for blind spots and contradictions in the book concept before the structure is locked/book-outline and /book-edit, multiple editorial perspectives (developmental, structural, line-edit) are weighed for outline and revision decisions| Velith | Raw prompts | Notion AI | Jasper / Sudowrite | Scrivener | |
|---|---|---|---|---|---|
| Structure validation | Phase-gated pipeline | None | None | Basic templates | Manual |
| Cross-chapter continuity | Dedicated agent | Manual | None | Limited | Manual |
| AI-slop detection | Built-in (style-doctor) | None | None | None | None |
| Genre awareness | 8 genre systems + custom | Prompt-dependent | None | Fiction-focused | None |
| Output format | EPUB, PDF, MOBI, TXT, Markdown | Copy-paste | Markdown / PDF | DOCX, limited | DOCX, PDF |
| Quality gates | Every phase | None | None | None | None |
| Requires | Claude Code, Codex CLI, Agy, Cursor, Cline, or Aider | Any LLM | Notion subscription | Subscription | License |
| Full control | Prompt-level | Full | Black box | Black box | Full |
<details> <summary>pandoc not found</summary>
Install via Homebrew:
brew install pandoc </details>
<details> <summary>CJK/PDF characters missing or broken</summary>
Install a CJK-capable LaTeX distribution: ```bash brew install texlive
创新性的AI工作流解决方案
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,维利斯 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | Velith |
| Topics | ai-agentsai-nativeai-publishingbook-writing |
| GitHub | https://github.com/epicsagas/Velith |
| License | Apache-2.0 |
| 语言 | JavaScript |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端