{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-transcript-analyzer",
    "name": "YouTube Transcript Analyzer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/XanderRey/youtube-transcript-analyzer",
    "canonicalUrl": "https://clawhub.ai/XanderRey/youtube-transcript-analyzer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youtube-transcript-analyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-transcript-analyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/analysis-patterns.md",
      "scripts/extract_transcript.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/youtube-transcript-analyzer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/youtube-transcript-analyzer",
    "agentPageUrl": "https://openagent3.xyz/skills/youtube-transcript-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-transcript-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-transcript-analyzer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "YouTube Transcript Analysis",
        "body": "Extract, clean, and analyze YouTube video transcripts to understand content without watching."
      },
      {
        "title": "Overview",
        "body": "This skill enables rapid analysis of YouTube videos by extracting transcripts and providing comprehensive summaries. Perfect for research, content review, or understanding video material without time investment."
      },
      {
        "title": "Quick Workflow",
        "body": "Extract: Use scripts/extract_transcript.sh to get clean text from YouTube URL\nRead: Load the extracted transcript file\nAnalyze: Provide structured summary based on content type\nFormat: Present findings in scannable, organized format"
      },
      {
        "title": "Extraction Process",
        "body": "Use the bundled script for any YouTube video:\n\nscripts/extract_transcript.sh \"https://www.youtube.com/watch?v=VIDEO_ID\" output.txt\n\nThe script automatically:\n\nDownloads yt-dlp if not present\nExtracts captions (auto-generated or manual)\nCleans VTT formatting to plain text\nProvides character count and preview"
      },
      {
        "title": "Content Type Recognition",
        "body": "Identify video type first, then tailor analysis:\n\nEducational/Tutorial: Step-by-step breakdown, key concepts, prerequisites\nProduct Review: Comparisons, pros/cons, recommendations, specifications\nNews/Commentary: Main topics, key arguments, sources cited\nEntertainment: Highlights, key moments, recurring themes"
      },
      {
        "title": "Structure Your Analysis",
        "body": "For any video type:\n\nTitle/Topic: Clear description of video content\nDuration insight: Brief/detailed based on transcript length\nKey points: 3-7 main takeaways in bullet format\nNotable quotes: Important statements (if applicable)\nAction items: Next steps or recommendations (if present)\n\nFor technical content:\n\nInclude specific terminology, version numbers, tools mentioned\nNote any code examples or configurations discussed\nIdentify prerequisites or dependencies"
      },
      {
        "title": "Quality Considerations",
        "body": "Auto-generated transcripts may have:\n\nRepetitive phrases\nTranscription errors for technical terms\nMissing punctuation\nFiller words (\"um\", \"uh\", \"you know\")\n\nFilter and interpret accordingly - focus on clear, coherent content."
      },
      {
        "title": "Advanced Analysis",
        "body": "For detailed analysis patterns and content-specific approaches, see analysis-patterns.md."
      },
      {
        "title": "Error Handling",
        "body": "If extraction fails:\n\nVideo may lack captions\nMay be private/restricted\nNetwork connectivity issues\nAge-restricted content\n\nFallback approach: Use web_fetch on the YouTube URL to get basic video information, then inform user about transcript limitations."
      }
    ],
    "body": "YouTube Transcript Analysis\n\nExtract, clean, and analyze YouTube video transcripts to understand content without watching.\n\nOverview\n\nThis skill enables rapid analysis of YouTube videos by extracting transcripts and providing comprehensive summaries. Perfect for research, content review, or understanding video material without time investment.\n\nQuick Workflow\nExtract: Use scripts/extract_transcript.sh to get clean text from YouTube URL\nRead: Load the extracted transcript file\nAnalyze: Provide structured summary based on content type\nFormat: Present findings in scannable, organized format\nExtraction Process\n\nUse the bundled script for any YouTube video:\n\nscripts/extract_transcript.sh \"https://www.youtube.com/watch?v=VIDEO_ID\" output.txt\n\n\nThe script automatically:\n\nDownloads yt-dlp if not present\nExtracts captions (auto-generated or manual)\nCleans VTT formatting to plain text\nProvides character count and preview\nAnalysis Approach\nContent Type Recognition\n\nIdentify video type first, then tailor analysis:\n\nEducational/Tutorial: Step-by-step breakdown, key concepts, prerequisites Product Review: Comparisons, pros/cons, recommendations, specifications\nNews/Commentary: Main topics, key arguments, sources cited Entertainment: Highlights, key moments, recurring themes\n\nStructure Your Analysis\n\nFor any video type:\n\nTitle/Topic: Clear description of video content\nDuration insight: Brief/detailed based on transcript length\nKey points: 3-7 main takeaways in bullet format\nNotable quotes: Important statements (if applicable)\nAction items: Next steps or recommendations (if present)\n\nFor technical content:\n\nInclude specific terminology, version numbers, tools mentioned\nNote any code examples or configurations discussed\nIdentify prerequisites or dependencies\nQuality Considerations\n\nAuto-generated transcripts may have:\n\nRepetitive phrases\nTranscription errors for technical terms\nMissing punctuation\nFiller words (\"um\", \"uh\", \"you know\")\n\nFilter and interpret accordingly - focus on clear, coherent content.\n\nAdvanced Analysis\n\nFor detailed analysis patterns and content-specific approaches, see analysis-patterns.md.\n\nError Handling\n\nIf extraction fails:\n\nVideo may lack captions\nMay be private/restricted\nNetwork connectivity issues\nAge-restricted content\n\nFallback approach: Use web_fetch on the YouTube URL to get basic video information, then inform user about transcript limitations."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/XanderRey/youtube-transcript-analyzer",
    "publisherUrl": "https://clawhub.ai/XanderRey/youtube-transcript-analyzer",
    "owner": "XanderRey",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-transcript-analyzer",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-transcript-analyzer",
    "agentUrl": "https://openagent3.xyz/skills/youtube-transcript-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-transcript-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-transcript-analyzer/agent.md"
  }
}