{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aisa-youtube-search",
    "name": "AIsa Youtube Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/AIsaPay/aisa-youtube-search",
    "canonicalUrl": "https://clawhub.ai/AIsaPay/aisa-youtube-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aisa-youtube-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aisa-youtube-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/youtube_client.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/aisa-youtube-search"
    },
    "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/aisa-youtube-search",
    "agentPageUrl": "https://openagent3.xyz/skills/aisa-youtube-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aisa-youtube-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aisa-youtube-search/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": "OpenClaw YouTube 📺",
        "body": "YouTube SERP Scout for autonomous agents. Powered by AIsa.\n\nOne API key. Rank discovery. Content research. Competitor tracking."
      },
      {
        "title": "Content Research",
        "body": "\"Find top-ranking videos about 'AI agents tutorial' to see what's working\""
      },
      {
        "title": "Competitor Tracking",
        "body": "\"Search for videos from competitor channels about 'machine learning'\""
      },
      {
        "title": "Trend Discovery",
        "body": "\"What are the top YouTube videos about 'GPT-5' right now?\""
      },
      {
        "title": "Topic Analysis",
        "body": "\"Find popular videos on 'autonomous driving' to understand audience interest\""
      },
      {
        "title": "Channel Discovery",
        "body": "\"Search for channels creating content about 'crypto trading'\""
      },
      {
        "title": "Quick Start",
        "body": "export AISA_API_KEY=\"your-key\""
      },
      {
        "title": "Basic YouTube Search",
        "body": "# Search for videos\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+agents+tutorial\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Search with Country Filter",
        "body": "# Search in specific country (US)\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning&gl=us\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Search in Japan\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI&gl=jp&hl=ja\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Search with Language Filter",
        "body": "# Search with interface language\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&hl=en\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Chinese interface\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=编程教程&hl=zh-CN&gl=cn\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Pagination with Filter Token",
        "body": "# Use sp parameter for pagination or advanced filters\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI&sp=<filter_token>\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Python Client",
        "body": "# Basic search\npython3 {baseDir}/scripts/youtube_client.py search --query \"AI agents tutorial\"\n\n# Search with country\npython3 {baseDir}/scripts/youtube_client.py search --query \"machine learning\" --country us\n\n# Search with language\npython3 {baseDir}/scripts/youtube_client.py search --query \"python tutorial\" --lang en\n\n# Full options\npython3 {baseDir}/scripts/youtube_client.py search --query \"GPT-5 news\" --country us --lang en\n\n# Competitor research\npython3 {baseDir}/scripts/youtube_client.py search --query \"OpenAI tutorial\"\n\n# Trend discovery\npython3 {baseDir}/scripts/youtube_client.py search --query \"AI trends 2025\""
      },
      {
        "title": "1. Content Gap Analysis",
        "body": "Find what content is ranking well to identify gaps in your strategy:\n\n# Search for top videos in your niche\nresults = client.search(\"AI automation tutorial\")\n# Analyze titles, views, and channels to find opportunities"
      },
      {
        "title": "2. Competitor Monitoring",
        "body": "Track what competitors are publishing:\n\n# Search for competitor brand + topic\nresults = client.search(\"OpenAI GPT tutorial\")\n# Monitor ranking changes over time"
      },
      {
        "title": "3. Keyword Research",
        "body": "Discover what topics are trending:\n\n# Search broad topics to see what's popular\nresults = client.search(\"artificial intelligence 2025\")\n# Extract common keywords from top-ranking titles"
      },
      {
        "title": "4. Audience Research",
        "body": "Understand what your target audience watches:\n\n# Search in specific regions\nresults = client.search(\"coding tutorial\", country=\"jp\", lang=\"ja\")\n# Analyze regional content preferences"
      },
      {
        "title": "5. SEO Analysis",
        "body": "Analyze how videos rank for specific keywords:\n\n# Track ranking positions for target keywords\nkeywords = [\"AI tutorial\", \"machine learning basics\", \"Python AI\"]\nfor kw in keywords:\n    results = client.search(kw)\n    # Record top 10 videos and their channels"
      },
      {
        "title": "API Endpoint Reference",
        "body": "EndpointMethodDescription/youtube/searchGETSearch YouTube SERP"
      },
      {
        "title": "Request Parameters",
        "body": "ParameterTypeRequiredDescriptionenginestringYesMust be youtubeqstringYesSearch queryglstringNoCountry code (e.g., us, jp, uk, cn)hlstringNoInterface language (e.g., en, ja, zh-CN)spstringNoYouTube filter token for pagination/filters"
      },
      {
        "title": "Response Format",
        "body": "{\n  \"search_metadata\": {\n    \"id\": \"search_id\",\n    \"status\": \"Success\",\n    \"created_at\": \"2025-01-15T12:00:00Z\",\n    \"request_time_taken\": 1.23,\n    \"total_time_taken\": 1.45\n  },\n  \"search_results\": [\n    {\n      \"video_id\": \"abc123xyz\",\n      \"title\": \"Complete AI Agents Tutorial 2025\",\n      \"link\": \"https://www.youtube.com/watch?v=abc123xyz\",\n      \"channel_name\": \"AI Academy\",\n      \"channel_link\": \"https://www.youtube.com/@aiacademy\",\n      \"description\": \"Learn how to build AI agents from scratch...\",\n      \"views\": \"125K views\",\n      \"published_date\": \"2 weeks ago\",\n      \"duration\": \"45:30\",\n      \"thumbnail\": \"https://i.ytimg.com/vi/abc123xyz/hqdefault.jpg\"\n    }\n  ]\n}"
      },
      {
        "title": "Country Codes (gl)",
        "body": "CodeCountryusUnited StatesukUnited KingdomjpJapancnChinadeGermanyfrFrancekrSouth KoreainIndiabrBrazilauAustralia"
      },
      {
        "title": "Language Codes (hl)",
        "body": "CodeLanguageenEnglishjaJapanesezh-CNChinese (Simplified)zh-TWChinese (Traditional)koKoreandeGermanfrFrenchesSpanishptPortugueseruRussian"
      },
      {
        "title": "Pricing",
        "body": "APICostYouTube search~$0.002\n\nEvery response includes usage.cost and usage.credits_remaining."
      },
      {
        "title": "Get Started",
        "body": "Sign up at aisa.one\nGet your API key\nAdd credits (pay-as-you-go)\nSet environment variable: export AISA_API_KEY=\"your-key\""
      },
      {
        "title": "Full API Reference",
        "body": "See API Reference for complete endpoint documentation."
      }
    ],
    "body": "OpenClaw YouTube 📺\n\nYouTube SERP Scout for autonomous agents. Powered by AIsa.\n\nOne API key. Rank discovery. Content research. Competitor tracking.\n\n🔥 What Can You Do?\nContent Research\n\"Find top-ranking videos about 'AI agents tutorial' to see what's working\"\n\nCompetitor Tracking\n\"Search for videos from competitor channels about 'machine learning'\"\n\nTrend Discovery\n\"What are the top YouTube videos about 'GPT-5' right now?\"\n\nTopic Analysis\n\"Find popular videos on 'autonomous driving' to understand audience interest\"\n\nChannel Discovery\n\"Search for channels creating content about 'crypto trading'\"\n\nQuick Start\nexport AISA_API_KEY=\"your-key\"\n\nCore Capabilities\nBasic YouTube Search\n# Search for videos\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+agents+tutorial\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nSearch with Country Filter\n# Search in specific country (US)\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning&gl=us\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Search in Japan\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI&gl=jp&hl=ja\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nSearch with Language Filter\n# Search with interface language\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&hl=en\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Chinese interface\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=编程教程&hl=zh-CN&gl=cn\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nPagination with Filter Token\n# Use sp parameter for pagination or advanced filters\ncurl \"https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI&sp=<filter_token>\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nPython Client\n# Basic search\npython3 {baseDir}/scripts/youtube_client.py search --query \"AI agents tutorial\"\n\n# Search with country\npython3 {baseDir}/scripts/youtube_client.py search --query \"machine learning\" --country us\n\n# Search with language\npython3 {baseDir}/scripts/youtube_client.py search --query \"python tutorial\" --lang en\n\n# Full options\npython3 {baseDir}/scripts/youtube_client.py search --query \"GPT-5 news\" --country us --lang en\n\n# Competitor research\npython3 {baseDir}/scripts/youtube_client.py search --query \"OpenAI tutorial\"\n\n# Trend discovery\npython3 {baseDir}/scripts/youtube_client.py search --query \"AI trends 2025\"\n\nUse Cases\n1. Content Gap Analysis\n\nFind what content is ranking well to identify gaps in your strategy:\n\n# Search for top videos in your niche\nresults = client.search(\"AI automation tutorial\")\n# Analyze titles, views, and channels to find opportunities\n\n2. Competitor Monitoring\n\nTrack what competitors are publishing:\n\n# Search for competitor brand + topic\nresults = client.search(\"OpenAI GPT tutorial\")\n# Monitor ranking changes over time\n\n3. Keyword Research\n\nDiscover what topics are trending:\n\n# Search broad topics to see what's popular\nresults = client.search(\"artificial intelligence 2025\")\n# Extract common keywords from top-ranking titles\n\n4. Audience Research\n\nUnderstand what your target audience watches:\n\n# Search in specific regions\nresults = client.search(\"coding tutorial\", country=\"jp\", lang=\"ja\")\n# Analyze regional content preferences\n\n5. SEO Analysis\n\nAnalyze how videos rank for specific keywords:\n\n# Track ranking positions for target keywords\nkeywords = [\"AI tutorial\", \"machine learning basics\", \"Python AI\"]\nfor kw in keywords:\n    results = client.search(kw)\n    # Record top 10 videos and their channels\n\nAPI Endpoint Reference\nEndpoint\tMethod\tDescription\n/youtube/search\tGET\tSearch YouTube SERP\nRequest Parameters\nParameter\tType\tRequired\tDescription\nengine\tstring\tYes\tMust be youtube\nq\tstring\tYes\tSearch query\ngl\tstring\tNo\tCountry code (e.g., us, jp, uk, cn)\nhl\tstring\tNo\tInterface language (e.g., en, ja, zh-CN)\nsp\tstring\tNo\tYouTube filter token for pagination/filters\nResponse Format\n{\n  \"search_metadata\": {\n    \"id\": \"search_id\",\n    \"status\": \"Success\",\n    \"created_at\": \"2025-01-15T12:00:00Z\",\n    \"request_time_taken\": 1.23,\n    \"total_time_taken\": 1.45\n  },\n  \"search_results\": [\n    {\n      \"video_id\": \"abc123xyz\",\n      \"title\": \"Complete AI Agents Tutorial 2025\",\n      \"link\": \"https://www.youtube.com/watch?v=abc123xyz\",\n      \"channel_name\": \"AI Academy\",\n      \"channel_link\": \"https://www.youtube.com/@aiacademy\",\n      \"description\": \"Learn how to build AI agents from scratch...\",\n      \"views\": \"125K views\",\n      \"published_date\": \"2 weeks ago\",\n      \"duration\": \"45:30\",\n      \"thumbnail\": \"https://i.ytimg.com/vi/abc123xyz/hqdefault.jpg\"\n    }\n  ]\n}\n\nCountry Codes (gl)\nCode\tCountry\nus\tUnited States\nuk\tUnited Kingdom\njp\tJapan\ncn\tChina\nde\tGermany\nfr\tFrance\nkr\tSouth Korea\nin\tIndia\nbr\tBrazil\nau\tAustralia\nLanguage Codes (hl)\nCode\tLanguage\nen\tEnglish\nja\tJapanese\nzh-CN\tChinese (Simplified)\nzh-TW\tChinese (Traditional)\nko\tKorean\nde\tGerman\nfr\tFrench\nes\tSpanish\npt\tPortuguese\nru\tRussian\nPricing\nAPI\tCost\nYouTube search\t~$0.002\n\nEvery response includes usage.cost and usage.credits_remaining.\n\nGet Started\nSign up at aisa.one\nGet your API key\nAdd credits (pay-as-you-go)\nSet environment variable: export AISA_API_KEY=\"your-key\"\nFull API Reference\n\nSee API Reference for complete endpoint documentation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AIsaPay/aisa-youtube-search",
    "publisherUrl": "https://clawhub.ai/AIsaPay/aisa-youtube-search",
    "owner": "AIsaPay",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aisa-youtube-search",
    "downloadUrl": "https://openagent3.xyz/downloads/aisa-youtube-search",
    "agentUrl": "https://openagent3.xyz/skills/aisa-youtube-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aisa-youtube-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aisa-youtube-search/agent.md"
  }
}