Add transloadit-media-processing skill#744
Merged
aaronpowell merged 1 commit intogithub:mainfrom Feb 17, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds a new skill for media processing using Transloadit, a cloud-based media transformation service. The skill provides GitHub Copilot with knowledge about encoding video, resizing images, extracting audio, OCR documents, and building multi-step media processing pipelines using Transloadit's 86+ processing robots.
Changes:
- Added
transloadit-media-processingskill with comprehensive documentation covering video encoding, image manipulation, audio processing, and document OCR - Updated
README.skills.mdto include the new skill in the skills table
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills/transloadit-media-processing/SKILL.md | New skill documentation with front matter, setup instructions for both MCP server and CLI, core workflows with JSON examples, multi-step pipeline guidance, key concepts, and tips |
| docs/README.skills.md | Added table entry for the new transloadit-media-processing skill with matching description and correct asset column (None) |
Media processing skill using Transloadit's 86+ robots for video encoding, image manipulation, audio transcoding, OCR, and multi-step pipelines. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fb57208 to
ef1cdcd
Compare
aaronpowell
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Adds a media processing skill powered by Transloadit, a cloud service with 86+ specialized processing robots for video, audio, image, and document transformation.
The skill covers:
"use"fieldSetup instructions for both the MCP server (
@transloadit/mcp-server) and the CLI (@transloadit/node) are included.Testing
Tested with GitHub Copilot in VS Code using the MCP server integration. Example prompt:
The agent correctly used the Transloadit MCP server's
create_assemblytool with the/video/encoderobot andhls-1080ppreset, producing a working HLS playlist.Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.