Browse the Skills directory
See every skill, what it does, and its install command.
How skills and the MCP fit together
These are two different things, and most people want both:- Skills work on video files on your computer. They run media tools like
ffmpegand Whisper locally. Depending on the skill and agent, selected images or video frames may be sent to your AI model provider for analysis. - The Tella MCP server connects your agent to your Tella workspace — the videos you’ve already recorded — so it can cut, lay out, and zoom them in Tella itself.
What you need
- An AI agent that supports skills. Most skills below are built and tested for Claude Code; several also run on Claude Cowork, Codex, or Cursor.
- The tools listed by each skill, commonly
ffmpegandpython3. Platform support varies: Cut Video and Clipify lean on Apple’s hardware video decoding and need a Mac. B-Roll Finder can fall back to CPU transcription, while Add Zooms, Tella to YouTube, and Slack Assets Bot aren’t tied to one platform. - Each skill’s repository has its exact requirements and setup steps.
Install a skill
Most skills install by cloning them into your agent’s skills folder. For Claude Code:/cut-video is available as a slash command. Swap the repository URL and folder name for any other skill.
A few skills install differently — Tella to YouTube is a Claude Code plugin, and Slack Assets Bot needs a one-time Slack app setup. The exact command for each skill is on its page in the Skills directory.
Cut Video
Install Cut Video
Install command, features, and source code.
⚡ Prompt it now
- Cut the silences and ums out of this recording
- Tighten this video — aggressive, but keep the laughs
Clipify
Install Clipify
Install command, features, and source code.
⚡ Prompt it now
- Find the best moments in this podcast and clip them for TikTok
- Cut this into 9:16 clips with captions
Add Zooms
Install Add Zooms
Install command, features, and source code.
⚡ Prompt it now
- Add punch zooms to this clip
- Add some energy to this hot-take — zoom on the emphasised words
B-Roll Finder
Install B-Roll Finder
Install command, features, and source code.
⚡ Prompt it now
- Find B-roll for this video
- Source cutaways for the intro and show me the options
Slack Assets Bot
Install Slack Assets Bot
Install command, features, and source code.
⚡ Prompt it now
- Use the reaction meme I saved yesterday in this edit
- Add the sound effect from my sounds folder
Tella to YouTube
Install Tella to YouTube
Install command, features, and source code.
⚡ Prompt it now
- Publish my latest Tella recording to YouTube
- Upload that demo to YouTube — draft a title from the transcript
Edit your Tella videos by prompt
If you’ve connected the Tella MCP server, you can edit videos already in your workspace by asking — no skill needed. Your agent can cut clips, remove silences and fillers, switch layouts, add zooms, highlights, and blurs, then export.⚡ Prompt it now
- Clean up a recording: Take my latest Tella video, remove the filler words, and cut any silence longer than a second.
- Cut by transcript: Find where I fumble the intro in this video and cut it — keep the second take.
- Layouts: Switch to camera-only fullscreen when I’m talking to the viewer, and side-by-side when I’m demoing. Use a spring transition.
- Zooms: Add zooms on the parts where I’m clicking through the settings panel — nothing on the talking-head sections. Preserve any existing hand-tuned zooms.
- Redact: Blur the email address that’s visible in the top-right while the dashboard is on screen.
- A social cut: Duplicate this video, keep only my best reactions, and export it as a 20-second clip with captions on.
MCP edits remain adjustable in the Tella editor, but some operations replace matching edit state. Automatic zoom generation replaces existing tracking zooms by default. Ask the agent to preserve existing zooms (using
replaceExisting: false) or duplicate the video before experimenting.Tips for best results
- Be specific about the moment. “Cut the bit where I lose my train of thought in the intro” beats “clean this up”.
- Say what to protect. Skills cut hard by default. If a pause is a joke landing, say so.
- Review before you publish. Ask for the plan or a preview frame first, especially on a long recording.
- Iterate in the same conversation. “Too aggressive, keep more of the pauses” is faster than starting over, since the transcript and proxy are already there.
- Combine skills. A common chain is Cut Video → Add Zooms → Clipify: tighten the recording, give it motion, then cut it for social.
FAQ
Do I need a paid Tella plan to use skills?
Do I need a paid Tella plan to use skills?
No. The skills are open source and run on your own machine — they work on any video file. You only need a Tella account for the skills and prompts that touch your Tella workspace, like Tella to YouTube or editing through the MCP.
Does my footage get uploaded anywhere?
Does my footage get uploaded anywhere?
Core transcription and rendering happen on your machine. Depending on the skill and agent, selected images or verification frames may be sent to your AI model provider for analysis. Skills that publish or source footage — Tella to YouTube, B-Roll Finder — also reach the internet by design.
Can I use these outside Claude Code?
Can I use these outside Claude Code?
Sometimes. A skill is a
SKILL.md file plus a few scripts, so any agent that can read instructions and run shell commands can use one — Claude Cowork, Codex, and Cursor generally work. The install steps and slash commands in each repository assume Claude Code.Can I change how a skill behaves?
Can I change how a skill behaves?
Yes. Each skill’s
SKILL.md holds its defaults in plain English — pacing, zoom strength, which sources to trust. Fork the repository and edit it to match your own style.Something went wrong or a skill isn't installing.
Something went wrong or a skill isn't installing.
Check the skill’s GitHub repository first, since setup instructions there are always current. For anything Tella-specific, contact us at support@tella.com.