{
  "entry": {
    "kind": "skill",
    "slug": "youtube-transcript-downloader",
    "name": "YouTube Transcript Downloader",
    "vendor": "michalparkola",
    "description": "Retrieves and processes transcripts from YouTube URLs so an agent can work with the contents of a talk or tutorial as text instead of being told to watch a video it cannot watch.\n\nOutbound network access is its only capability, making it a low-risk utility. The standard retrieval caveat applies and is easy to forget with video: a transcript is text an unknown person wrote, and an agent that summarises it is processing untrusted input. Video feels less like a document than a web page, which is precisely why it is a convenient injection surface.",
    "website": "https://github.com/michalparkola",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "research",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 40,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}