# Mime Type

> Detect MIME type from filename.

- Skill: `javimosch/mime-type` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/mime-type`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/mime-type/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/mime-type

---

# mime-type Plugin
Get the MIME type for any file extension.
## Usage
- `mime detect type image.png` → image/png
- `mime detect type document.pdf` → application/pdf

