Last updated: May 2026
tube2skill is a Chrome extension that turns a YouTube video into a reusable Claude skill. When you click "Generate skill", it reads the active video's transcript in your browser and sends it, with basic video metadata, to the tube2skill backend. The backend generates a .skill file and returns it to you for download.
tube2skill uses Google sign-in (via Chrome's identity API) to create your account. When you sign in we receive, from Google, your email address and basic profile information (name, profile picture). This is used solely to identify your account, associate your generated skills with you, and enforce usage limits. We do not post anything to your Google account or access your Google data beyond this basic profile.
When you generate a skill, the extension sends to the tube2skill backend (Firebase / Google Cloud):
The backend uses the Anthropic API (Claude) to generate the skill, stores the resulting .skill file and your usage counts associated with your account, and returns a short-lived download link. The Anthropic API key lives only on the backend and is never shipped in the extension.
storage.local.identity — to sign you in with your Google account.activeTab — to read the active YouTube video's URL and extract its transcript when you click the icon.scripting — to inject the transcript extractor into the YouTube tab on demand.storage — to cache your sign-in session..skill), and ExtensionPay (billing).You can delete a generated skill from within the product, and you can sign out at any time from the extension's Settings page. To request full deletion of your account data, email the address below.
Questions? Email: mstan1990@gmail.com