ainovel-cli-vietnamese

Generates long-form Vietnamese novels using a multi-agent CLI with checkpoint recovery and EPUB export.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/devtools-skills --skill ainovel-cli-vietnamese-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ainovel-cli-vietnamese
Source: https://github.com/reason-machines/devtools-skills/tree/main/skills/ainovel-cli-vietnamese
Command: npx skills add https://github.com/reason-machines/devtools-skills --skill ainovel-cli-vietnamese-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing a complete long-form Vietnamese novel with AI requires orchestrating world-building, outlining, drafting, and editing across hundreds of chapters, which single-prompt approaches cannot sustain. This Skill automates that entire pipeline with three coordinated agents (Architect, Writer, Editor), rolling planning, and crash-safe checkpointing. ## Core Features & Use Cases - Autonomous Multi-Agent Writing: Coordinates Architect, Writer, and Editor agents through one LLM loop to produce 500+ chapter novels from a single prompt, with 3-tier context management and 7-dimension quality evaluation. - Checkpoint Recovery & Intervention: Auto-saves after every step so crashes, network loss, or Ctrl+C never lose progress, and lets you inject real-time feedback without stopping the process. - Multi-Provider LLM Support: Works with OpenRouter, Anthropic, Gemini, OpenAI, Deepseek, and local Ollama models, with per-role model assignment to balance cost and quality. - Use Case: A writer wants an 80-chapter Vietnamese palace-intrigue romance novel. They launch the TUI with a one-sentence prompt, add a custom_rules.md defining style and character constraints, let the system write autonomously, intervene when pacing drifts, and export the finished work to EPUB. ## Quick Start Install ainovel-cli via Docker, configure an LLM provider in config.json, then launch the TUI and enter a Vietnamese story prompt to begin autonomous novel generation.

Frequently Asked Questions about ainovel-cli-vietnamese

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a Vietnamese novel with AI agents?▼

Install ainovel-cli via Docker or build from Go source, configure an LLM provider in config.json, then launch the TUI and enter a story prompt in Vietnamese. The Architect, Writer, and Editor agents autonomously handle world-building, outlining, drafting, and editing.

What LLM providers does ainovel-cli support?▼

ainovel-cli supports OpenRouter, Anthropic, Gemini, OpenAI, Deepseek, and local Ollama models. You can assign different providers and models per agent role, such as using Ollama for drafting and Claude for editing.

Can ainovel-cli recover after a crash or Ctrl+C?▼

Yes, the system auto-saves a checkpoint after every successful step and resumes automatically on restart. You can also resume a specific novel with the --resume flag pointing to its workspace directory.

How do I export an AI-generated novel to EPUB?▼

Use the /export command in the TUI with an .epub path, such as /export ~/novel.epub. Metadata like title, author, and cover is read from metadata.json in the novel's workspace folder.

Why does ainovel-cli get stuck in a writing loop?▼

Loops occur when the coordinator repeats steps or the writer stalls on a chapter, often with models under 14B parameters. Run /diag to detect the loop, then pause, reset the stuck_counter in progress.json, and resume.

How do I reduce API costs when generating novels with AI?▼

Assign cheaper models to high-volume roles like the writer, for example Gemini Flash via OpenRouter, while reserving premium models for the editor. You can also run drafting locally with Ollama to eliminate per-token costs.