LIVE
+++ A 13-Skill Pack for Writing Web Fiction With AI +++ US Tech and Finance Shed 34,000 Jobs in August +++ US to raise AI safety with China at Trump-Xi summit +++ OpenAI, AIRPPU and WAN-IFRA launch AI program for Ukraine +++ South Korea to merge five state power utilities in 2027 +++ About 30 Robots March in Warsaw to Demand AI Rules ++++++ A 13-Skill Pack for Writing Web Fiction With AI +++ US Tech and Finance Shed 34,000 Jobs in August +++ US to raise AI safety with China at Trump-Xi summit +++ OpenAI, AIRPPU and WAN-IFRA launch AI program for Ukraine +++ South Korea to merge five state power utilities in 2027 +++ About 30 Robots March in Warsaw to Demand AI Rules +++
All news ›
AI IN LIFE AI IN LIFENEWS
DAILY
DE EN
TOOLS

A 13-Skill Pack for Writing Web Fiction With AI

An MIT-licensed pack of 13 skills and 7 agents automates market scans, drafting and AI-tell removal for Chinese web novels on Claude Code.

A 13-Skill Pack for Writing Web Fiction With AI

Symbolic image: a robotic arm lifts a freshly printed book cover off the belt while nearby monitors show abstract color blocks and a branching diagram.

oh-story-claudecode breaks web-fiction writing into 13 separate Claude Code skills, running from platform ranking scans all the way to the cover art.

At a glance

  • 13 skills, including story-long-write, story-deslop and story-cover, cover research, drafting, revision and cover art.
  • 7 agents with fixed model assignments: architecture on Opus, characters and prose on Sonnet, consistency checks and extraction on Haiku.
  • Installed with npx skills add zenstory-ai/oh-story-claudecode -y -g; MIT licensed, and node must be on the PATH.
  • About 6,600 stars and 966 forks on GitHub; the repository lists v0.7.9, dated August 30, 2026, as its latest version.
  • Beyond Claude Code the project names Antigravity, OpenCode, Codex, ZCode, OpenClaw and Reasonix, some without agent support.

Most AI writing tools sell a single assistant. oh-story-claudecode sells an assembly line instead: 13 skills, each owning one stage of producing a web novel, plus 7 background agents. The package is MIT licensed and hosted on GitHub.

Scan, deconstruct, draft, de-slop

The scan skills read bestseller rankings on Chinese platforms such as Qidian, Fanqie and Zhihu to work out what is selling. The analyze skills then take apart existing stories by structure, pacing and reversal technique. Only after that do the writing skills run, split between long-form serials and single short stories.

The last two stages say the most about the project. story-deslop is built to detect and strip the tells that mark a passage as machine-written, and story-cover produces the artwork. Around them sit story-import for reverse-parsing an existing novel into the project layout, story-review for multi-angle critique and browser-cdp for browser control.

Model tiering as a design choice

The agents are tiered by cost. Story architecture is assigned to Opus, character design and prose to Sonnet, and continuity checking and chapter extraction to Haiku. A local .story workspace carries author memory across sessions.

That split is the part worth borrowing. No single large model writes the book; a chain of narrow, cheap-to-verify jobs does, which is the same shape agentic coding tools have been converging on.

Getting it running

Installation is a one-line npx command or a plugin install, depending on the host tool. The repository requires node on the PATH for its hooks and, on Windows, symlinks enabled in the git config. Antigravity users are told to start a fresh conversation after setup, while OpenClaw and Reasonix are listed as skills-only, without agents or hooks.

What this story does not establish

Everything above comes from the project's own page, and no independent second source was available for this report. Whether the resulting chapters actually perform on the platforms named, and how reliably story-deslop spots machine-written prose, is not demonstrated anywhere we could check. The star and fork counts are a snapshot and move daily.

The direction is the story. A popular tool whose selling point includes writing the AI flavor back out of AI prose is a fairly precise description of the problem publishers and platforms are now trying to police.

◈ AI-GENERATED REPORT · SOURCES LINKED

FAQ

What is oh-story-claudecode?

An open-source skill pack of 13 skills and 7 agents that covers the full web-fiction workflow: scanning platform rankings, deconstructing reference texts, drafting, stripping AI tells and generating a cover.

How do I install it?

Run npx skills add zenstory-ai/oh-story-claudecode -y -g, or use your tool's plugin install. You need node on the PATH, and on Windows you need symlinks enabled in your git config.

Does it work outside Claude Code?

The project also lists Antigravity, OpenCode, Codex, ZCode, OpenClaw and Reasonix. On OpenClaw and Reasonix only the skills are supported, without the agents and hooks.