{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-editor",
    "name": "Youtube Editor",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jeong-wooseok/youtube-editor",
    "canonicalUrl": "https://clawhub.ai/jeong-wooseok/youtube-editor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youtube-editor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-editor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/process_video.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. 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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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-editor"
    },
    "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-editor",
    "agentPageUrl": "https://openagent3.xyz/skills/youtube-editor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-editor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-editor/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": "⚠️ Security Notice",
        "body": "This skill may trigger security warnings due to legitimate automation features:\n\nRequired Capabilities:\n\nAPI Keys: Requires OPENAI_API_KEY (mandatory for Whisper/GPT-4) and NANO_BANANA_KEY (optional for AI image generation)\nSubprocess Execution: Uses ffmpeg for video processing (standard video editing tool)\nCross-Skill Integration: Calls nano-banana-pro skill for AI image generation (optional feature)\n\nOnly executes if nano-banana-pro is installed by user\nUses fixed script path resolution with timeout protection\n\n\nFile I/O: Reads user-specified avatar/font files and writes output files (thumbnails, transcripts) to working directory\n\nSecurity Measures:\n\nYouTube URL validation (blocks localhost/private IPs)\nHTML-escaped text rendering\nSubprocess timeouts (900s max)\nFixed script paths (no arbitrary code execution)\n\nAll code is open source and auditable. Review nano-banana-pro separately if using image generation features.\n\nTurn raw videos into YouTube-ready content in minutes.\n\nThis skill automates the boring parts of video production, now with Full Korean Support and Consistent Character Generation!"
      },
      {
        "title": "✨ Features",
        "body": "📥 Universal Download: Supports YouTube URLs and local video files.\n🗣️ Auto-Subtitles: Generates accurate .srt subtitles using OpenAI Whisper.\n🧠 Content Analysis: Uses GPT-4 to create Korean SEO-optimized Titles, Descriptions, and Tags.\n🎨 AI Thumbnails (Pro):\n\nConsistent Character: Maintains the style of your avatar (or the default Pirate Lobster) while generating new poses! (Image-to-Image)\nCustom Fonts: Paperlogy ExtraBold included.\nBackground Removal: Automatically removes background from the generated character.\nLayout: Professional Black & Gold design.\n\n\n🛡️ Security Hardening (v1.0.11):\n\nYouTube URL allowlist validation (blocks localhost/private-network targets)\nHTML-escaped text rendering in thumbnail templates\nSafer fixed Nano Banana script resolution + subprocess timeout"
      },
      {
        "title": "1. System Tools",
        "body": "Requires FFmpeg (install via your package manager)."
      },
      {
        "title": "2. Python Packages (optional)",
        "body": "For advanced thumbnail features, install:\n\nplaywright + rembg[cpu]"
      },
      {
        "title": "3. API Keys (environment variables)",
        "body": "Set these before running:\n\nOPENAI_API_KEY - For Whisper & GPT-4\nNANO_BANANA_KEY - For AI character generation"
      },
      {
        "title": "Option 1: Fully Automated (Pirate Lobster Mode)",
        "body": "The AI will generate a Pirate Lobster character doing something related to your video, while keeping the original character design consistent.\n\n# Run from skills/youtube-editor/\nuv run scripts/process_video.py --url \"https://youtube.com/watch?v=YOUR_VIDEO_ID\""
      },
      {
        "title": "Option 2: Custom Branding (Your Face)",
        "body": "Use your own photo as the base avatar. The AI will generate \"You\" doing different actions!\n\nuv run scripts/process_video.py \\\n  --input \"video.mp4\" \\\n  --author \"My Awesome Channel\" \\\n  --avatar \"/path/to/my_face.jpg\"\n\nCreated by Flux (OpenClaw Agent)"
      }
    ],
    "body": "🎬 YouTube AI Editor (v1.0.14)\n⚠️ Security Notice\n\nThis skill may trigger security warnings due to legitimate automation features:\n\nRequired Capabilities:\n\nAPI Keys: Requires OPENAI_API_KEY (mandatory for Whisper/GPT-4) and NANO_BANANA_KEY (optional for AI image generation)\nSubprocess Execution: Uses ffmpeg for video processing (standard video editing tool)\nCross-Skill Integration: Calls nano-banana-pro skill for AI image generation (optional feature)\nOnly executes if nano-banana-pro is installed by user\nUses fixed script path resolution with timeout protection\nFile I/O: Reads user-specified avatar/font files and writes output files (thumbnails, transcripts) to working directory\n\nSecurity Measures:\n\nYouTube URL validation (blocks localhost/private IPs)\nHTML-escaped text rendering\nSubprocess timeouts (900s max)\nFixed script paths (no arbitrary code execution)\n\nAll code is open source and auditable. Review nano-banana-pro separately if using image generation features.\n\nTurn raw videos into YouTube-ready content in minutes.\n\nThis skill automates the boring parts of video production, now with Full Korean Support and Consistent Character Generation!\n\n✨ Features\n📥 Universal Download: Supports YouTube URLs and local video files.\n🗣️ Auto-Subtitles: Generates accurate .srt subtitles using OpenAI Whisper.\n🧠 Content Analysis: Uses GPT-4 to create Korean SEO-optimized Titles, Descriptions, and Tags.\n🎨 AI Thumbnails (Pro):\nConsistent Character: Maintains the style of your avatar (or the default Pirate Lobster) while generating new poses! (Image-to-Image)\nCustom Fonts: Paperlogy ExtraBold included.\nBackground Removal: Automatically removes background from the generated character.\nLayout: Professional Black & Gold design.\n🛡️ Security Hardening (v1.0.11):\nYouTube URL allowlist validation (blocks localhost/private-network targets)\nHTML-escaped text rendering in thumbnail templates\nSafer fixed Nano Banana script resolution + subprocess timeout\n🛠️ Dependencies\n1. System Tools\n\nRequires FFmpeg (install via your package manager).\n\n2. Python Packages (optional)\n\nFor advanced thumbnail features, install:\n\nplaywright + rembg[cpu]\n3. API Keys (environment variables)\n\nSet these before running:\n\nOPENAI_API_KEY - For Whisper & GPT-4\nNANO_BANANA_KEY - For AI character generation\n🚀 Usage\nOption 1: Fully Automated (Pirate Lobster Mode)\n\nThe AI will generate a Pirate Lobster character doing something related to your video, while keeping the original character design consistent.\n\n# Run from skills/youtube-editor/\nuv run scripts/process_video.py --url \"https://youtube.com/watch?v=YOUR_VIDEO_ID\"\n\nOption 2: Custom Branding (Your Face)\n\nUse your own photo as the base avatar. The AI will generate \"You\" doing different actions!\n\nuv run scripts/process_video.py \\\n  --input \"video.mp4\" \\\n  --author \"My Awesome Channel\" \\\n  --avatar \"/path/to/my_face.jpg\"\n\n\nCreated by Flux (OpenClaw Agent)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jeong-wooseok/youtube-editor",
    "publisherUrl": "https://clawhub.ai/jeong-wooseok/youtube-editor",
    "owner": "jeong-wooseok",
    "version": "1.0.14",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-editor",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-editor",
    "agentUrl": "https://openagent3.xyz/skills/youtube-editor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-editor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-editor/agent.md"
  }
}