Tella to YouTube
Grab your latest Tella recording, generate a title and description from its transcript, and upload it to YouTube in 4K.
About
A universal agent skill that turns your latest Tella screen recording into a published YouTube video. It grabs the recording and transcript from Tella, has your agent write a title and description, and uploads the 4K master to YouTube.
The core path is deliberately small: grab, generate, upload. The skill is a plain SKILL.md plus a dependency-light Python CLI, so it works with Claude Code, Claude Cowork, Codex, Cursor, or by hand.
Optional add-ons can split camera and screen tracks, generate a thumbnail with OpenAI, or enhance audio through an Auphonic preset.
What it does
- Fetches the latest Tella recording, its transcript, and auto-generated chapters
- Exports and downloads the composited master in 4K
- Generates ranked title options and a short description with chapter timestamps
- Uploads through the YouTube Data API with resumable uploads and retry handling
- Optionally separates camera and screen tracks for reuse in Shorts
- Optionally generates a thumbnail or enhances audio before upload
Install
$ /plugin marketplace add TomGranot/tella-to-youtube$ /plugin install tella-to-youtube@tella-skillsRun these commands in Claude Code, then complete the one-time setup with your Tella API key and Google OAuth credentials.
How to use it
- Run /tella-to-youtube:tella-to-youtube. It uses your latest recording by default; provide a video ID or ask it to list recent videos to use another one.
- Give it an angle or keyword, or let the transcript guide the title and description. Pick one of the proposed titles.
- The generated metadata defaults to a public YouTube upload. Ask for unlisted or private first if you want a review step.


