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.
By Aadil RazviLicense: MIT39.9k GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install file-conversion for Codex and Claude Code
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add file-conversion@claude-code-workflowsPaste and run these commands in a terminal with Codex. They add and refresh the claude-code-workflows catalog, then install this plugin.
Compatibility: the page URL and API slug “file-conversion” remain stable.
- Codex:
file-conversion@agent-plugin-marketplace→file-conversion@claude-code-workflows
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wshobson/agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/file-conversion/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/file-conversion/SKILL.md
Included Skills1
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.
Plugin manifests2
{
"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"
}
}{
"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"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[file-conversion on Agent Plugins Marketplace](https://pluginsmp.com/plugins/file-conversion)