Media Converter Skill

## Description

7 stars

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

$curl -o ~/.claude/skills/media-converter/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/autogame-17/media-converter/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/media-converter/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Media Converter Skill Compares

Feature / AgentMedia Converter SkillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

7
from Demerzels-lab/elsamultiskillagent

Break social media addiction with screen-free streaks, urge tracking, and digital wellness

simplified-social-media

7
from Demerzels-lab/elsamultiskillagent

Manage your entire social media presence — post, schedule, and analyze — directly from your AI coding tool.

Social Media Story Video

7
from Demerzels-lab/elsamultiskillagent

**Version**: 1.0.0

Social Media Carousel

7
from Demerzels-lab/elsamultiskillagent

**Version**: 1.0.0

social-media-extractor

7
from Demerzels-lab/elsamultiskillagent

This skill enables Claude to extract public data from **Instagram**, **TikTok**, and **Reddit**.

evolink-media

7
from Demerzels-lab/elsamultiskillagent

Generate AI videos, images & music. 60+ models including Sora, Veo 3, Kling, Seedance, GPT Image, Suno v5.

vap-media

7
from Demerzels-lab/elsamultiskillagent

AI image, video, and music generation. Flux, Veo 3.1, Suno V5.

mediator

7
from Demerzels-lab/elsamultiskillagent

Intercept and filter communications from difficult contacts.

media-news-digest

7
from Demerzels-lab/elsamultiskillagent

Generate media & entertainment industry news digests.

media-backup

7
from Demerzels-lab/elsamultiskillagent

Archive Clawdbot conversation media (photos, videos) to a local folder. Works with any sync service (Dropbox, iCloud, Google Drive, OneDrive).

shelly-social-media-scheduler

7
from Demerzels-lab/elsamultiskillagent

Generate a full week of social media content for any topic or niche.

landing-page-converter

7
from Demerzels-lab/elsamultiskillagent

Build high-converting landing pages and product sales pages using proven 10-section conversion frameworks.