{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-instant-article",
    "name": "Youtube Instant Article",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/viticci/youtube-instant-article",
    "canonicalUrl": "https://clawhub.ai/viticci/youtube-instant-article",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youtube-instant-article",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-instant-article",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "instant-article.sh",
      "scripts/generate.sh",
      "scripts/setup.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. 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-instant-article"
    },
    "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-instant-article",
    "agentPageUrl": "https://openagent3.xyz/skills/youtube-instant-article/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-instant-article/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-instant-article/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 Instant Article",
        "body": "Transform YouTube videos into Telegraph Instant View articles with visual slides and timestamped summaries."
      },
      {
        "title": "When to Use",
        "body": "ALWAYS use this skill when:\n\nUser shares a YouTube URL (any youtube.com or youtu.be link)\n\"Summarize this video\"\n\"What's this video about?\"\n\"Turn this into an article\"\n\"Give me the gist of this video\"\n\nOnly use generic summarize for:\n\nNon-YouTube URLs (articles, websites, PDFs)\nExplicit \"just give me the transcript\" requests"
      },
      {
        "title": "Quick Start",
        "body": "source /Users/viticci/clawd/.env && {baseDir}/scripts/generate.sh \"$ARGUMENTS\""
      },
      {
        "title": "Options",
        "body": "FlagDefaultDescription--slides-max N6Maximum slides to extract--debugoffKeep temp files for debugging"
      },
      {
        "title": "Environment Variables",
        "body": "Required environment variables are loaded from /Users/viticci/clawd/.env:\n\nTELEGRAPH_TOKEN - Telegraph API access token\nOPENAI_API_KEY - For GPT-5.2 summarization"
      },
      {
        "title": "Output",
        "body": "Telegraph Instant View article with:\n\n📺 Video link at top\n🖼️ Slides interleaved with timestamped sections\n⏱️ Key moments with timestamps\n💬 Notable quotes as blockquotes\n✨ Proper title from YouTube"
      },
      {
        "title": "Architecture",
        "body": "YouTube URL\n    │\n    ├─► summarize --extract (get video title)\n    │\n    ├─► summarize --slides (extract key frames)\n    │\n    ├─► summarize --timestamps (GPT-5.2 summary)\n    │\n    ├─► catbox.moe (upload images)\n    │\n    └─► Telegraph API (create article)"
      },
      {
        "title": "Image Hosting: catbox.moe",
        "body": "No API key required\nNo expiration\nReliable CDN\nDirect URL embedding"
      },
      {
        "title": "LLM: OpenAI GPT-5.2",
        "body": "Fast (~4-5 seconds)\nHigh quality summaries\nAutomatic timestamp extraction"
      },
      {
        "title": "Layout: Interleaved Images",
        "body": "Images distributed across timestamp sections\nNot grouped at top\nEach major section gets a relevant slide"
      },
      {
        "title": "Instant View Timing",
        "body": "Telegram needs 1-2 minutes to generate Instant View for new pages. If the ⚡ button doesn't appear immediately, wait and try again."
      },
      {
        "title": "Script Requirements",
        "body": "Uses zsh (not bash) for associative array support\nRequires: summarize, jq, curl\nOptional: ffmpeg (for local video processing)"
      },
      {
        "title": "Always Use the Script",
        "body": "NEVER manually create Telegraph content. Always use generate.sh:\n\nEnsures proper h4 headers (required for Instant View)\nDistributes images correctly\nExtracts video title automatically"
      },
      {
        "title": "Dependencies",
        "body": "summarize v0.10.0+ (brew install steipete/tap/summarize)\njq (brew install jq)\ncurl (pre-installed on macOS)\nOpenAI API key with GPT-5.2 access"
      },
      {
        "title": "Processing Time",
        "body": "Video LengthApprox. Time< 15 min20-30s15-30 min30-45s30+ min45-60s+"
      },
      {
        "title": "\"Failed to get summary\"",
        "body": "Check OPENAI_API_KEY is set\nVerify API key has GPT-5.2 access\nTry with --debug flag"
      },
      {
        "title": "No Instant View button",
        "body": "Wait 1-2 minutes for Telegram to process\nVerify article has content (not empty)\nCheck images loaded (visit Telegraph URL directly)"
      },
      {
        "title": "Images not showing",
        "body": "catbox.moe might be temporarily down\nCheck upload succeeded in debug output\nVerify URLs are HTTPS"
      }
    ],
    "body": "YouTube Instant Article\n\nTransform YouTube videos into Telegraph Instant View articles with visual slides and timestamped summaries.\n\nWhen to Use\n\nALWAYS use this skill when:\n\nUser shares a YouTube URL (any youtube.com or youtu.be link)\n\"Summarize this video\"\n\"What's this video about?\"\n\"Turn this into an article\"\n\"Give me the gist of this video\"\n\nOnly use generic summarize for:\n\nNon-YouTube URLs (articles, websites, PDFs)\nExplicit \"just give me the transcript\" requests\nQuick Start\nsource /Users/viticci/clawd/.env && {baseDir}/scripts/generate.sh \"$ARGUMENTS\"\n\nOptions\nFlag\tDefault\tDescription\n--slides-max N\t6\tMaximum slides to extract\n--debug\toff\tKeep temp files for debugging\nEnvironment Variables\n\nRequired environment variables are loaded from /Users/viticci/clawd/.env:\n\nTELEGRAPH_TOKEN - Telegraph API access token\nOPENAI_API_KEY - For GPT-5.2 summarization\nOutput\n\nTelegraph Instant View article with:\n\n📺 Video link at top\n🖼️ Slides interleaved with timestamped sections\n⏱️ Key moments with timestamps\n💬 Notable quotes as blockquotes\n✨ Proper title from YouTube\nArchitecture\nYouTube URL\n    │\n    ├─► summarize --extract (get video title)\n    │\n    ├─► summarize --slides (extract key frames)\n    │\n    ├─► summarize --timestamps (GPT-5.2 summary)\n    │\n    ├─► catbox.moe (upload images)\n    │\n    └─► Telegraph API (create article)\n\nKey Features\nImage Hosting: catbox.moe\nNo API key required\nNo expiration\nReliable CDN\nDirect URL embedding\nLLM: OpenAI GPT-5.2\nFast (~4-5 seconds)\nHigh quality summaries\nAutomatic timestamp extraction\nLayout: Interleaved Images\nImages distributed across timestamp sections\nNot grouped at top\nEach major section gets a relevant slide\n⚠️ Important Notes\nInstant View Timing\n\nTelegram needs 1-2 minutes to generate Instant View for new pages. If the ⚡ button doesn't appear immediately, wait and try again.\n\nScript Requirements\nUses zsh (not bash) for associative array support\nRequires: summarize, jq, curl\nOptional: ffmpeg (for local video processing)\nAlways Use the Script\n\nNEVER manually create Telegraph content. Always use generate.sh:\n\nEnsures proper h4 headers (required for Instant View)\nDistributes images correctly\nExtracts video title automatically\nDependencies\nsummarize v0.10.0+ (brew install steipete/tap/summarize)\njq (brew install jq)\ncurl (pre-installed on macOS)\nOpenAI API key with GPT-5.2 access\nProcessing Time\nVideo Length\tApprox. Time\n< 15 min\t20-30s\n15-30 min\t30-45s\n30+ min\t45-60s+\nTroubleshooting\n\"Failed to get summary\"\nCheck OPENAI_API_KEY is set\nVerify API key has GPT-5.2 access\nTry with --debug flag\nNo Instant View button\nWait 1-2 minutes for Telegram to process\nVerify article has content (not empty)\nCheck images loaded (visit Telegraph URL directly)\nImages not showing\ncatbox.moe might be temporarily down\nCheck upload succeeded in debug output\nVerify URLs are HTTPS"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/viticci/youtube-instant-article",
    "publisherUrl": "https://clawhub.ai/viticci/youtube-instant-article",
    "owner": "viticci",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-instant-article",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-instant-article",
    "agentUrl": "https://openagent3.xyz/skills/youtube-instant-article/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-instant-article/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-instant-article/agent.md"
  }
}