Best use case
Media Converter Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
## Description
Teams using Media Converter Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/media-converter/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Media Converter Skill Compares
| Feature / Agent | Media Converter Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
## Description
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Media Converter Skill
## Description
Detects media file types via magic bytes and fixes file extensions to ensure compatibility with Gemini (which rejects `application/octet-stream`). Handles basic conversion logic (placeholder for future ffmpeg support).
## Usage
```bash
# Detect MIME type and return JSON
node skills/media-converter/index.js detect --file <path>
# Fix extension based on detected MIME (renames file if needed)
node skills/media-converter/index.js fix --file <path>
```
## Examples
```bash
# Check a file masked as .bin
node skills/media-converter/index.js detect --file /tmp/unknown.bin
# Output: {"mime": "image/gif", "ext": "gif"}
# Rename a file to match its content
node skills/media-converter/index.js fix --file /tmp/unknown.bin
# Output: {"original": "/tmp/unknown.bin", "fixed": "/tmp/unknown.gif", "mime": "image/gif"}
```Related Skills
social-media-detox
Break social media addiction with screen-free streaks, urge tracking, and digital wellness
simplified-social-media
Manage your entire social media presence — post, schedule, and analyze — directly from your AI coding tool.
Social Media Story Video
**Version**: 1.0.0
Social Media Carousel
**Version**: 1.0.0
social-media-extractor
This skill enables Claude to extract public data from **Instagram**, **TikTok**, and **Reddit**.
evolink-media
Generate AI videos, images & music. 60+ models including Sora, Veo 3, Kling, Seedance, GPT Image, Suno v5.
vap-media
AI image, video, and music generation. Flux, Veo 3.1, Suno V5.
mediator
Intercept and filter communications from difficult contacts.
media-news-digest
Generate media & entertainment industry news digests.
media-backup
Archive Clawdbot conversation media (photos, videos) to a local folder. Works with any sync service (Dropbox, iCloud, Google Drive, OneDrive).
shelly-social-media-scheduler
Generate a full week of social media content for any topic or niche.
landing-page-converter
Build high-converting landing pages and product sales pages using proven 10-section conversion frameworks.