{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-ai-videos",
    "name": "YouTube AI Videos",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mjohannp/youtube-ai-videos",
    "canonicalUrl": "https://clawhub.ai/mjohannp/youtube-ai-videos",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youtube-ai-videos",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-ai-videos",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.json",
      "scripts/fetch_youtube_ai_videos.py",
      "scripts/find_channel_id.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-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-ai-videos"
    },
    "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-ai-videos",
    "agentPageUrl": "https://openagent3.xyz/skills/youtube-ai-videos/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-ai-videos/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-ai-videos/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 AI Videos",
        "body": "Fetch and display the latest AI-related videos from YouTube channels using YouTube Data API v3."
      },
      {
        "title": "Requirements",
        "body": "This skill requires a YouTube Data API v3 key to function. The API key can be provided in three ways (priority order):\n\nEnvironment variable: YOUTUBE_API_KEY\nSecrets file: ~/.openclaw/secrets/youtube_api_key.txt\nConfig file: config.json (fallback, not recommended for security)\n\nGet a free API key: https://console.cloud.google.com/apis/api/youtube.googleapis.com"
      },
      {
        "title": "Usage",
        "body": "Use this skill when you need recent AI-related videos from YouTube."
      },
      {
        "title": "Workflow",
        "body": "Fetch recent videos from configured YouTube channels using YouTube Data API v3\nFilter videos by keywords in title\nFilter by max age (default: 3 days)\nReturn up to 15 videos (configurable)\nSort by publication date (newest first)"
      },
      {
        "title": "Configuration",
        "body": "All settings are in config.json:\n\nchannels: List of YouTube channel handles (@handle) or IDs\nkeywords: List of keywords to search for\nmaxVideos: Maximum number of videos to return (default: 15)\nmaxAgeDays: Maximum video age in days (default: 3)\nyoutubeApiKey: Fallback YouTube Data API v3 key (use environment/secrets instead)"
      },
      {
        "title": "Adding Channels",
        "body": "Find YouTube channel handles or IDs:\n\nGo to channel page\nLook at URL: youtube.com/@CHANNELNAME or youtube.com/channel/CHANNEL_ID\nUse @handle format (recommended) or channel ID"
      },
      {
        "title": "Output Format",
        "body": "Each video includes:\n\nNumber (1-15)\nTime ago (e.g., \"2h ago\")\nTitle with keyword matches highlighted in bold\nChannel name\nDirect YouTube link\n\nExample:\n\n1. [2h ago] [OpenClaw: The Next Generation of AI Agents](https://youtube.com/watch?v=...)\n   by @IchBinFabian"
      },
      {
        "title": "Running the Script",
        "body": "./scripts/fetch_youtube_ai_videos.py\n\nThe script loads --> YouTube API key from environment, secrets file, or config (in that order) and outputs filtered videos."
      },
      {
        "title": "Security Note",
        "body": "For security, prefer storing your API key in:\n\nEnvironment variable: export YOUTUBE_API_KEY=\"your_key\"\nSecrets file: ~/.openclaw/secrets/youtube_api_key.txt\n\nAvoid storing the API key directly in config.json as it's visible in plain text."
      }
    ],
    "body": "YouTube AI Videos\n\nFetch and display the latest AI-related videos from YouTube channels using YouTube Data API v3.\n\nRequirements\n\nThis skill requires a YouTube Data API v3 key to function. The API key can be provided in three ways (priority order):\n\nEnvironment variable: YOUTUBE_API_KEY\nSecrets file: ~/.openclaw/secrets/youtube_api_key.txt\nConfig file: config.json (fallback, not recommended for security)\n\nGet a free API key: https://console.cloud.google.com/apis/api/youtube.googleapis.com\n\nUsage\n\nUse this skill when you need recent AI-related videos from YouTube.\n\nWorkflow\nFetch recent videos from configured YouTube channels using YouTube Data API v3\nFilter videos by keywords in title\nFilter by max age (default: 3 days)\nReturn up to 15 videos (configurable)\nSort by publication date (newest first)\nConfiguration\n\nAll settings are in config.json:\n\nchannels: List of YouTube channel handles (@handle) or IDs\nkeywords: List of keywords to search for\nmaxVideos: Maximum number of videos to return (default: 15)\nmaxAgeDays: Maximum video age in days (default: 3)\nyoutubeApiKey: Fallback YouTube Data API v3 key (use environment/secrets instead)\nAdding Channels\n\nFind YouTube channel handles or IDs:\n\nGo to channel page\nLook at URL: youtube.com/@CHANNELNAME or youtube.com/channel/CHANNEL_ID\nUse @handle format (recommended) or channel ID\nOutput Format\n\nEach video includes:\n\nNumber (1-15)\nTime ago (e.g., \"2h ago\")\nTitle with keyword matches highlighted in bold\nChannel name\nDirect YouTube link\n\nExample:\n\n1. [2h ago] [OpenClaw: The Next Generation of AI Agents](https://youtube.com/watch?v=...)\n   by @IchBinFabian\n\nRunning the Script\n./scripts/fetch_youtube_ai_videos.py\n\n\nThe script loads --> YouTube API key from environment, secrets file, or config (in that order) and outputs filtered videos.\n\nSecurity Note\n\nFor security, prefer storing your API key in:\n\nEnvironment variable: export YOUTUBE_API_KEY=\"your_key\"\nSecrets file: ~/.openclaw/secrets/youtube_api_key.txt\n\nAvoid storing the API key directly in config.json as it's visible in plain text."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mjohannp/youtube-ai-videos",
    "publisherUrl": "https://clawhub.ai/mjohannp/youtube-ai-videos",
    "owner": "mjohannp",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-ai-videos",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-ai-videos",
    "agentUrl": "https://openagent3.xyz/skills/youtube-ai-videos/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-ai-videos/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-ai-videos/agent.md"
  }
}