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.
npx skills add wordflowlab/novel-writer-skills --skill style-detectorgit clone --depth 1 https://github.com/wordflowlab/novel-writer-skillsWrote 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.
[](https://agentmods.dev/skills/wordflowlab/novel-writer-skills/style-detector)<a href="https://agentmods.dev/skills/wordflowlab/novel-writer-skills/style-detector"><img src="https://agentmods.dev/badge/skills/wordflowlab/novel-writer-skills/style-detector/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.
<a href="https://agentmods.dev/skills/wordflowlab/novel-writer-skills/style-detector"><img src="https://agentmods.dev/badge/skills/wordflowlab/novel-writer-skills/style-detector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00094 | $0.01075 |
| Opus 5 | $0.00047 | $0.00537 |
| Sonnet 5 | $0.00019 | $0.00215 |
| Haiku 4.5 | $0.00009 | $0.00108 |
Grade A, and why
style-detector 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.
What it actually says
写作风格探测器
核心功能
自动探测用户的写作风格需求,并无缝加载对应的风格知识库。
可探测的风格
1. natural-voice(自然人声风格)
- 适合:都市现代小说、现实题材、情感类小说
- 特点:口语化、生活化、真实感强
- 触发词:口语化、真实感、接地气、像说话一样
2. literary(文学风格)
- 适合:严肃文学作品、历史小说、需要思想深度的故事
- 特点:优美、深刻、有文学性、注重意境
- 触发词:文学性、严肃文学、纯文学、有深度
3. web-novel(网文风格)
- 适合:玄幻小说、都市爽文、系统流、重生流
- 特点:节奏快、冲突密集、爽点频繁
- 触发词:网文、爽文、打脸、装逼、升级流
4. ancient-style(古风)
- 适合:武侠小说、仙侠、古代背景小说
- 特点:有古韵但不纯文言、意象丰富、诗意化
- 触发词:古风、古韵、武侠风、江湖味
5. minimal(极简风格)
- 适合:悬疑推理、冷硬派小说、实验性作品
- 特点:高度简洁、海明威式克制、留白艺术
- 触发词:极简、海明威、克制、冷硬
详细关键词列表和触发场景请参阅 KEYWORDS.md。
激活后的工作流程
步骤 1:确认风格选择
当探测到关键词后,首先确认用户意图:
我注意到你提到了【口语化】,这通常对应 natural-voice 风格。
我可以:
1. 📖 展示这个风格的详细指南
2. ✅ 直接应用这个风格到你的项目
3. 🔍 看看其他风格选项
你想要哪一个?
步骤 2:加载风格知识库
如果用户确认,使用 Read 工具读取对应的知识库文件:
📖 读取:.claude/knowledge-base/styles/{style-name}.md
然后展示核心要点,完整规范已加载到上下文中。
步骤 3:写入配置标记
使用 Edit 工具在用户的 specification.md 中添加配置:
---
writing-style: natural-voice
---
提示用户配置已保存,在执行 /write 时会自动遵守该风格规范。
多风格处理
当探测到多个风格关键词时,进行兼容性检测:
- 兼容组合:提供混合方案和比例建议
- 冲突组合:提示矛盾并给出解决方案
详细的冲突处理逻辑请参阅 CONFLICT_RESOLUTION.md。
主动建议
- 基于故事类型建议风格:分析 specification 中的故事类型,主动推荐适合的风格
- 中途调整支持:持续监控用户反馈,支持风格调整
与 requirement-detector 的配合
本 Skill 专注于文风层面,与 requirement-detector(规范层)协同工作:
style-detector → 识别文风 → 加载 styles/*.md
requirement-detector → 识别规范 → 加载 requirements/*.md
最终组合效果示例:
natural-voice (风格) + anti-ai-v4 + fast-paced (规范)
= 自然人声的快节奏爽文,强力去AI味
使用示例
完整的对话示例和成功案例请参阅 EXAMPLES.md。
Skill 版本:v1.1 最后更新:2025-10-19 兼容版本:novel-writer-skills v1.0.5+
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 127 lines · 94 tokens per session scan A 59071ea3a249
style-detector is a skill published in the GitHub repository wordflowlab/novel-writer-skills (258 stars, last pushed 10mo ago), licensed MIT. It adds 94 tokens to every session and 1,075 once invoked, about $0.0005 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…