Agent skill

series-analyzer

分析已播剧集,包括信息获取、拉片分析、五元素分析及联网搜索。适用于深度分析剧集创作技法、学习情节设计

majiayu000534★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill series-analyzer-vangongwanxiaowan-screen-creative-skil-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 2.1.0
Allowed tools: -WebSearch-Read
Requires: Claude Code 1.0+
Path: skills/analysis/series-analyzer-vangongwanxiaowan-screen-creative-skil-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 已播剧集分析与拉片专家 ## 功能 分析已播电视剧的各个方面,包括剧集信息获取、拉片分析、故事五元素分析、联网搜索和结果整合。 ## 使用场景 - 深度分析已播电视剧的创作技法和情节设计。 - 学习优秀剧集,为剧本创作提供灵感与参考。 - 进行影视研究和教学,分析剧集成功或失败的原因。 - 辅助剧本评估,提供全面的剧集市场反馈与内容分析。 ## 核心功能 1. **剧集信息获取**: 获取剧集基础信息(如导演、演员、评分、分集剧情等)。 2. **联网搜索**: 运用网络搜索获取最新的剧集相关信息、观众评价和热点讨论。 3. **拉片分析**: 对各集进行情节点和戏剧功能分析,揭示叙事结构。 4. **故事五元素分析**: 全面分析剧集的题材类型、故事梗概、人物小传、人物关系、大情节点。 5. **结果整合**: 整合所有分析结果,生成结构化、专业的综合分析报告。 ## 工作流程 ```mermaid 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]:[描述] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 三、拉片分析(示例章

What's inside
Steps it walks through
  1. 功能
  2. 使用场景
  3. 核心功能
  4. 工作流程
  5. 输入要求
  6. 输出格式
  7. 约束条件
  8. 示例
  9. 详细文档
  10. 版本历史
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the series-analyzer skill do?

分析已播剧集,包括信息获取、拉片分析、五元素分析及联网搜索。适用于深度分析剧集创作技法、学习情节设计

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill series-analyzer-vangongwanxiaowan-screen-creative-skil-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going