Writing & Content novel-writingscreenwritinginteractive-fictionepub-translationstory-continuityopenclaw-skillsqlite-memory

InkOS Story Creation Workspace

A stateful writing agent system for novels, scripts, interactive fiction, and multilingual book translation.

FollowAgents review · FARS-2.1
Not recommended
50/ 100 5-point scale 2.5 / 5
1 2 3 4 5 6
Per-dimension scores and reasoning
1Trust12 / 29 · 2.1/5

Evidence shows: README mentions heavy actions require confirmation (e.g., generation, review, revision), and mentions backup/restore, rollback, concurrency control (BOOK_BUSY). However, no permission model details, API keys stored in .inkos/secrets.json and .env without encryption or least privilege. Dependency security has pnpm overrides pinning versions, but no vulnerability scanning evidence. External effects include network requests (LLM API, image generation), but data flow not described. Deductions: missing permission details, unencrypted key storage, insufficient dependency security evidence.

2Reliability6 / 14 · 2.1/5

Evidence shows: README describes consistent architecture (Studio/CLI/TUI share execution surface), CI runs tests on multiple Node versions, but no test results or coverage provided. Dependency availability: npm publish workflow exists, but no availability guarantees. Failure messages: error codes like BOOK_BUSY mentioned, but no detailed failure handling docs. Deductions: insufficient test evidence, incomplete failure message documentation.

3Adaptability12 / 18 · 3.3/5

Evidence shows: README describes multiple scenarios (long-form, short, scripts, interactive film, translation), provides 10 English genres and 5 Chinese genres, capability boundaries clear (e.g., skills do not auto-execute scripts). Trigger precision: skills triggered by @skill-id or intent, not keyword matching. Environment fit: supports multiple OS and Node versions, but no detailed system requirements. Deductions: insufficient environment fit details.

4Convention10 / 18 · 2.8/5

Evidence shows: README provides installation, configuration, usage examples, clear information architecture (sections). Naming stability: CLI commands and config keys consistent. Known limitations: some mentioned (e.g., MiniMax M2.x thinking cannot be disabled), but not comprehensive. License AGPL-3.0, version 1.7.2, CI and release workflow, but no CHANGELOG file. Maintenance responsibility: GitHub repo and release workflow, but maintainers not explicit. Deductions: incomplete known limitations, no CHANGELOG, unclear maintenance responsibility.

5Effectiveness7 / 13 · 2.7/5

Evidence shows: README describes output formats (EPUB, Markdown, TXT), provides usage examples, output usability good. Marginal value: multiple features (narrative forecast, translation workbench), but no comparison with alternatives. Cost-benefit: multi-model routing to balance cost, but no concrete cost data. Deductions: insufficient marginal value comparison, missing cost data.

6Verifiability3 / 8 · 1.9/5

Evidence shows: README feature descriptions lack implementation details or test evidence, claims are assertions. Cross-source corroboration: CI and release workflow, but no independent verification. Fact-inference separation: README distinguishes features and recommendations (e.g., kkaiapi), but not explicitly labeled. Deductions: claims lack traceability, insufficient cross-source verification, unclear fact-inference separation.

Evidence confidence: Low Reviewed Aug 09, 2026 Reviewed revision a6e05d4d4567
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • API keys stored in .inkos/secrets.json and .env without encryption or least privilege, review key management.
  • Dependency security relies only on pnpm overrides, no vulnerability scanning evidence, check dependencies.
  • README feature claims lack traceability, verify via code and tests.
Review evidence [1][2][3][4][5]
See the full review method →

What does this agent do, and when should you use it?

InkOS is a local, project-based creation system for serial novels, short fiction, scripts, interactive experiences, and long-form translation. It offers a Studio web workspace, terminal TUI, CLI, and the structured external-agent entry point `inkos interact --json`. Its long-form workflow plans, composes, drafts, audits, optionally revises, and synchronizes story state for each chapter. Projects retain structured state, human-readable Markdown projections, and, on Node.js 22+, optional SQLite temporal memory. The same workspace can produce short-story packages, cover prompts and optional cover images, or persistent open worlds with characters, items, evidence, and relationships. Studio-managed services and CLI environment or command-line overrides support multiple providers and OpenAI-compatible endpoints.

