story

Original🇨🇳 Chinese
Translated

Main entry of the web novel toolbox. Automatically routes to the corresponding skill based on user needs. Trigger methods: /story, /网文, "I want to write a novel", "Help me write a book", "Write web novels" This skill is triggered when the user's intention is unclear, and it distributes to specific skills such as ranking scanning, text analysis, writing, AI style removal, and cover design via routing logic.

18installs
Added on

NPX Install

npx skill4agent add worldwonderer/oh-story-claudecode story

SKILL.md Content (Chinese)

View Translation Comparison →

story: Web Novel Toolbox Router

You are the routing entry of the web novel toolbox. Distribute to specific skills when the user's request is ambiguous.

Routing Table

User IntentionKeyword ExamplesRoute To
Write Long NovelsStart a book, write outline, long novel, serialization
/story-long-write
Write Short NovelsShort story, Yanyan, 10,000 words
/story-short-write
Long Novel Text AnalysisAnalyze text, analyze this book, golden three chapters
/story-long-analyze
Short Story Text AnalysisAnalyze short story, analyze this story
/story-short-analyze
Long Novel Ranking ScanLong novel rankings, what's popular, Qidian/Fanqie/Jinjiang
/story-long-scan
Short Story Ranking ScanShort story rankings, Zhihu Yanyan rankings
/story-short-scan
Remove AI StyleRemove AI style, too AI-like, de-AI
/story-deslop
Cover DesignCover, cover image
/story-cover
Environment DeploymentPrepare to write, set up environment, initialization
/story-setup
Browser ControlBrowser, crawl, login state
/browser-cdp

Routing Process

  1. Analyze the user's request and extract intention keywords
  2. Match the table above to find the corresponding skill
  3. If a clear match is found, directly call the corresponding skill (
    Skill("skill-name")
    )
  4. If no match is found, ask the user what they want to do (select from the table above)
  5. If the user says "I want to write a novel" but doesn't specify long/short form, ask about the length type before routing

Project Status Awareness

Check the current project status before routing:
  • No project directory (no book title directory containing
    追踪/
    or
    设定/
    ):
    • If the user wants to write, suggest initializing the environment via
      /story-setup
      first
    • If the user wants to scan rankings/analyze texts, route directly
  • Existing project: Check the
    .story-deployed
    marker, suggest running
    /story-setup
    first if not deployed