← All plugins
file-conversion
v1.0.0Convert files between 999 routes — PDF to Word, HEIC to JPG, MP4 to MP3, CSV to JSON, EPUB to MOBI — via the free ChangeThisFile API. MCP-aware with a zero-dependency script fallback; no API key required.
CodexClaude Code1 skill
by Aadil RazviMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/file-conversion/ inside the repository.
Layout
plugins/file-conversion/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/file-conversion/SKILL.md
Skills1
file-conversionskills/file-conversion/SKILL.md
Convert files between formats — PDF to Word, HEIC to JPG, MP4 to MP3, CSV to JSON, EPUB to MOBI, and 999 total routes across images, video, audio, documents, data, fonts, ebooks, and archives. Free via changethisfile.com, no API key or signup. Use when the user needs a file converted to a different format.
Manifests2
plugins/file-conversion/.codex-plugin/plugin.json
{
"name": "file-conversion",
"version": "1.0.0",
"description": "Convert files between 999 routes — PDF to Word, HEIC to JPG, MP4 to MP3, CSV to JSON, EPUB to MOBI — via the free ChangeThisFile API. MCP-aware with a zero-dependency script fallback; no API key required.",
"skills": "./skills/",
"author": {
"name": "Aadil Razvi",
"url": "https://changethisfile.com"
},
"homepage": "https://github.com/aadilr/changethisfile-mcp",
"license": "MIT",
"interface": {
"displayName": "File Conversion",
"shortDescription": "Convert files between 999 routes — PDF to Word, HEIC to JPG, MP4 to MP3, CSV to JSON, EPUB to MOBI — via the free…",
"category": "Coding"
}
}plugins/file-conversion/.claude-plugin/plugin.json
{
"name": "file-conversion",
"version": "1.0.0",
"description": "Convert files between 999 routes — PDF to Word, HEIC to JPG, MP4 to MP3, CSV to JSON, EPUB to MOBI — via the free ChangeThisFile API. MCP-aware with a zero-dependency script fallback; no API key required.",
"author": {
"name": "Aadil Razvi",
"url": "https://changethisfile.com"
},
"homepage": "https://github.com/aadilr/changethisfile-mcp",
"license": "MIT"
}