Create a book with inkos book create and an optional --brief; the Architect generates story settings, rules, and long-term control files. inkos write next normally runs plan -> compose -> write, then audits, revises according to configuration, and synchronizes story state; plan chapter, compose chapter, draft, audit, and revise expose those operations separately. Authoritative data is stored in story/state/*.json, readable projections in story/*.md, and Node.js 22+ projects can query story/memory.db for relevant facts, hooks, and chapter summaries. inkos import chapters imports existing work and rebuilds its state, while inkos translate init / run / export handles EPUB, text-based PDF, TXT, and Markdown translation with TXT, Markdown, or EPUB export. Studio Chat, inkos agent, and inkos interact share an action surface for books, short fiction, covers, Play worlds, and persistent text edits, with confirmation before consequential actions.

  1. A serial-fiction author wants every new chapter checked against character knowledge, resources, hooks, and prior story state before publication.
  2. A scriptwriter or narrative designer needs branching plots, variables, character relationships, endings, scenes, and selectable interactive choices.
  3. An author with an existing manuscript wants to import chapters, reconstruct settings and chapter state, then continue the work in the same project.
  4. A publishing or content team needs chapter-aware translation of an EPUB, text-based PDF, TXT, or Markdown manuscript, including terminology and bilingual review output.
  5. A Claude Code or OpenClaw workflow needs to invoke a structured writing interaction through inkos interact --json --message "...".

What are this agent's strengths and limitations?

Pros
  • Provides a defined chapter pipeline—planning, composition, drafting, audit, revision, and state settlement—while retaining composable CLI operations for scripts and external agents.
  • Combines validated structured JSON state, readable Markdown projections, and Node.js 22+ SQLite temporal memory to manage long-running facts and hooks beyond a chat window.
  • Brings long-form fiction, short-story packages, scripts, interactive worlds, cover generation, and book translation into shared Studio, TUI, and CLI surfaces.
  • Supports Studio service configuration, CLI overrides, per-agent model routing, multiple providers, and OpenAI-compatible endpoints.
Limitations
  • Output quality, availability, and cost depend on the selected model provider and API key; the supplied material makes no quality or cost guarantee for a particular model.
  • SQLite temporal memory is only documented as automatically enabled on Node.js 22+; behavior on older Node.js versions is not evidenced.
  • The default long-form flow performs at most one automatic revision; unresolved issues remain for human review or later commands.
  • Translation support is explicitly listed for EPUB, text-based PDFs, TXT, and Markdown, with no evidence for scanned-PDF OCR.

How do you install or deploy this agent?

Install globally with npm i -g @actalk/inkos. Create a project with inkos init my-novel && cd my-novel, then start Studio using inkos. In Studio, choose a provider, enter its API key, test the connection, and select a model. For CLI or deployment use, configure inkos config set-global --provider <openai|anthropic|custom> --base-url <API address> --api-key <your API key> --model <model name>. Node.js 22+ automatically enables SQLite temporal memory.

How do you use this agent?

Create a book and write its next chapter with inkos book create --title "吞天魔帝" --genre xuanhuan followed by inkos write next 吞天魔帝; inspect it with inkos status and export it with inkos export 吞天魔帝 --format epub. To inspect writing controls first, run inkos plan chapter 吞天魔帝 --context "本章重点写师徒矛盾" and then inkos compose chapter 吞天魔帝. Generate a standalone story package with inkos short run --direction "都市短篇 婚姻反转 女主证据反杀" --chapters 12 --chars 1000. External agents can use inkos interact --json --message "继续当前书,但把节奏再收紧一点".

FAQ

Does InkOS send my manuscript to a fixed cloud service?
Studio stores API keys in the project’s .inkos/secrets.json, while the CLI can use environment variables. Generation and web research call the model or network services you configure, so data exposure depends on the selected provider.
Can it use a self-hosted or custom model endpoint?
Yes. Studio supports a custom service, and the CLI supports --provider custom and OpenAI-compatible interfaces. inkos doctor reports effective configuration and attempts connectivity checks.
Do forecast branches change the canonical story?
No. forecast create/show/select saves a candidate plan only; the documented behavior is that it does not modify prose, outlines, or canonical story state.
Can I evaluate project inputs before calling a writing model?
Yes. inkos compose chapter [id] compiles local documents and state, and is documented as not requiring an online LLM.
What happens if two writing operations conflict?
InkOS uses file locks. The supplied documentation says conflicting writes return BOOK_BUSY, and also documents book backup/restore, latest-chapter deletion, and state rollback.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents