nw-status

nw-status is a command for Claude Code from zhiliyouxian/claude-novel-writer. It costs 12 tokens per session (779 once invoked), scanned A, original, MIT.

A workspace progress command that scans project folders and shows the status of each novel project. It can show an overall view or details for one project.

In plain words
What is it for?
Use it to track planning, chapter-writing, and release progress, find missing files, and see the next suggested action.
Why use it?
It removes the need to open several folders and check files manually to find out what is complete, missing, or currently active.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the novel-writer plugin — 9 skills, 11 commands, 9 agents shipped together

Good fit Use it to track planning, chapter-writing, and release progress, find missing files, and see the next suggested action.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/zhiliyouxian/claude-novel-writer/nw-status
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/zhiliyouxian/claude-novel-writer

Made for: Claude Code.

Or install novel-writer, the plugin that ships this one along with the rest of its 9 skills, 11 commands, 9 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nw-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/zhiliyouxian/claude-novel-writer/nw-status/github.svg)](https://agentmods.dev/commands/zhiliyouxian/claude-novel-writer/nw-status)
Your own site
<a href="https://agentmods.dev/commands/zhiliyouxian/claude-novel-writer/nw-status"><img src="https://agentmods.dev/badge/commands/zhiliyouxian/claude-novel-writer/nw-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nw-status

Your own site · 80×15
<a href="https://agentmods.dev/commands/zhiliyouxian/claude-novel-writer/nw-status"><img src="https://agentmods.dev/badge/commands/zhiliyouxian/claude-novel-writer/nw-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00779
Opus 5 $0.00006 $0.00390
Sonnet 5 $0.00002 $0.00156
Haiku 4.5 $0.00001 $0.00078

Measured 12d ago against content hash 927a6f05e741, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

nw-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/nw-status.md · 123 lines

What it actually says

/nw-status

显示当前工作区的整体状态,包括所有项目的创作进度。

用法

/nw-status

执行流程

1. 扫描工作区

# 扫描各阶段目录
ls pools/
ls blueprints/
ls productions/
ls releases/

2. 收集项目状态

对每个发现的 project_id,收集:

阶段 检查内容
素材池 pools/{name}/ 是否存在
蓝图 blueprints/{id}/ 必需文件完整性
制作 productions/{id}/chapters/ 章节数量
发布 releases/{id}/ 导出文件

3. 输出格式

📊 工作区状态

素材池: 2 个
  - wuxia_samples (15 个文件)
  - xuanhuan_ref (8 个文件)

项目列表:
┌─────────────┬──────────┬──────────┬──────────┐
│ 项目ID      │ 蓝图     │ 章节     │ 发布     │
├─────────────┼──────────┼──────────┼──────────┤
│ dao_immortal│ ✅ 完整   │ 45/210   │ -        │
│ zongheng    │ ✅ 完整   │ 120/300  │ ✅ TXT   │
│ new_project │ ⚠️ 缺大纲 │ -        │ -        │
└─────────────┴──────────┴──────────┴──────────┘

当前活跃: dao_immortal (21% 完成)

提示:
  - 继续创作: /nw-ch-write 46
  - 查看详情: /nw-status dao_immortal

4. 项目详情模式

/nw-status {project_id}

输出单个项目的详细信息:

📖 项目详情: dao_immortal

蓝图状态:
  ✅ proposal.md
  ✅ worldview.md (含 3 个模块)
  ✅ characters.md (12 个角色)
  ✅ outline.md (7 卷)

制作进度:
  已完成: 45 章 (约 135,000 字)
  当前卷: 第2卷 (15/30 章)

实体统计:
  角色: 28 个
  地点: 15 个
  物品: 9 个

最近更新:
  chapter-0045.md - 2024-01-15 14:30

下一步:
  /nw-ch-write 46

蓝图完整性检查

必需文件:

  • proposal.md - 选题方案
  • worldview.md - 世界观
  • characters.md - 角色
  • outline.md - 大纲

可选目录:

  • worldview/ - 世界观模块
  • characters/ - 角色档案
  • outlines/ - 分卷大纲

状态标识

标识 含义
完整/已完成
⚠️ 不完整/有问题
- 未开始

相关命令

  • /nw-list - 仅列出项目名称
  • /nw-init - 初始化新工作区
  • /nw-ch-write - 继续创作章节
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 123 lines · 12 tokens per session scan A 927a6f05e741

Subscribe to this mod's changes

nw-status is a command published in the GitHub repository zhiliyouxian/claude-novel-writer (5 stars, last pushed 8mo ago), licensed MIT. It adds 12 tokens to every session and 779 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.