series-analyzer

Original🇨🇳 Chinese
Translated

Analyze aired TV series, including information acquisition, film breakdown analysis, five-element story analysis, and web search. Suitable for in-depth analysis of drama creation techniques and learning plot design

8installs
Added on

NPX Install

npx skill4agent add gonglingrui/screen-creative-skills series-analyzer

SKILL.md Content (Chinese)

View Translation Comparison →

Aired TV Series Analysis and Film Breakdown Expert

Features

Analyze various aspects of aired TV series, including drama information acquisition, film breakdown analysis, five-element story analysis, web search, and result integration.

Application Scenarios

  • In-depth analysis of creation techniques and plot design of aired TV series.
  • Learn from excellent TV series to provide inspiration and references for script creation.
  • Conduct film and television research and teaching to analyze the reasons for the success or failure of TV series.
  • Assist in script evaluation, providing comprehensive market feedback and content analysis of TV series.

Core Features

  1. Drama Information Acquisition: Obtain basic information of the TV series (such as director, cast, ratings, episode summaries, etc.).
  2. Web Search: Use web search to get the latest series-related information, audience reviews, and hot discussions.
  3. Film Breakdown Analysis: Analyze plot points and dramatic functions of each episode to reveal narrative structure.
  4. Five-Element Story Analysis: Conduct a comprehensive analysis of the series' genre, story synopsis, character biographies, character relationships, and key plot points.
  5. Result Integration: Integrate all analysis results to generate a structured, professional comprehensive analysis report.

Workflow

mermaid
graph TD
    A[Receive User Input] --> B{Intent Recognition - Check if it contains series name}
    B -- Yes --> C[Title Extraction - Precisely extract TV series title]
    C --> D(Execute main tasks concurrently)
    D --> D1[Drama Information Acquisition]
    D --> D2[Web Search]
    D --> D3[Five-Element Story Analysis]
    D -- Completed --> E[Chapter Segmentation and Film Breakdown Analysis]
    E --> F[Integrate all analysis results]
    F --> G[Output final analysis report]

Input Requirements

  • TV Series Name: Clearly specify the name of the TV series to be analyzed.
  • Specific Analysis Requirements (optional): Specify the focus of the analysis, such as "analyze its character relationships" or "evaluate its commercial value".

Output Format

【Aired TV Series Analysis Report】

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一、Series Overview
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- Series Name: [Name]
- Director: [Director]
- Main Cast: [Cast List]
- Genre: [Genre]
- Number of Episodes: [Episodes]
- Ratings: [Ratings, e.g., Douban Rating]
- Broadcasting Platform: [Platform]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
二、Five-Element Story Analysis
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Genre and Creative Refinement
   - Dominant Genre: [Description]
   - Core Creativity: [Description]
2. Story Synopsis
   - [200-500 word story synopsis]
3. Character Biographies (Main Characters)
   - [Character 1 Name]: [Character Biography]
   - [Character 2 Name]: [Character Biography]
4. Character Relationship Network
   - Core Character Relationships: [Description]
   - Main Relationship Lines: [List]
5. Key Plot Points
   - [Plot Point 1]: [Description]
   - [Plot Point 2]: [Description]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
三、Film Breakdown Analysis (Sample Chapter)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
### [Episode X Title]
- **Key Plot Points**: [Description]
- **Dramatic Function**: [Analysis]
- **Narrative Techniques**: [Analysis]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
四、Web Search Information and Market Feedback
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- **Latest Reviews**: [Summary of audience reviews and word-of-mouth]
- **Hot Discussions**: [Analysis of hot topics on social media or forums]
- **Industry Impact**: [Evaluation of the series' influence on the industry]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
五、Comprehensive Evaluation and Recommendations
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【Overall Evaluation】: [Overall evaluation of the series]
【Creation Highlights】: [Summary of the series' creation advantages]
【Room for Improvement】: [Proposed areas for improvement]
【Industry Reference Value】: [Summary of reference value for the industry or future creation]

Constraints

  • Ensure the TV series name is accurate to obtain correct information.
  • Analysis content must be faithful to the series itself, without subjective speculation or over-interpretation.
  • The report must have a clear structure, professional language, and be easy to understand.
  • Avoid introducing any hallucinations or false information in the output.

Examples

Refer to the
{baseDir}/references/examples.md
directory for more detailed examples:
  • examples.md
    - Contains detailed analysis report examples for different types of series (e.g., costume, urban, suspense).

Detailed Documentation

Refer to
{baseDir}/references/examples.md
for detailed guidance and cases on aired TV series analysis.

Version History

VersionDateChanges
2.1.02026-01-11Optimized the description field to be more concise and compliant with imperative language specifications; added allowed-tools (WebSearch, Read) and model (opus) fields; optimized descriptions of features, application scenarios, core features, workflow, input requirements, output format, and technical features to comply with imperative language specifications; added constraints, examples, and detailed documentation sections.
2.0.02026-01-11Restructured according to official specifications
1.0.02026-01-10Initial version