{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-archiver",
    "name": "YouTube Archiver",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/benmillerat/youtube-archiver",
    "canonicalUrl": "https://clawhub.ai/benmillerat/youtube-archiver",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youtube-archiver",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-archiver",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/default-summary-prompt.md",
      "references/providers.md",
      "references/troubleshooting.md",
      "scripts/yt-enrich.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-archiver"
    },
    "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-archiver",
    "agentPageUrl": "https://openagent3.xyz/skills/youtube-archiver/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-archiver/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-archiver/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "YouTube Archiver",
        "body": "Use this skill to import YouTube playlists into markdown files and optionally enrich notes with transcript, summary, and tagging."
      },
      {
        "title": "Requirements",
        "body": "Python 3.7+\nyt-dlp (pip install yt-dlp or brew install yt-dlp)\nA browser signed into YouTube (for private playlists like Liked/Watch Later)\nmacOS: terminal needs Full Disk Access to read browser cookies\nWindows: browser cookie extraction can be flaky; cookies_file export is the safer path\nLinux: works on desktop installs; headless servers need cookies_file"
      },
      {
        "title": "First-run setup flow (interactive)",
        "body": "If no config exists at <output>/.config.json, ask these questions before running scripts."
      },
      {
        "title": "Required questions",
        "body": "Where should archived notes be stored?\n\nDefault: ./YouTube-Archive\n\n\nWhich playlists should be archived?\n\nAccept playlist IDs or URLs\nDefault: LL (Liked Videos), WL (Watch Later)\n\n\nWhich browser is signed into YouTube for cookie auth?\n\nDefault: chrome"
      },
      {
        "title": "Optional enrichment questions",
        "body": "Ask only if the user wants summaries/tags.\n\nGenerate AI summaries? (yes/no)\nSummary provider? (openai, gemini, anthropic, openrouter, ollama, none)\nSummary model name?\nAPI key env var name?\nEnable auto-tagging? (yes/no)\nTagging provider/model/env var?\nKeep default tags or define custom vocabulary?"
      },
      {
        "title": "First-run execution sequence",
        "body": "Run init:\n\npython3 <skill>/scripts/yt-import.py --output <output-dir> --init\n\n\nEdit <output-dir>/.config.json from the user’s answers.\nVerify auth with dry run:\n\npython3 <skill>/scripts/yt-import.py --output <output-dir> --dry-run\n\n\nRun real import.\nRun enrichment (optional):\n\npython3 <skill>/scripts/yt-enrich.py --output <output-dir> --limit 10"
      },
      {
        "title": "One-shot quick start",
        "body": "Use this for immediate manual sync:\n\npython3 <skill>/scripts/yt-import.py --output <output-dir>\npython3 <skill>/scripts/yt-enrich.py --output <output-dir> --limit 10\n\nUseful import flags:\n\n--dry-run\n--playlist <ID> (repeatable)\n--no-summary\n--no-tags\n--cookies <path/to/cookies.txt>\n--browser <name>\n\nUseful enrich flags:\n\n--dry-run\n--limit <N>\n--strict-config"
      },
      {
        "title": "Idempotency and safety behavior",
        "body": "Import skips already archived videos by video_id.\nFilenames include video ID: Title [video_id].md.\nEnrichment skips notes where frontmatter has enriched: true.\nLockfile prevents concurrent runs: <output-dir>/.yt-archiver.lock."
      },
      {
        "title": "Automation with cron (single-agent default)",
        "body": "Offer cron only after one successful manual run.\n\nExample schedule (daily 11:00):\n\nImport new videos\nEnrich a bounded batch\n\nExample task text:\n\nRun yt-import.py for <output-dir>, then run yt-enrich.py --limit 10 for the same output.\n\nKeep it single-agent by default. Do not assume multi-agent routing."
      },
      {
        "title": "Troubleshooting and provider details",
        "body": "Read these references when needed:\n\nProvider setup, model suggestions, cost: references/providers.md\nCommon failures and fixes: references/troubleshooting.md\nDefault summary prompt template: references/default-summary-prompt.md"
      }
    ],
    "body": "YouTube Archiver\n\nUse this skill to import YouTube playlists into markdown files and optionally enrich notes with transcript, summary, and tagging.\n\nRequirements\nPython 3.7+\nyt-dlp (pip install yt-dlp or brew install yt-dlp)\nA browser signed into YouTube (for private playlists like Liked/Watch Later)\nmacOS: terminal needs Full Disk Access to read browser cookies\nWindows: browser cookie extraction can be flaky; cookies_file export is the safer path\nLinux: works on desktop installs; headless servers need cookies_file\nFirst-run setup flow (interactive)\n\nIf no config exists at <output>/.config.json, ask these questions before running scripts.\n\nRequired questions\nWhere should archived notes be stored?\nDefault: ./YouTube-Archive\nWhich playlists should be archived?\nAccept playlist IDs or URLs\nDefault: LL (Liked Videos), WL (Watch Later)\nWhich browser is signed into YouTube for cookie auth?\nDefault: chrome\nOptional enrichment questions\n\nAsk only if the user wants summaries/tags.\n\nGenerate AI summaries? (yes/no)\nSummary provider? (openai, gemini, anthropic, openrouter, ollama, none)\nSummary model name?\nAPI key env var name?\nEnable auto-tagging? (yes/no)\nTagging provider/model/env var?\nKeep default tags or define custom vocabulary?\nFirst-run execution sequence\nRun init:\npython3 <skill>/scripts/yt-import.py --output <output-dir> --init\nEdit <output-dir>/.config.json from the user’s answers.\nVerify auth with dry run:\npython3 <skill>/scripts/yt-import.py --output <output-dir> --dry-run\nRun real import.\nRun enrichment (optional):\npython3 <skill>/scripts/yt-enrich.py --output <output-dir> --limit 10\nOne-shot quick start\n\nUse this for immediate manual sync:\n\npython3 <skill>/scripts/yt-import.py --output <output-dir>\npython3 <skill>/scripts/yt-enrich.py --output <output-dir> --limit 10\n\n\nUseful import flags:\n\n--dry-run\n--playlist <ID> (repeatable)\n--no-summary\n--no-tags\n--cookies <path/to/cookies.txt>\n--browser <name>\n\nUseful enrich flags:\n\n--dry-run\n--limit <N>\n--strict-config\nIdempotency and safety behavior\nImport skips already archived videos by video_id.\nFilenames include video ID: Title [video_id].md.\nEnrichment skips notes where frontmatter has enriched: true.\nLockfile prevents concurrent runs: <output-dir>/.yt-archiver.lock.\nAutomation with cron (single-agent default)\n\nOffer cron only after one successful manual run.\n\nExample schedule (daily 11:00):\n\nImport new videos\nEnrich a bounded batch\n\nExample task text:\n\nRun yt-import.py for <output-dir>, then run yt-enrich.py --limit 10 for the same output.\n\nKeep it single-agent by default. Do not assume multi-agent routing.\n\nTroubleshooting and provider details\n\nRead these references when needed:\n\nProvider setup, model suggestions, cost: references/providers.md\nCommon failures and fixes: references/troubleshooting.md\nDefault summary prompt template: references/default-summary-prompt.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/benmillerat/youtube-archiver",
    "publisherUrl": "https://clawhub.ai/benmillerat/youtube-archiver",
    "owner": "benmillerat",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-archiver",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-archiver",
    "agentUrl": "https://openagent3.xyz/skills/youtube-archiver/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-archiver/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-archiver/agent.md"
  }
}