{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-full",
    "name": "Youtube Full",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/therohitdas/youtube-full",
    "canonicalUrl": "https://clawhub.ai/therohitdas/youtube-full",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youtube-full",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-full",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/tapi-auth.js"
    ],
    "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",
      "slug": "youtube-full",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T10:50:30.930Z",
      "expiresAt": "2026-05-18T10:50:30.930Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-full",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-full",
        "contentDisposition": "attachment; filename=\"youtube-full-1.5.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "youtube-full"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/youtube-full"
    },
    "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-full",
    "agentPageUrl": "https://openagent3.xyz/skills/youtube-full/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-full/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-full/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 Full",
        "body": "Complete YouTube toolkit via TranscriptAPI.com. Everything in one skill."
      },
      {
        "title": "Setup",
        "body": "If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card):\n\nStep 1 — Register: Ask user for their email.\n\nnode ./scripts/tapi-auth.js register --email USER_EMAIL\n\n→ OTP sent to email. Ask user: \"Check your email for a 6-digit verification code.\"\n\nStep 2 — Verify: Once user provides the OTP:\n\nnode ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE\n\nAPI key saved to ~/.openclaw/openclaw.json. See File Writes below for details. Existing file is backed up before modification.\n\nManual option: transcriptapi.com/signup → Dashboard → API Keys."
      },
      {
        "title": "File Writes",
        "body": "The verify and save-key commands save the API key to ~/.openclaw/openclaw.json (sets skills.entries.transcriptapi.apiKey and enabled: true). Existing file is backed up to ~/.openclaw/openclaw.json.bak before modification.\n\nTo use the API key in terminal/CLI outside the agent, add to your shell profile manually:\nexport TRANSCRIPT_API_KEY=<your-key>"
      },
      {
        "title": "API Reference",
        "body": "Full OpenAPI spec: transcriptapi.com/openapi.json — consult this for the latest parameters and schemas."
      },
      {
        "title": "Transcript — 1 credit",
        "body": "curl -s \"https://transcriptapi.com/api/v2/youtube/transcript\\\n?video_url=VIDEO_URL&format=text&include_timestamp=true&send_metadata=true\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nParamRequiredDefaultValuesvideo_urlyes—YouTube URL or 11-char video IDformatnojsonjson, textinclude_timestampnotruetrue, falsesend_metadatanofalsetrue, false\n\nResponse (format=json):\n\n{\n  \"video_id\": \"dQw4w9WgXcQ\",\n  \"language\": \"en\",\n  \"transcript\": [{ \"text\": \"...\", \"start\": 18.0, \"duration\": 3.5 }],\n  \"metadata\": { \"title\": \"...\", \"author_name\": \"...\", \"author_url\": \"...\" }\n}"
      },
      {
        "title": "Search — 1 credit",
        "body": "# Videos\ncurl -s \"https://transcriptapi.com/api/v2/youtube/search?q=QUERY&type=video&limit=20\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n# Channels\ncurl -s \"https://transcriptapi.com/api/v2/youtube/search?q=QUERY&type=channel&limit=10\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nParamRequiredDefaultValidationqyes—1-200 charstypenovideovideo, channellimitno201-50"
      },
      {
        "title": "Channels",
        "body": "All channel endpoints accept channel — an @handle, channel URL, or UC... channel ID. No need to resolve first."
      },
      {
        "title": "Resolve handle — FREE",
        "body": "curl -s \"https://transcriptapi.com/api/v2/youtube/channel/resolve?input=@TED\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nResponse: {\"channel_id\": \"UC...\", \"resolved_from\": \"@TED\"}"
      },
      {
        "title": "Latest 15 videos — FREE",
        "body": "curl -s \"https://transcriptapi.com/api/v2/youtube/channel/latest?channel=@TED\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nReturns exact viewCount and ISO published timestamps."
      },
      {
        "title": "All channel videos — 1 credit/page",
        "body": "# First page (100 videos)\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/videos?channel=@NASA\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n# Next pages\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/videos?continuation=TOKEN\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nProvide exactly one of channel or continuation. Response includes continuation_token and has_more."
      },
      {
        "title": "Search within channel — 1 credit",
        "body": "curl -s \"https://transcriptapi.com/api/v2/youtube/channel/search\\\n?channel=@TED&q=QUERY&limit=30\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\""
      },
      {
        "title": "Playlists — 1 credit/page",
        "body": "Accepts playlist — a YouTube playlist URL or playlist ID.\n\n# First page\ncurl -s \"https://transcriptapi.com/api/v2/youtube/playlist/videos?playlist=PL_ID\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n# Next pages\ncurl -s \"https://transcriptapi.com/api/v2/youtube/playlist/videos?continuation=TOKEN\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nValid ID prefixes: PL, UU, LL, FL, OL. Response includes playlist_info, results, continuation_token, has_more."
      },
      {
        "title": "Credit Costs",
        "body": "EndpointCosttranscript1search1channel/resolvefreechannel/latestfreechannel/videos1/pagechannel/search1playlist/videos1/page"
      },
      {
        "title": "Validation Rules",
        "body": "FieldRulechannel@handle, channel URL, or UC... IDplaylistPlaylist URL or ID (PL/UU/LL/FL/OL prefix)q1-200 charslimit1-50"
      },
      {
        "title": "Errors",
        "body": "CodeMeaningAction401Bad API keyCheck key402No creditstranscriptapi.com/billing404Not foundResource doesn't exist or no captions408TimeoutRetry once after 2s422Validation errorCheck param format429Rate limitedWait, respect Retry-After"
      },
      {
        "title": "Typical Workflows",
        "body": "Research workflow: search → pick videos → fetch transcripts\n\n# 1. Search\ncurl -s \"https://transcriptapi.com/api/v2/youtube/search\\\n?q=machine+learning+explained&limit=5\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n# 2. Transcript\ncurl -s \"https://transcriptapi.com/api/v2/youtube/transcript\\\n?video_url=VIDEO_ID&format=text&include_timestamp=true&send_metadata=true\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nChannel monitoring: latest (free) → transcript\n\n# 1. Latest uploads (free — pass @handle directly)\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/latest?channel=@TED\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n# 2. Transcript of latest\ncurl -s \"https://transcriptapi.com/api/v2/youtube/transcript\\\n?video_url=VIDEO_ID&format=text&include_timestamp=true&send_metadata=true\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nFree tier: 100 credits, 300 req/min. Starter ($5/mo): 1,000 credits."
      }
    ],
    "body": "YouTube Full\n\nComplete YouTube toolkit via TranscriptAPI.com. Everything in one skill.\n\nSetup\n\nIf $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card):\n\nStep 1 — Register: Ask user for their email.\n\nnode ./scripts/tapi-auth.js register --email USER_EMAIL\n\n\n→ OTP sent to email. Ask user: \"Check your email for a 6-digit verification code.\"\n\nStep 2 — Verify: Once user provides the OTP:\n\nnode ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE\n\n\nAPI key saved to ~/.openclaw/openclaw.json. See File Writes below for details. Existing file is backed up before modification.\n\nManual option: transcriptapi.com/signup → Dashboard → API Keys.\n\nFile Writes\n\nThe verify and save-key commands save the API key to ~/.openclaw/openclaw.json (sets skills.entries.transcriptapi.apiKey and enabled: true). Existing file is backed up to ~/.openclaw/openclaw.json.bak before modification.\n\nTo use the API key in terminal/CLI outside the agent, add to your shell profile manually: export TRANSCRIPT_API_KEY=<your-key>\n\nAPI Reference\n\nFull OpenAPI spec: transcriptapi.com/openapi.json — consult this for the latest parameters and schemas.\n\nTranscript — 1 credit\ncurl -s \"https://transcriptapi.com/api/v2/youtube/transcript\\\n?video_url=VIDEO_URL&format=text&include_timestamp=true&send_metadata=true\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nParam\tRequired\tDefault\tValues\nvideo_url\tyes\t—\tYouTube URL or 11-char video ID\nformat\tno\tjson\tjson, text\ninclude_timestamp\tno\ttrue\ttrue, false\nsend_metadata\tno\tfalse\ttrue, false\n\nResponse (format=json):\n\n{\n  \"video_id\": \"dQw4w9WgXcQ\",\n  \"language\": \"en\",\n  \"transcript\": [{ \"text\": \"...\", \"start\": 18.0, \"duration\": 3.5 }],\n  \"metadata\": { \"title\": \"...\", \"author_name\": \"...\", \"author_url\": \"...\" }\n}\n\nSearch — 1 credit\n# Videos\ncurl -s \"https://transcriptapi.com/api/v2/youtube/search?q=QUERY&type=video&limit=20\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n# Channels\ncurl -s \"https://transcriptapi.com/api/v2/youtube/search?q=QUERY&type=channel&limit=10\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nParam\tRequired\tDefault\tValidation\nq\tyes\t—\t1-200 chars\ntype\tno\tvideo\tvideo, channel\nlimit\tno\t20\t1-50\nChannels\n\nAll channel endpoints accept channel — an @handle, channel URL, or UC... channel ID. No need to resolve first.\n\nResolve handle — FREE\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/resolve?input=@TED\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n\nResponse: {\"channel_id\": \"UC...\", \"resolved_from\": \"@TED\"}\n\nLatest 15 videos — FREE\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/latest?channel=@TED\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n\nReturns exact viewCount and ISO published timestamps.\n\nAll channel videos — 1 credit/page\n# First page (100 videos)\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/videos?channel=@NASA\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n# Next pages\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/videos?continuation=TOKEN\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n\nProvide exactly one of channel or continuation. Response includes continuation_token and has_more.\n\nSearch within channel — 1 credit\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/search\\\n?channel=@TED&q=QUERY&limit=30\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\nPlaylists — 1 credit/page\n\nAccepts playlist — a YouTube playlist URL or playlist ID.\n\n# First page\ncurl -s \"https://transcriptapi.com/api/v2/youtube/playlist/videos?playlist=PL_ID\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n# Next pages\ncurl -s \"https://transcriptapi.com/api/v2/youtube/playlist/videos?continuation=TOKEN\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n\nValid ID prefixes: PL, UU, LL, FL, OL. Response includes playlist_info, results, continuation_token, has_more.\n\nCredit Costs\nEndpoint\tCost\ntranscript\t1\nsearch\t1\nchannel/resolve\tfree\nchannel/latest\tfree\nchannel/videos\t1/page\nchannel/search\t1\nplaylist/videos\t1/page\nValidation Rules\nField\tRule\nchannel\t@handle, channel URL, or UC... ID\nplaylist\tPlaylist URL or ID (PL/UU/LL/FL/OL prefix)\nq\t1-200 chars\nlimit\t1-50\nErrors\nCode\tMeaning\tAction\n401\tBad API key\tCheck key\n402\tNo credits\ttranscriptapi.com/billing\n404\tNot found\tResource doesn't exist or no captions\n408\tTimeout\tRetry once after 2s\n422\tValidation error\tCheck param format\n429\tRate limited\tWait, respect Retry-After\nTypical Workflows\n\nResearch workflow: search → pick videos → fetch transcripts\n\n# 1. Search\ncurl -s \"https://transcriptapi.com/api/v2/youtube/search\\\n?q=machine+learning+explained&limit=5\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n# 2. Transcript\ncurl -s \"https://transcriptapi.com/api/v2/youtube/transcript\\\n?video_url=VIDEO_ID&format=text&include_timestamp=true&send_metadata=true\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n\nChannel monitoring: latest (free) → transcript\n\n# 1. Latest uploads (free — pass @handle directly)\ncurl -s \"https://transcriptapi.com/api/v2/youtube/channel/latest?channel=@TED\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n# 2. Transcript of latest\ncurl -s \"https://transcriptapi.com/api/v2/youtube/transcript\\\n?video_url=VIDEO_ID&format=text&include_timestamp=true&send_metadata=true\" \\\n  -H \"Authorization: Bearer $TRANSCRIPT_API_KEY\"\n\n\nFree tier: 100 credits, 300 req/min. Starter ($5/mo): 1,000 credits."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/therohitdas/youtube-full",
    "publisherUrl": "https://clawhub.ai/therohitdas/youtube-full",
    "owner": "therohitdas",
    "version": "1.4.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-full",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-full",
    "agentUrl": "https://openagent3.xyz/skills/youtube-full/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-full/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-full/agent.md"
  }
}