browser-act/skills/solutions/video-platforms/youtube-transcript-analysis-api-skill/SKILL.md
youtube-transcript-analysis-api-skill
This skill helps users extract YouTube video transcripts and perform deep competitive analysis on the content. Agent should proactively apply this skill when users express needs like analyze YouTube video content strategy, perform competitive video content analysis, extract and analyze YouTube subtitles for marketing insights, understand competitor value propositions from their videos, identify target audience from YouTube video content, analyze pain points and needs mentioned in YouTube videos,
- Source repository stars
- 5,216
- Declared platforms
- 0
- Static risk flags
- 1
- Last source update
- 2026-08-05
- Source checked
- 2026-08-06
Decision brief
What it does—and where it fits
This skill helps users extract YouTube video transcripts and perform deep competitive analysis on the content. Agent should proactively apply this skill when users express needs like analyze YouTube video content strategy, perform competitive video content analysis, extract and analyze YouTube subtitles for marketing insights, understand competitor value pr…
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/browser-act/skills --skill "solutions/video-platforms/youtube-transcript-analysis-api-skill"Inspect the Agent Skill "youtube-transcript-analysis-api-skill" from https://github.com/browser-act/skills/blob/4577dc5ae01e922b2aa81122e095a497fdde2345/solutions/video-platforms/youtube-transcript-analysis-api-skill/SKILL.md at commit 4577dc5ae01e922b2aa81122e095a497fdde2345. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Post-Extraction Workflow
After the script completes and returns transcript data, the Agent must proceed with two additional steps:
After the script completes and returns transcript data, the Agent must proceed with two additional steps:Step 1: Present Video Metadata — Display the extracted metadata to the user. (Note: Do NOT output the full raw transcript text in your response, as it is too long. Use it internally for your analysis.)Step 2: Perform Concise 8-Dimension Analysis — Analyze the transcript across the 8 dimensions. ⚠️ CRITICAL: The analysis MUST be extremely concise, bullet-point driven, and free of filler words. Directly state the facts… - 02
📖 Brief
This skill provides an end-to-end YouTube video transcript extraction and deep content analysis service. By extracting video transcripts and then systematically analyzing them, users can understand competitors' core value propositions, target audience profiles, pain point strate…
Phase 1 — Transcript Extraction: Uses BrowserAct API to extract raw transcript data (supports single video and batch modes).Phase 2 — Deep Analysis: The Agent performs structured 8-dimension analysis on the extracted transcripts.This skill provides an end-to-end YouTube video transcript extraction and deep content analysis service. By extracting video transcripts and then systematically analyzing them, users can understand competitors' core val… - 03
✨ Features
1. No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid AI generative hallucinations. 2. No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges. 3. No IP restrictions or geo-blocking: No need to handle regional IP rest…
No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid AI generative hallucinations.No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.No IP restrictions or geo-blocking: No need to handle regional IP restrictions or geofencing. - 04
🔑 API Key Guide
Before running, you must check the BROWSERACTAPIKEY environment variable. If it is not set, do not take other actions first; you should ask and wait for the user to provide it. Agent must inform the user: "Since you haven't configured the BrowserAct API Key yet, please go to the…
Before running, you must check the BROWSERACTAPIKEY environment variable. If it is not set, do not take other actions first; you should ask and wait for the user to provide it. Agent must inform the user: "Since you hav… - 05
🛠️ Input Parameters
The Agent should determine the extraction mode based on the user's needs:
TargetURLType: stringDescription: The URL of the YouTube video to extract and analyze.
Permission review
Static risk signals and limitations
Runs scripts
The documentation asks the agent to run terminal commands or scripts.
The Agent should execute the unified extraction script based on the mode:Runs scripts
The documentation asks the agent to run terminal commands or scripts.
python -u ./scripts/youtube_transcript_analysis_api.py single "TargetURL"Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 93/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 5,216 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- browser-act/skills
- Skill path
- solutions/video-platforms/youtube-transcript-analysis-api-skill/SKILL.md
- Commit
- 4577dc5ae01e922b2aa81122e095a497fdde2345
- License
- MIT
- Collected
- 2026-08-06
- Default branch
- main
View the original SKILL.md
YouTube Transcript Analysis API Skill
📖 Brief
This skill provides an end-to-end YouTube video transcript extraction and deep content analysis service. By extracting video transcripts and then systematically analyzing them, users can understand competitors' core value propositions, target audience profiles, pain point strategies, and content gaps — all without manually watching hours of video.
This skill works in two phases:
- Phase 1 — Transcript Extraction: Uses BrowserAct API to extract raw transcript data (supports single video and batch modes).
- Phase 2 — Deep Analysis: The Agent performs structured 8-dimension analysis on the extracted transcripts.
✨ Features
- No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid AI generative hallucinations.
- No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
- No IP restrictions or geo-blocking: No need to handle regional IP restrictions or geofencing.
- Faster execution: Tasks execute faster compared to purely AI-driven browser automation solutions.
- Extremely high cost-efficiency: Significantly reduces data acquisition costs compared to AI solutions that consume massive amounts of tokens.
🔑 API Key Guide
Before running, you must check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other actions first; you should ask and wait for the user to provide it.
Agent must inform the user:
"Since you haven't configured the BrowserAct API Key yet, please go to the BrowserAct Console to get your Key."
🛠️ Input Parameters
The Agent should determine the extraction mode based on the user's needs:
Mode A: Single Video Analysis
Use when the user provides a specific YouTube video URL.
- TargetURL
- Type:
string - Description: The URL of the YouTube video to extract and analyze.
- Example:
https://www.youtube.com/watch?v=st534T7-mdE - Required: Yes
- Type:
Mode B: Batch Video Analysis
Use when the user wants to search and analyze multiple videos by keyword.
-
KeyWords
- Type:
string - Description: The keyword to search for on YouTube.
- Example:
AI Automation,SaaS Marketing - Required: Yes
- Type:
-
Upload_date
- Type:
string - Description: Filter for the upload date of the videos.
- Example:
This week - Default:
This week
- Type:
-
Datelimit
- Type:
number - Description: The number of videos to extract and analyze.
- Example:
3 - Default:
3
- Type:
Optional Analysis Parameters
These parameters are set by the user's intent, not script arguments:
-
Analysis Language
- Type:
string - Description: The language the analysis report should be written in. Defaults to the same language as the user's request.
- Example:
Chinese,English
- Type:
-
Analysis Focus
- Type:
string - Description: The user may specify an analysis focus. The Agent must dynamically adjust the depth of specific dimensions based on this focus. For example:
- Competitor Analysis -> Deep dive into Dim 7 (Business Model) and Dim 8 (Gaps).
- Viral Deconstruction -> Deep dive into Dim 1 (Hook), Dim 4 (Emotional Arc), and Dim 5 (Viral Drivers).
- Audience Research -> Deep dive into Dim 3 (Persona & Intent) and Dim 4 (Pain Points).
- Default: All 8 dimensions balanced.
- Example:
Competitor Analysis,Viral Deconstruction,Audience Research
- Type:
🚀 Invocation Method
The Agent should execute the unified extraction script based on the mode:
Mode A — Single Video:
python -u ./scripts/youtube_transcript_analysis_api.py single "TargetURL"
Mode B — Batch Videos:
python -u ./scripts/youtube_transcript_analysis_api.py batch "keywords" "Upload_date" Datelimit
⏳ Running Status Monitoring
Since this task involves automated browser operations, it may take a long time (several minutes). The script will continuously output status logs with timestamps while running (e.g., [14:30:05] Task Status: running).
Agent guidelines:
- While waiting for the script to return results, please keep an eye on the terminal output.
- As long as the terminal continues to output new status logs, it means the task is running normally. Do not misjudge it as a deadlock or unresponsiveness.
- If the status remains unchanged for a long time or the script stops outputting without returning a result, only then consider triggering the retry mechanism.
Post-Extraction Workflow
After the script completes and returns transcript data, the Agent must proceed with two additional steps:
Step 1: Present Video Metadata — Display the extracted metadata to the user. (Note: Do NOT output the full raw transcript text in your response, as it is too long. Use it internally for your analysis.)
Step 2: Perform Concise 8-Dimension Analysis — Analyze the transcript across the 8 dimensions. ⚠️ CRITICAL: The analysis MUST be extremely concise, bullet-point driven, and free of filler words. Directly state the facts, evidence, and actionable insights without verbose explanations. Use the same language as the user's request.
📊 Data Output
After successful execution, the output includes two parts:
Part 1: Video Metadata
The script returns the following fields for each video:
video_title: The title of the YouTube videovideo_url: The direct link to the original videopublisher: The name of the channel publishing the videochannel_link: The URL of the publisher's YouTube channelvideo_likes_count: The number of likes the video has receivedtranscript: The complete extracted transcript/subtitles of the video (used internally for analysis, do not display full text)
Part 2: 8-Dimension Analysis
After presenting raw data, the Agent must produce structured analysis on the transcript content across the following 8 dimensions:
Dimension 1: Content Structure & Hook
Analyze the video's narrative architecture:
- Opening Hook: What is the core hook in the first 30 seconds? Quote it and explain the hook logic (e.g., curiosity gap, bold claim).
- Narrative Framework: Identify the overall structure (e.g., Problem-Agitate-Solve, Hero's Journey, Listicle).
- Pacing & Time Allocation: Proportion of intro vs. core content vs. pitch/CTA.
Dimension 2: Core Messaging
Extract the central message:
- Single Core Viewpoint: What is the ONE key thesis the video conveys?
- Supporting Arguments: How is the viewpoint supported? (Data, analogies, personal experience).
- Conclusion Clarity: Is the conclusion clear and memorable?
Dimension 3: Audience Persona & Intent
Identify the intended viewer and their mindset:
- Target Viewer Profile & Level: Who is this for? (Beginner, Expert) What prior knowledge is assumed?
- Viewer Intent: Why are they watching? (To learn a skill, be entertained, make a buying decision, or validate existing beliefs?)
Dimension 4: Pain Points & Emotional Arc
Map the emotional journey and problems addressed:
- Explicit & Implicit Pain Points: What specific problems are stated or implied? Quote exact words.
- Emotional Arc: How does the content shift the viewer's emotion? (e.g., from anxiety/confusion to clarity/relief/empowerment). This emotional shift drives retention and sharing.
Dimension 5: Viral & Engagement Drivers
Analyze the spreading mechanism:
- Shareability Factors: Why is this video shared? (Controversial takes, highly relatable scenarios, title/thumbnail alignment inferred from script).
- Memorable/Quotable Phrasing: Extract unique expressions, catchy concepts, or "aha" moments that stick in the mind.
Dimension 6: Evidence & Credibility
Evaluate trust-building elements:
- Authority Signals: Data cited, expert references, or professional background mentioned.
- Social Proof & Empathy: Real user stories, case studies, or the creator sharing their own past struggles to build rapport.
Dimension 7: Business Model & Conversion
Deconstruct the monetization and CTA strategy:
- Primary Monetization Goal: What is the underlying business purpose? (Ad revenue, selling a course, affiliate marketing, brand sponsorship, lead generation).
- CTA Strategy: What actions are requested? How is urgency or value constructed to drive this action?
Dimension 8: Categorized Content Gaps
Identify strategic opportunities by splitting gaps into three layers:
- Creator's Weaknesses: Arguments that lack evidence, logical flaws, or poorly explained concepts.
- Unresolved Viewer Questions: What specific questions would the audience still have after watching?
- Industry Whitespace: What related angles or broader perspectives did the video entirely miss that you could cover?
Output Format
For Single Video Analysis:
## Video Metadata
[Present video metadata. DO NOT print full transcript]
## Concise Deep Analysis
*(Output in extremely brief bullet points, max 1-2 short sentences per point)*
### 1. Content Structure & Hook
[Concise bullets]
### 2. Core Messaging
[Concise bullets]
### 3. Audience Persona & Intent
[Concise bullets]
### 4. Pain Points & Emotional Arc
[Concise bullets]
### 5. Viral & Engagement Drivers
[Concise bullets]
### 6. Evidence & Credibility
[Concise bullets]
### 7. Business Model & Conversion
[Concise bullets]
### 8. Categorized Content Gaps
[Concise bullets]
### Key Takeaways
[3 short, actionable strategic insights]
For Batch Video Analysis:
## Video Metadata
[Present all video metadata. DO NOT print full transcripts]
## Concise Individual Analysis
[Repeat the concise 8-dimension analysis for EACH video using brief bullet points]
## Cross-Video Comparative Analysis
[After analyzing all videos individually, provide a comparative summary]:
- Common value propositions: What themes appear across multiple videos?
- Shared target audience: Is there a consistent audience profile?
- Recurring pain points: Which problems are mentioned most frequently?
- Dominant content strategies: What narrative structures and CTA patterns are most common?
- Competitive differentiation: How do different creators/brands position themselves differently?
- Industry content gaps: What topics are consistently missing across all analyzed videos?
⚠️ Error Handling & Retry
During script execution, if errors occur (such as network fluctuations or task failure), the Agent should follow this logic:
-
Check the output content:
- If the output contains
"Invalid authorization", it means the API Key is invalid or expired. At this point, do not retry, but guide the user to recheck and provide the correct API Key. - If the output contains
"concurrent"or"too many running tasks"or similar concurrency limit messages, it means the concurrent task limit for the current subscription plan has been reached. Do not retry; guide the user to upgrade their plan. Agent must inform the user:"The current task cannot be executed because your BrowserAct account has reached the limit of concurrent tasks. Please go to the BrowserAct Plan Upgrade Page to upgrade your subscription plan and enjoy more concurrent task benefits."
- If the output does not contain the above error keywords but the task fails (e.g., output starts with
Error:or returns empty results), the Agent should automatically try to run the script once more.
- If the output contains
-
Retry limit:
- Automatic retry is limited to once. If the second attempt still fails, stop retrying and report the specific error message to the user.
-
Analysis phase notes:
- If the transcript is too short (fewer than 50 words), note this and provide analysis only on available content.
- If the transcript appears to be auto-generated and contains many errors, note this caveat at the beginning of the analysis.
🌟 Typical Use Cases
- Competitive content strategy analysis: Analyze competitors' top-performing videos to understand their messaging and positioning.
- Target audience research: Identify who competitors are targeting and how they speak to them.
- Pain point discovery: Extract customer pain points mentioned in competitor videos for product development insights.
- Content gap identification: Find topics competitors haven't covered well to create differentiated content.
- CTA strategy benchmarking: Understand how competitors drive conversions through their video content.
- Value proposition mapping: Map out what value propositions competitors emphasize most.
- Messaging framework extraction: Learn from competitors' narrative structures and persuasion techniques.
- Market trend analysis: Batch analyze recent videos in a niche to identify emerging themes and shifts.
- Content quality benchmarking: Evaluate the depth and credibility of competitor content.
- Marketing copy inspiration: Extract memorable phrases and emotional hooks for your own content creation.
Alternatives
Compare before choosing
alirezarezvani/claude-skills
app-store-optimization
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
trailofbits/skills
coverage-analysis
Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.
aaron-he-zhu/aaron-marketing-skills
deliverability-qa
Use when the user asks to "run a deliverability pre-flight before I send", "check my SPF/DKIM/DMARC/BIMI", "why am I landing in spam / promotions", or "score my sender reputation and list hygiene"; runs the ONE-TIME pre-send SEND S1 authentication pre-flight and builds the SEND S (Sender-integrity / Deliverability) evidence read — DNS + DMARC-RUA auth, domain/IP reputation, inbox placement, content/link/render, and point-in-time bounce/complaint hygiene — using Pass/Partial/Fail/Unknown/N/A stat
AgriciDaniel/claude-seo
seo-ecommerce
E-commerce SEO analysis: Google Shopping visibility, Amazon marketplace intelligence, product schema validation, competitor pricing analysis, and marketplace keyword gaps. Combines on-page product SEO with marketplace data from DataForSEO Merchant API. Use when user says "ecommerce SEO", "product SEO", "Google Shopping", "marketplace SEO", "product schema", "Amazon SEO", "product listings", "shopping ads", or "merchant SEO".