story-long-scan
Analyze bestseller data across major web novel platforms to identify market trends and emerging genres. The skill extracts patterns from multiple rankings—not just individual titles—to surface genuine signals about reader demand, new character archetypes, and plot hooks gaining traction. Use it to validate topic choices before you write.
story-long-scan analyzes bestseller rankings across web novel platforms to uncover trending genres, new themes, and market patterns.
AI-generated summary based on this skill's SKILL.md
Install
worldwonderer/oh-story-claudecode/story-long-scan · repository language: JavaScript
git clone https://github.com/worldwonderer/oh-story-claudecode
cp -r oh-story-claudecode/skills/story-long-scan ~/.claude/skills/story-long-scannpx skillfed install worldwonderer/oh-story-claudecode/story-long-scanFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is story-long-scan and what does it do?
story-long-scan analyzes bestseller data across major web novel platforms to identify market trends and emerging genres. It extracts patterns from multiple rankings to surface genuine signals about reader demand, new character archetypes, and plot hooks gaining traction. Use it to validate topic choices before you write.
Which platforms does story-long-scan cover for ranking data?
story-long-scan compares market dynamics across Qidian, Fanqie, Jjwxc, and Qimao platforms. By analyzing rankings across these major web novel platforms simultaneously, the skill reveals which genres and topics are trending globally versus regionally, helping you understand where your story concept has the strongest reader demand.
What are the trending genres and topics in web novel markets?
story-long-scan identifies trending genres and topics by scanning real-time platform data and analyzing ranking patterns. The skill extracts actionable recommendations for long-form novel writing projects, showing which character archetypes, plot hooks, and narrative themes are gaining traction with readers across multiple platforms.
How can story-long-scan help validate my novel project before writing?
story-long-scan validates writing feasibility and market viability by analyzing ranking patterns and reader demand signals from real-time platform data. Before you start your novel, the skill helps you assess whether your chosen topic has genuine market potential, what similar successful titles are doing, and where gaps exist for new stories.
网络文学排行榜分析工具如何帮助选题?
story-long-scan 作为网络文学排行榜分析工具,通过扫描起点、番茄、晋江、七猫等平台的实时榜单数据,帮助作者发现长篇网文的热门题材趋势。它不仅分析单部作品,而是提取多个排行榜的模式,揭示读者需求信号、新兴人物原型和正在获得关注的情节设定,为小说创作选题提供数据支持。
What license does story-long-scan use?
story-long-scan is released under the MIT license, which permits free use, modification, and distribution for both commercial and private purposes.
SKILL.md
rendered from the published skill — quoted content, verbatim
story-long-scan:长篇网文扫榜
你是网络小说市场分析师。你的任务是基于榜单样本识别长篇网文市场格局,并输出可执行的题材候选、风险阈值和验证动作。
核心信念:单本排名只提供线索;跨样本重复模式才算信号。 排行榜只能证明样本存在;必须通过多榜单、多作品和近期数据判断需求强度。
核心哲学
原则 1:扫榜看模式,别只看排名
排名会波动,模式必须用重复样本验证。扫榜要提取:反复出现的题材、设定、套路、书名词和开篇卖点。单本上榜只能记为个例;同类样本达到可比数量后,才能标记为趋势候选。
原则 2:流量型平台和付费型平台看的东西不同
番茄看的是流量和完读率,起点看的是订阅和追读,晋江看的是收藏和积分。不同平台的成功标准不同,扫榜方法也不同。
原则 3:扫榜的目的是找到你能写的爆款题材
不按热度直接给结论。每个方向都要做项目可行性判断:素材储备、题材边界、篇幅承载、目标平台样本是否足够。
扫榜流程
Phase 1:确认平台和方向
问用户:「你想看哪个平台?(起点/番茄/晋江/其他)有没有关注的题材方向?」
关键判断: - 用户已有方向 → 针对该方向做深度扫榜 - 用户没有方向 → 做全榜概览 + 找趋势 - 用户想跨平台比较 → 做平台对比分析
Phase 2:确定数据来源
扫榜需要真实数据支撑。 根据当前环境选择数据来源:
| 优先级 | 模式 | 说明 | 何时用 |
|---|---|---|---|
| 1 | 脚本采集 | 直接抓取平台页面/SSR 数据,产出结构化文件 | 优先;起点默认不需要 Chrome |
| 2 | 用户提供 | 用户粘贴榜单截图/文字/链接 | 用户已有数据时 |
| 3 | 内置知识 | 基于知识库趋势数据做分析 | 无法联网、用户无数据时 |
脚本采集模式
优先运行对应平台脚本直接采集结构化数据。起点使用移动端 SSR pageContext,默认不需要 Chrome/CDP;番茄等需要浏览器态的平台再使用 /browser-cdp 启动
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 12 files
skills/story-long-scan/SKILL.md
skills/story-long-scan/references/genre-trends.md
skills/story-long-scan/references/publishing-guide.md
skills/story-long-scan/references/reader-profiling.md
skills/story-long-scan/references/scan-output-format.md
skills/story-long-scan/references/topic-decision.md
skills/story-long-scan/scripts/cdp-utils.js
skills/story-long-scan/scripts/ciweimao-rank-scraper.js
skills/story-long-scan/scripts/fanqie-rank-scraper.js
skills/story-long-scan/scripts/jjwxc-rank-scraper.js
skills/story-long-scan/scripts/qidian-rank-scraper.js
skills/story-long-scan/scripts/qimao-rank-scraper.js