{
  "markdown": "# `conversiontools/agent-skills`\n\n**[Conversion Tools](https://conversiontools.io) agent skills** - convert 140+ file formats directly from AI agents, build a custom converter from a plain-language description when none fits, or pull structured data out of documents with [Parse](https://parse.conversiontools.io).\n\nTwo surfaces, same backend: the **`ctio` CLI** for terminal-first agents, and the hosted **MCP server** for zero-install / web-based agents. The skill teaches your agent to pick the right one.\n\nOne repo, every agent. Full per-agent setup is at <https://conversiontools.io/docs/agents>.\n\n## Installation\n\n### Claude Code\n\n```bash\nclaude plugin marketplace add conversiontools/agent-skills\nclaude plugin install conversiontools@conversiontools-skills\n```\n\nRestart Claude Code after installation. The MCP server connects automatically.\n\n### Cursor\n\n```bash\n/add-plugin conversiontools\n```\n\nOr add the repo as a plugin source, then install `conversiontools` from the plugins browser.\n\n### OpenAI Codex\n\n```bash\ncodex plugin marketplace add conversiontools/agent-skills\n```\n\nStart Codex, open the plugins browser with `/plugins`, and install the `conversiontools` plugin.\n\n### Grok Build\n\nOnce listed in the Grok marketplace, run `/marketplace` inside Grok Build and install `conversiontools`. In the meantime, add the MCP server with `grok mcp add conversiontools --url https://mcp.conversiontools.io/mcp`.\n\n### Gemini CLI\n\n```bash\ngemini extensions install https://github.com/conversiontools/agent-skills\n```\n\nUpdate later with `gemini extensions update conversiontools`. (The standalone [conversiontools/gemini-extension](https://github.com/conversiontools/gemini-extension) repo also works and stays current.)\n\n### ctio CLI (best for shell-driven workflows)\n\nSingle-binary CLI, no Node/Bun runtime required. Pipes nicely with `jq`, handles arbitrarily large files via streaming.\n\n**Windows (scoop):**\n\n```bash\nscoop bucket add conversiontools https://github.com/conversiontools/scoop-bucket\nscoop install ctio\n```\n\n**macOS / Linux:** download from <https://github.com/conversiontools/ctio/releases> - one-line install commands for each platform are in the [ctio docs](https://conversiontools.io/docs/ctio).\n\n### Any MCP client\n\nConnect to the hosted MCP server:\n\n```\nhttps://mcp.conversiontools.io/mcp\n```\n\n---\n\n| Skill | Description |\n|-------|-------------|\n| [convert](https://github.com/conversiontools/agent-skills/tree/main/skills/convert) | Convert files between 140+ formats using Conversion Tools. Two surfaces - the `ctio` CLI (preferred when shell access is available) and the hosted MCP server (zero-install). Supports documents, data formats (incl. Parquet), images (incl. JXL), audio, video, e-books, OCR, AI extraction, text-to-speech (TTS), speech-to-text (STT), subtitles (SRT, VTT, ASS), and website screenshots. Plus build a custom converter from a plain-language description (AI Studio) when no standard one fits. |\n| [parse-integration](https://github.com/conversiontools/agent-skills/tree/main/skills/parse-integration) | Extract named fields from documents (invoices, receipts, purchase orders, bank statements, forms, scans) as structured JSON with Parse by Conversion Tools, and build a production integration against its API - API key, schema design, submit, poll until terminal, failure handling, webhooks instead of polling, and CSV/XLSX export. Includes copy-pasteable Python and Node.js clients. |\n\n## Supported Conversions\n\n- **Documents**: Word, PowerPoint, Excel, Markdown, ODS to/from PDF, HTML, Text, LaTeX\n- **Data**: JSON, CSV, XML, YAML, Parquet, JSONL, BSON, Excel - with validators and formatters\n- **Images**: PNG, JPG, WebP, AVIF, HEIC, JXL (JPEG XL), SVG, BMP, TIFF, GIF\n- **PDF**: Extract to Word, Excel, CSV, Text, HTML, Images (JPG, PNG, SVG, TIFF), EPUB\n- **Audio**: MP3, WAV, FLAC - plus AI text-to-speech and speech-to-text\n- **Video**: MP4, MOV, MKV, AVI - plus audio extraction\n- **E-books**: EPUB, MOBI, AZW, AZW3, FB2, FBZ, PDF\n- **OCR**: Extract text from images and scanned PDFs - output as Text or searchable PDF\n- **AI-powered**: Smart extraction from complex documents, subtitle translation, TTS, STT\n- **Subtitles**: SRT, VTT, ASS - bidirectional conversions\n- **Web**: Website screenshots to PDF, JPG, PNG\n- **Custom (AI Studio)**: describe a transformation in plain language and have a reusable converter built, run, and returned - for when no standard converter fits\n\n## Authentication\n\nFor the MCP server, you'll be prompted to authenticate via OAuth in your browser on first use. For the `ctio` CLI, run `ctio auth login` once and paste an API token from [conversiontools.io/profile](https://conversiontools.io/profile). Free accounts get 100 conversions per month (10 per day). Paid plans available at [conversiontools.io/pricing](https://conversiontools.io/pricing).\n\n## Links\n\n- [All agent integrations](https://conversiontools.io/docs/agents)\n- [ctio CLI docs](https://conversiontools.io/docs/ctio)\n- [MCP server docs](https://conversiontools.io/docs/mcp)\n- [Parse docs (document data extraction)](https://parse.conversiontools.io/docs)\n- [Pricing](https://conversiontools.io/pricing)\n- [Support](https://conversiontools.io/contact)\n\n## License\n\nMIT\n",
  "bytes": 5233,
  "sha": "2deb95269f50437bc1632342698bb05eeb23d3f9924f4285c963c3eba5dd1356",
  "repo_slug": "conversiontools/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_conversiontools_agent_skills_conversiont_398381be/readme"
}