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 DukeTwoCan/autonovel-agent-skills --skill autonovelgit clone --depth 1 https://github.com/DukeTwoCan/autonovel-agent-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/duketwocan/autonovel-agent-skills/autonovel)<a href="https://agentmods.dev/skills/duketwocan/autonovel-agent-skills/autonovel"><img src="https://agentmods.dev/badge/skills/duketwocan/autonovel-agent-skills/autonovel/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/duketwocan/autonovel-agent-skills/autonovel"><img src="https://agentmods.dev/badge/skills/duketwocan/autonovel-agent-skills/autonovel.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.01850 |
| Opus 5 | $0.00047 | $0.00925 |
| Sonnet 5 | $0.00019 | $0.00370 |
| Haiku 4.5 | $0.00009 | $0.00185 |
Grade A, and why
autonovel 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.
How it starts
The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Autonovel — pipeline entry point
This skill is the front door to the autonovel novel-writing pipeline. The user invokes it when they want to start a new novel, resume an existing one, or just understand what's available.
When to use this skill
- User says "let's write a novel about X" or "let's continue the novel"
- User mentions autonovel, the novel pipeline, or asks about phases
- User wants to see status of an in-progress novel
Prerequisites
The user must set AUTONOVEL_WORKSPACE to a writable directory (e.g. ~/novels). Each novel lives in $AUTONOVEL_WORKSPACE/$NOVEL_SLUG/ with its own state.json.
Check the workspace:
!`echo "AUTONOVEL_WORKSPACE=$AUTONOVEL_WORKSPACE" && test -d "$AUTONOVEL_WORKSPACE" && ls -la "$AUTONOVEL_WORKSPACE" || echo "workspace not set or missing"`
If AUTONOVEL_WORKSPACE is unset or the directory is missing, ask the user to set it before continuing. Default suggestion: ~/novels.
Workflow
Step 1 — Identify the novel
Ask the user: which novel? Options:
- Existing novel (list subdirs of
$AUTONOVEL_WORKSPACE) - New novel (ask for a short slug, e.g. "house-of-bells")
For a NEW novel:
- Ask the user for a one-paragraph seed concept.
- 1b. If the novel is a commission (user pastes a subscriber request), run
references/commission-intake.mdinstead of asking for a seed paragraph — the approved pitch becomes the seed.
- 1b. If the novel is a commission (user pastes a subscriber request), run
- Create
$AUTONOVEL_WORKSPACE/$NOVEL_SLUG/. - Copy
${HERMES_SKILL_DIR}/templates/seed.txt.templateto$AUTONOVEL_WORKSPACE/$NOVEL_SLUG/seed.txt, fill in the seed. - Copy
${HERMES_SKILL_DIR}/templates/state.json.templateto$AUTONOVEL_WORKSPACE/$NOVEL_SLUG/state.json, fill in the novel_slug. - Initialize a git repo in the novel directory so revisions are tracked.
Step 2 — Read state.json and dispatch
Read $AUTONOVEL_WORKSPACE/$NOVEL_SLUG/state.json. Look at phase:
"foundation"→ invokeautonovel-foundationskill"drafting"→ invokeautonovel-draftingskill"revision"→ invokeautonovel-revisionskill"consistency"→ invokeautonovel-consistency-passskill"export"→ invokeautonovel-exportskill"done"→ report status; user can re-enter viaautonovel-prose-reviewfor polish
What ships with it
60 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.
- genres/audiences/childrens/characters.md 1.0 KB
- genres/audiences/childrens/contract.md 1.1 KB
- genres/audiences/childrens/drafting.md 1.0 KB
- genres/audiences/childrens/guardrails.md 1.0 KB
- genres/audiences/childrens/manifest.json 1.1 KB
- genres/audiences/childrens/slop.md 832 B
- genres/audiences/middle-grade/characters.md 1.2 KB
- genres/audiences/middle-grade/contract.md 1.2 KB
- genres/audiences/middle-grade/drafting.md 1.1 KB
- genres/audiences/middle-grade/guardrails.md 875 B
- genres/audiences/middle-grade/manifest.json 1.1 KB
- genres/audiences/middle-grade/slop.md 714 B
- genres/audiences/young-adult/characters.md 1.0 KB
- genres/audiences/young-adult/contract.md 1006 B
- genres/audiences/young-adult/drafting.md 1.0 KB
- genres/audiences/young-adult/guardrails.md 498 B
- genres/audiences/young-adult/manifest.json 1.1 KB
- genres/audiences/young-adult/slop.md 270 B
- genres/AUTHORING.md 15 KB
- genres/config.json 408 B
- genres/core/contemporary/beats-primary.md 3.9 KB
- genres/core/contemporary/characters.md 3.1 KB
- genres/core/contemporary/contract.md 1.8 KB
- genres/core/contemporary/drafting.md 3.7 KB
- genres/core/contemporary/manifest.json 1.0 KB
- genres/core/contemporary/slop.md 1.9 KB
- genres/core/contemporary/world.md 3.9 KB
- genres/core/crime/beats-primary.md 1.7 KB
- genres/core/crime/characters.md 1.1 KB
- genres/core/crime/contract.md 1.1 KB
- genres/core/crime/drafting.md 1.2 KB
- genres/core/crime/guardrails.md 499 B
- genres/core/crime/manifest.json 1.2 KB
- genres/core/crime/slop.md 546 B
- genres/core/crime/world.md 1.3 KB
- genres/core/drama/beats-primary.md 1.5 KB
- genres/core/drama/characters.md 1.1 KB
- genres/core/drama/contract.md 1.1 KB
- genres/core/drama/drafting.md 1.1 KB
- genres/core/drama/guardrails.md 480 B
- genres/core/drama/manifest.json 1.2 KB
- genres/core/drama/slop.md 530 B
- genres/core/drama/world.md 1.1 KB
- genres/core/fantasy/beats-primary.md 2.5 KB
- genres/core/fantasy/characters.md 2.0 KB
- genres/core/fantasy/contract.md 1.3 KB
- genres/core/fantasy/drafting.md 2.1 KB
- genres/core/fantasy/guardrails.md 840 B
- genres/core/fantasy/manifest.json 1.3 KB
- genres/core/fantasy/slop.md 433 B
- genres/core/fantasy/world.md 2.4 KB
- genres/core/horror/beats-primary.md 3.5 KB
- genres/core/horror/characters.md 2.0 KB
- genres/core/horror/contract.md 1.6 KB
- genres/core/horror/drafting.md 2.2 KB
- genres/core/horror/guardrails.md 1.3 KB
- genres/core/horror/manifest.json 1.2 KB
- genres/core/horror/patterns.json 394 B
- genres/core/horror/slop.md 1.3 KB
- genres/core/horror/world.md 2.1 KB
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 · 144 lines · 94 tokens per session scan A c4f6b73414be
autonovel is a skill published in the GitHub repository DukeTwoCan/autonovel-agent-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 94 tokens to every session and 1,850 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-31.
Other skills, from other repositories
story-import
A tool for turning an existing novel into a structured writing project. It analyzes the book and organizes its characters, settings, plot plans, chapters, and tracking data for later writing.
story-review
A review workflow for finding story problems from several viewpoints, including issues with structure, characters, wording, and fictional world rules. It can use multiple reviewer agents or work alone.
story-long-analyze
A long-form fiction analysis workflow for breaking down a novel’s opening chapters, characters, pacing, turning points, relationships, and overall structure.
story-deslop
A writing editor for Chinese web novels that detects writing patterns often associated with AI-generated text and makes the prose feel more natural.
story-short-analyze
A Chinese-language guide for analysing short popular web fiction, such as stories published on 番茄, 故事会, or 知乎盐选. It examines the core premise, plot structure, emotional arc, twists, writing techniques, and reader appeal.
story-cover
A novel-cover generator that creates a cover with the book title and author name. It chooses a visual style from the book information and can use Codex's image-generation tool.