{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-voice-summarizer-elevenlabs",
    "name": "Youtube Podcast summarizer via Elevenlabs",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Franciscoandsam/youtube-voice-summarizer-elevenlabs",
    "canonicalUrl": "https://clawhub.ai/Franciscoandsam/youtube-voice-summarizer-elevenlabs",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youtube-voice-summarizer-elevenlabs",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-voice-summarizer-elevenlabs",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "skill.json",
      "SKILL.md"
    ],
    "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-voice-summarizer-elevenlabs"
    },
    "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-voice-summarizer-elevenlabs",
    "agentPageUrl": "https://openagent3.xyz/skills/youtube-voice-summarizer-elevenlabs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-voice-summarizer-elevenlabs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-voice-summarizer-elevenlabs/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 Voice Summarizer",
        "body": "Transform any YouTube video into a professional voice summary delivered in under 60 seconds."
      },
      {
        "title": "What It Does",
        "body": "When a user sends a YouTube URL, this skill:\n\nExtracts the video transcript via Supadata\nGenerates a concise AI summary via OpenRouter/Cerebras\nConverts the summary to natural speech via ElevenLabs\nReturns an audio file the user can listen to"
      },
      {
        "title": "Requirements",
        "body": "This skill requires a running backend server. Deploy the summarizer service:\n\ngit clone https://github.com/Franciscomoney/elevenlabs-moltbot.git\ncd elevenlabs-moltbot\nnpm install\ncp .env.example .env\n# Add your API keys to .env\nnpm start"
      },
      {
        "title": "Required API Keys",
        "body": "ServicePurposeGet KeyElevenLabsText-to-speechhttps://elevenlabs.ioSupadataYouTube transcriptshttps://supadata.aiOpenRouterAI summarizationhttps://openrouter.ai"
      },
      {
        "title": "How to Use",
        "body": "When user sends a YouTube URL:"
      },
      {
        "title": "Step 1: Start the voice summary job",
        "body": "curl -s -X POST http://127.0.0.1:3050/api/summarize \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"YOUTUBE_URL\",\"length\":\"short\",\"voice\":\"podcast\"}'\n\nReturns: {\"jobId\": \"job_xxx\", \"status\": \"processing\"}"
      },
      {
        "title": "Step 2: Poll for completion (wait 3-5 seconds between checks)",
        "body": "curl -s http://127.0.0.1:3050/api/status/JOB_ID\n\nKeep polling until status is \"completed\"."
      },
      {
        "title": "Step 3: Return the audio to user",
        "body": "When complete, the response includes:\n\nresult.audioUrl - The MP3 audio URL (send this to the user!)\nresult.teaser - Short hook text about the content\nresult.summary - Full text summary\nresult.keyPoints - Array of key takeaways\n\nSend the user:\n\nThe teaser text as a message\nThe audio URL so they can listen"
      },
      {
        "title": "Voice Options",
        "body": "VoiceStylepodcastDeep male narrator (default)newsBritish authoritativecasualFriendly conversationalfemale_warmWarm female voice"
      },
      {
        "title": "Summary Lengths",
        "body": "LengthDurationBest Forshort1-2 minQuick overviewmedium3-5 minBalanced detaildetailed5-10 minComprehensive"
      },
      {
        "title": "Example Flow",
        "body": "User: \"Summarize this: https://www.youtube.com/watch?v=dQw4w9WgXcQ\"\n\nStart job:\n\ncurl -s -X POST http://127.0.0.1:3050/api/summarize \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\"length\":\"short\",\"voice\":\"podcast\"}'\n\nPoll status with the returned jobId\nWhen complete, send the audioUrl to the user"
      },
      {
        "title": "Text-Only Summary (No Audio)",
        "body": "For faster, cheaper text-only summaries:\n\ncurl -s -X POST http://127.0.0.1:3050/api/quick-summary \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"YOUTUBE_URL\",\"length\":\"short\"}'"
      },
      {
        "title": "Troubleshooting",
        "body": "\"Video may not have captions\"\n\nThe video needs subtitles enabled on YouTube\nAuto-generated captions may take time on new videos\n\nAudio URL not working\n\nEnsure BASE_URL in .env is publicly accessible\nCheck firewall allows traffic on port 3050"
      },
      {
        "title": "Cost Per Summary",
        "body": "ServiceCostSupadata~$0.001OpenRouter~$0.005-0.02ElevenLabs~$0.05-0.15Total~$0.06-0.17"
      }
    ],
    "body": "YouTube Voice Summarizer\n\nTransform any YouTube video into a professional voice summary delivered in under 60 seconds.\n\nWhat It Does\n\nWhen a user sends a YouTube URL, this skill:\n\nExtracts the video transcript via Supadata\nGenerates a concise AI summary via OpenRouter/Cerebras\nConverts the summary to natural speech via ElevenLabs\nReturns an audio file the user can listen to\nRequirements\n\nThis skill requires a running backend server. Deploy the summarizer service:\n\ngit clone https://github.com/Franciscomoney/elevenlabs-moltbot.git\ncd elevenlabs-moltbot\nnpm install\ncp .env.example .env\n# Add your API keys to .env\nnpm start\n\nRequired API Keys\nService\tPurpose\tGet Key\nElevenLabs\tText-to-speech\thttps://elevenlabs.io\nSupadata\tYouTube transcripts\thttps://supadata.ai\nOpenRouter\tAI summarization\thttps://openrouter.ai\nHow to Use\n\nWhen user sends a YouTube URL:\n\nStep 1: Start the voice summary job\ncurl -s -X POST http://127.0.0.1:3050/api/summarize \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"YOUTUBE_URL\",\"length\":\"short\",\"voice\":\"podcast\"}'\n\n\nReturns: {\"jobId\": \"job_xxx\", \"status\": \"processing\"}\n\nStep 2: Poll for completion (wait 3-5 seconds between checks)\ncurl -s http://127.0.0.1:3050/api/status/JOB_ID\n\n\nKeep polling until status is \"completed\".\n\nStep 3: Return the audio to user\n\nWhen complete, the response includes:\n\nresult.audioUrl - The MP3 audio URL (send this to the user!)\nresult.teaser - Short hook text about the content\nresult.summary - Full text summary\nresult.keyPoints - Array of key takeaways\n\nSend the user:\n\nThe teaser text as a message\nThe audio URL so they can listen\nVoice Options\nVoice\tStyle\npodcast\tDeep male narrator (default)\nnews\tBritish authoritative\ncasual\tFriendly conversational\nfemale_warm\tWarm female voice\nSummary Lengths\nLength\tDuration\tBest For\nshort\t1-2 min\tQuick overview\nmedium\t3-5 min\tBalanced detail\ndetailed\t5-10 min\tComprehensive\nExample Flow\n\nUser: \"Summarize this: https://www.youtube.com/watch?v=dQw4w9WgXcQ\"\n\nStart job:\ncurl -s -X POST http://127.0.0.1:3050/api/summarize \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\"length\":\"short\",\"voice\":\"podcast\"}'\n\nPoll status with the returned jobId\nWhen complete, send the audioUrl to the user\nText-Only Summary (No Audio)\n\nFor faster, cheaper text-only summaries:\n\ncurl -s -X POST http://127.0.0.1:3050/api/quick-summary \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"YOUTUBE_URL\",\"length\":\"short\"}'\n\nTroubleshooting\n\n\"Video may not have captions\"\n\nThe video needs subtitles enabled on YouTube\nAuto-generated captions may take time on new videos\n\nAudio URL not working\n\nEnsure BASE_URL in .env is publicly accessible\nCheck firewall allows traffic on port 3050\nCost Per Summary\nService\tCost\nSupadata\t~$0.001\nOpenRouter\t~$0.005-0.02\nElevenLabs\t~$0.05-0.15\nTotal\t~$0.06-0.17"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Franciscoandsam/youtube-voice-summarizer-elevenlabs",
    "publisherUrl": "https://clawhub.ai/Franciscoandsam/youtube-voice-summarizer-elevenlabs",
    "owner": "Franciscoandsam",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-voice-summarizer-elevenlabs",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-voice-summarizer-elevenlabs",
    "agentUrl": "https://openagent3.xyz/skills/youtube-voice-summarizer-elevenlabs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-voice-summarizer-elevenlabs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-voice-summarizer-elevenlabs/agent.md"
  }
}