{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pocket-casts-yt",
    "name": "Youtube → Pocket Casts",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ManuelHettich/pocket-casts-yt",
    "canonicalUrl": "https://clawhub.ai/ManuelHettich/pocket-casts-yt",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pocket-casts-yt",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pocket-casts-yt",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/upload.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. 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-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/pocket-casts-yt"
    },
    "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/pocket-casts-yt",
    "agentPageUrl": "https://openagent3.xyz/skills/pocket-casts-yt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pocket-casts-yt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pocket-casts-yt/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": "Pocket Casts YouTube Uploader",
        "body": "Download YouTube videos and upload them to Pocket Casts Files for offline viewing."
      },
      {
        "title": "Usage",
        "body": "~/skills/pocket-casts/scripts/upload.sh \"YOUTUBE_URL\"\n\nOr with a custom title:\n\n~/skills/pocket-casts/scripts/upload.sh \"YOUTUBE_URL\" \"Custom Title\""
      },
      {
        "title": "Required",
        "body": "yt-dlp - YouTube downloader (via uv: uvx yt-dlp)\nffmpeg - Video processing (apt install ffmpeg)\ncurl - HTTP requests (usually pre-installed)\njq - JSON parsing (apt install jq)"
      },
      {
        "title": "Recommended",
        "body": "deno - JavaScript runtime for yt-dlp challenges:\ncurl -fsSL https://deno.land/install.sh | sh\n\nAdd to PATH: export PATH=\"$HOME/.deno/bin:$PATH\""
      },
      {
        "title": "Setup",
        "body": "Create credentials directory:\nmkdir -p ~/.clawdbot/credentials/pocket-casts\nchmod 700 ~/.clawdbot/credentials/pocket-casts\n\n\n\nAdd Pocket Casts refresh token:\nGet your refresh token from browser dev tools while logged into pocketcasts.com, then:\ncat > ~/.clawdbot/credentials/pocket-casts/config.json << 'EOF'\n{\n  \"refreshToken\": \"YOUR_REFRESH_TOKEN_HERE\"\n}\nEOF\nchmod 600 ~/.clawdbot/credentials/pocket-casts/config.json\n\nThe refresh token lasts ~1 year. Access tokens are fetched automatically.\n\n\nAdd YouTube cookies (required for most videos):\nYouTube's bot detection requires cookies from a logged-in browser session.\n\nInstall \"Get cookies.txt LOCALLY\" browser extension (or similar)\nGo to youtube.com while logged in\nExport cookies via the extension\nSave to ~/.clawdbot/credentials/pocket-casts/cookies.txt\n\nchmod 600 ~/.clawdbot/credentials/pocket-casts/cookies.txt"
      },
      {
        "title": "How It Works",
        "body": "Downloads video via yt-dlp --remux-video mp4\nRefreshes Pocket Casts access token using stored refresh token\nRequests presigned upload URL from Pocket Casts API\nPUTs file to S3 via presigned URL\nDeletes local video file"
      },
      {
        "title": "Environment Variables",
        "body": "CLAWDBOT_CREDENTIALS - Override credentials directory (default: ~/.clawdbot/credentials)"
      },
      {
        "title": "Notes",
        "body": "Files appear in the Pocket Casts \"Files\" tab\nVideos play natively in the app (iOS/Android/Web)\nMax file size depends on your Pocket Casts subscription (~2GB for Plus)\nCookies may need refreshing if YouTube blocks requests"
      },
      {
        "title": "⚠️ Legal Disclaimer",
        "body": "This skill is provided for personal, fair-use purposes only.\n\nYouTube Terms of Service prohibit downloading videos except via official means. Downloading may violate YouTube's ToS depending on your jurisdiction and intended use.\nPocket Casts Terms require that you own or have the rights to any media you upload to your Files library.\nCopyright law varies by country. Downloading and storing copyrighted content without permission may be illegal in your jurisdiction.\n\nBy using this skill, you accept full responsibility for ensuring your use complies with all applicable terms of service and laws. The authors disclaim any liability for misuse.\n\nRecommended uses: Personal recordings, Creative Commons content, videos you created, or content where the creator has explicitly permitted downloading."
      }
    ],
    "body": "Pocket Casts YouTube Uploader\n\nDownload YouTube videos and upload them to Pocket Casts Files for offline viewing.\n\nUsage\n~/skills/pocket-casts/scripts/upload.sh \"YOUTUBE_URL\"\n\n\nOr with a custom title:\n\n~/skills/pocket-casts/scripts/upload.sh \"YOUTUBE_URL\" \"Custom Title\"\n\nPrerequisites\nRequired\nyt-dlp - YouTube downloader (via uv: uvx yt-dlp)\nffmpeg - Video processing (apt install ffmpeg)\ncurl - HTTP requests (usually pre-installed)\njq - JSON parsing (apt install jq)\nRecommended\ndeno - JavaScript runtime for yt-dlp challenges:\ncurl -fsSL https://deno.land/install.sh | sh\n\nAdd to PATH: export PATH=\"$HOME/.deno/bin:$PATH\"\nSetup\n\nCreate credentials directory:\n\nmkdir -p ~/.clawdbot/credentials/pocket-casts\nchmod 700 ~/.clawdbot/credentials/pocket-casts\n\n\nAdd Pocket Casts refresh token:\n\nGet your refresh token from browser dev tools while logged into pocketcasts.com, then:\n\ncat > ~/.clawdbot/credentials/pocket-casts/config.json << 'EOF'\n{\n  \"refreshToken\": \"YOUR_REFRESH_TOKEN_HERE\"\n}\nEOF\nchmod 600 ~/.clawdbot/credentials/pocket-casts/config.json\n\n\nThe refresh token lasts ~1 year. Access tokens are fetched automatically.\n\nAdd YouTube cookies (required for most videos):\n\nYouTube's bot detection requires cookies from a logged-in browser session.\n\nInstall \"Get cookies.txt LOCALLY\" browser extension (or similar)\nGo to youtube.com while logged in\nExport cookies via the extension\nSave to ~/.clawdbot/credentials/pocket-casts/cookies.txt\nchmod 600 ~/.clawdbot/credentials/pocket-casts/cookies.txt\n\nHow It Works\nDownloads video via yt-dlp --remux-video mp4\nRefreshes Pocket Casts access token using stored refresh token\nRequests presigned upload URL from Pocket Casts API\nPUTs file to S3 via presigned URL\nDeletes local video file\nEnvironment Variables\nCLAWDBOT_CREDENTIALS - Override credentials directory (default: ~/.clawdbot/credentials)\nNotes\nFiles appear in the Pocket Casts \"Files\" tab\nVideos play natively in the app (iOS/Android/Web)\nMax file size depends on your Pocket Casts subscription (~2GB for Plus)\nCookies may need refreshing if YouTube blocks requests\n⚠️ Legal Disclaimer\n\nThis skill is provided for personal, fair-use purposes only.\n\nYouTube Terms of Service prohibit downloading videos except via official means. Downloading may violate YouTube's ToS depending on your jurisdiction and intended use.\nPocket Casts Terms require that you own or have the rights to any media you upload to your Files library.\nCopyright law varies by country. Downloading and storing copyrighted content without permission may be illegal in your jurisdiction.\n\nBy using this skill, you accept full responsibility for ensuring your use complies with all applicable terms of service and laws. The authors disclaim any liability for misuse.\n\nRecommended uses: Personal recordings, Creative Commons content, videos you created, or content where the creator has explicitly permitted downloading."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ManuelHettich/pocket-casts-yt",
    "publisherUrl": "https://clawhub.ai/ManuelHettich/pocket-casts-yt",
    "owner": "ManuelHettich",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pocket-casts-yt",
    "downloadUrl": "https://openagent3.xyz/downloads/pocket-casts-yt",
    "agentUrl": "https://openagent3.xyz/skills/pocket-casts-yt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pocket-casts-yt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pocket-casts-yt/agent.md"
  }
}