category/series-analysis/series-analyzer/SKILL.md
分析已播剧集,包括信息获取、拉片分析、五元素分析及联网搜索。适用于深度分析剧集创作技法、学习情节设计
npx skillsauth add gonglingrui/screen-creative-skills series-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
分析已播电视剧的各个方面,包括剧集信息获取、拉片分析、故事五元素分析、联网搜索和结果整合。
graph TD
A[接收用户输入] --> B{意图识别 - 判断是否包含剧集名称}
B -- 是 --> C[剧名提取 - 精准提取电视剧剧名]
C --> D(并发执行主要任务)
D --> D1[剧集信息获取]
D --> D2[联网搜索]
D --> D3[故事五元素分析]
D -- 完成 --> E[章节切分和拉片分析]
E --> F[整合所有分析结果]
F --> G[输出最终分析报告]
【已播剧集分析报告】
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一、剧集概览
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- 剧集名称:[名称]
- 导演:[导演]
- 主演:[主演列表]
- 类型:[类型]
- 集数:[集数]
- 评分:[评分,如豆瓣评分]
- 播出平台:[平台]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
二、故事五元素分析
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. 题材类型与创意提炼
- 主导题材:[描述]
- 核心创意:[描述]
2. 故事梗概
- [200-500字的故事梗概]
3. 人物小传(主要角色)
- [角色1名称]:[角色小传]
- [角色2名称]:[角色小传]
4. 人物关系网络
- 核心人物关系:[描述]
- 主要关系线:[列表]
5. 大情节点
- [情节点1]:[描述]
- [情节点2]:[描述]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
三、拉片分析(示例章节)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
### [第 X 集名称]
- **关键情节点**: [描述]
- **戏剧功能**: [分析]
- **叙事手法**: [分析]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
四、联网搜索信息与市场反馈
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- **最新评价**: [总结观众评价和口碑]
- **热点讨论**: [分析社交媒体或论坛热点话题]
- **行业影响**: [评估剧集对行业的影响力]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
五、综合评价与建议
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【总体评价】:[对剧集的整体评价]
【创作亮点】:[总结剧集的创作优势]
【提升空间】:[提出可改进的方面]
【行业参考价值】:[总结对行业或未来创作的参考价值]
参见 {baseDir}/references/examples.md 目录获取更多详细示例:
examples.md - 包含不同类型剧集(如古装、都市、悬疑)的详细分析报告示例。参见 {baseDir}/references/examples.md 获取关于已播剧集分析的详细指导与案例。
| 版本 | 日期 | 变更 | |------|------|------| | 2.1.0 | 2026-01-11 | 优化 description 字段,使其更精简并符合命令式语言规范;添加 allowed-tools (WebSearch, Read) 和 model (opus) 字段;优化功能、使用场景、核心功能、工作流程、输入要求、输出格式、技术特点的描述,使其更符合命令式语言规范;添加约束条件、示例和详细文档部分。 | | 2.0.0 | 2026-01-11 | 按官方规范重构 | | 1.0.0 | 2026-01-10 | 初始版本 |
tools
Orchestrate and coordinate one-click generation workflow for major plot points and detailed plot points. Suitable for structured analysis of long stories, complex tasks requiring modular agent collaboration
testing
Orchestrate the full plot-point dramatic function analysis pipeline — text preprocessing, parallel segment analysis, result integration, and report generation — for long-form story content. Use when analyzing plot points and dramatic functions in long texts, producing structured dramatic analysis reports, or coordinating multi-step story analysis workflows.
tools
Intelligently truncate text while preserving content integrity and semantic coherence. Suitable for long text preprocessing, ensuring text does not exceed specified length limits
tools
Split text into specified-sized chunks while maintaining semantic integrity. Suitable for long text batch processing, dividing text into processable segments