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 storyTags
Translated version includes tags in frontmatterSKILL.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 Intention | Keyword Examples | Route To |
|---|---|---|
| Write Long Novels | Start a book, write outline, long novel, serialization | |
| Write Short Novels | Short story, Yanyan, 10,000 words | |
| Long Novel Text Analysis | Analyze text, analyze this book, golden three chapters | |
| Short Story Text Analysis | Analyze short story, analyze this story | |
| Long Novel Ranking Scan | Long novel rankings, what's popular, Qidian/Fanqie/Jinjiang | |
| Short Story Ranking Scan | Short story rankings, Zhihu Yanyan rankings | |
| Remove AI Style | Remove AI style, too AI-like, de-AI | |
| Cover Design | Cover, cover image | |
| Environment Deployment | Prepare to write, set up environment, initialization | |
| Browser Control | Browser, crawl, login state | |
Routing Process
- Analyze the user's request and extract intention keywords
- Match the table above to find the corresponding skill
- If a clear match is found, directly call the corresponding skill ()
Skill("skill-name") - If no match is found, ask the user what they want to do (select from the table above)
- 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 first
/story-setup - If the user wants to scan rankings/analyze texts, route directly
- If the user wants to write, suggest initializing the environment via
- Existing project: Check the marker, suggest running
.story-deployedfirst if not deployed/story-setup