AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Novel Progress

skill-tulancn-vibe-noveling-novel-progress · by TulanCN

项目进度、字数统计、可视化饼图。触发词:”进度””字数””饼图””progress””当前写了多少””字数占比”。

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-tulancn-vibe-noveling-novel-progress

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tulancn-vibe-noveling-novel-progress)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Novel Progress? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

小说进度可视化

何时使用

  • 想快速查看当前项目的正文、大纲、设定文件占比
  • 想生成一份可视化进度图用于自查

生成一个 HTML 饼图,展示项目中各类型文件的字数占比。

工作方式

运行 scripts/progress_chart.py,它会自动:

  1. 扫描项目目录,按类型统计字数
  2. 在项目根目录生成 progress.html
  3. 用浏览器打开

文件分类规则

| 分类 | 匹配路径 | 说明 | |------|----------|------| | 大纲 | chapters/e{num}/ch-{seq}/大纲.md | 各章精简剧情纲要 | | 设定文件 | memory/** | 世界观、角色、物品等设定 | | 正文 | chapters/e{num}/ch-{seq}/正文.md | 已撰写的章节正文 |

字数统计规则

  • 统计中文字符、标点、数字、英文字母
  • 排除空白字符和 Markdown 语法标记(#*->|、` `---`)
  • 排除 YAML frontmatter(--- 之间的内容)

用户参数

用户可以指定 --output 路径或 --open false 不自动打开浏览器。 默认:输出到项目根目录 progress.html 并自动打开。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.