transloadit-media-processing
Process media files (video, audio, images, documents) using Transloadit. Use when asked to encode video to HLS/MP4, generate thumbnails, resize or watermark images, extract audio, concatenate clips, add subtitles, OCR documents, or run any media processing pipeline. Covers 86+ processing robots for file transformation at scale.
npx skills add github/awesome-copilot --skill transloadit-media-processing --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Transloadit Media Processing Process, transform, and encode media files using Transloadit's cloud infrastructure. Supports video, audio, images, and documents with 86+ specialized processing robots. ## When to Use This Skill Use this skill when you need to: - Encode video to HLS, MP4, WebM, or other formats - Generate thumbnails or animated GIFs from video - Resize, crop, watermark, or optimize images - Convert between image formats (JPEG, PNG, WebP, AVIF, HEIF) - Extract or transcode audio (MP3, AAC, FLAC, WAV) - Concatenate video or audio clips - Add subtitles or overlay text on video - OCR documents (PDF, scanned images) - Run speech-to-text or text-to-speech - Apply AI-based content moderation or object detection - Build multi-step media pipelines that chain operations together ## Setup ### Option A: MCP Server (recommended for Copilot) Add the Transloadit MCP server to your IDE config. This gives the agent direct access to Transloadit tools (`create_template`, `create_assembly`, `list_assembly_notifications`, etc.). **VS Code / GitHub Copilot** (`.vscode/mcp.json` or user settings): ```json { "servers": { "transloadit": { "command": "npx", "args": ["-y", "@transloadit/mcp-se
- When to Use This Skill
- Setup
- Option A: MCP Server (recommended for Copilot)
- Option B: CLI
- Core Workflows
- Encode Video to HLS (Adaptive Streaming)
- Generate Thumbnails from Video
- Resize and Watermark Images
- OCR a Document
- Concatenate Audio Clips
- Multi-Step Pipelines
- Key Concepts
- Tips
npx -y @transloadit/node assemblies create \
What does the transloadit-media-processing skill do?
Process media files (video, audio, images, documents) using Transloadit. Use when asked to encode video to HLS/MP4, generate thumbnails, resize or watermark images, extract audio, concatenate clips, add subtitles, OCR documents, or run any media processing pipeline. Covers 86+ processing robots for file transformation at scale.
How do I install it?
Run `npx skills add github/awesome-copilot --skill transloadit-media-processing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.