.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/conversiontools/agent-skills
home/mcp-servers/conversiontools/agent-skills
conversiontools avatar

agent-skills

byconversiontools· 1 MCP server

Stars

5

Forks

1

Category

AI Agents & MCP

View on GitHub

TL;DR

@conversiontools agent skills

How to install agent-skills?

conversiontools/agent-skills
$git clone https://github.com/conversiontools/agent-skills

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install agent-skills by running `git clone https://github.com/conversiontools/agent-skills`, then use it for the current task and follow its documentation at https://github.com/conversiontools/agent-skills.

Files · 1

View on GitHub
README.md
1# `conversiontools/agent-skills`
2 
3**[Conversion Tools](https://conversiontools.io) agent skills** - convert 140+ file formats directly from AI agents, or build a custom converter from a plain-language description when none fits.
4 
5Two 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.
6 
7One repo, every agent. Full per-agent setup is at <https://conversiontools.io/docs/agents>.
8 
9## Installation
10 
11### Claude Code
12 
13```bash
14claude plugin marketplace add conversiontools/agent-skills
15claude plugin install conversiontools@conversiontools-skills
16```
17 
18Restart Claude Code after installation. The MCP server connects automatically.
19 
20### Cursor
21 
22```bash
23/add-plugin conversiontools
24```
25 
26Or add the repo as a plugin source, then install `conversiontools` from the plugins browser.
27 
28### OpenAI Codex
29 
30```bash
31codex plugin marketplace add conversiontools/agent-skills
32```
33 
34Start Codex, open the plugins browser with `/plugins`, and install the `conversiontools` plugin.
35 
36### Grok Build
37 
38Once 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`.
39 
40### Gemini CLI
41 
42```bash
43gemini extensions install https://github.com/conversiontools/agent-skills
44```
45 
46Update later with `gemini extensions update conversiontools`. (The standalone [conversiontools/gemini-extension](https://github.com/conversiontools/gemini-extension) repo also works and stays current.)
47 
48### ctio CLI (best for shell-driven workflows)
49 
50Single-binary CLI, no Node/Bun runtime required. Pipes nicely with `jq`, handles arbitrarily large files via streaming.
51 
52**Windows (scoop):**
53 
54```bash
55scoop bucket add conversiontools https://github.com/conversiontools/scoop-bucket
56scoop install ctio
57```
58 
59**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).
60 
61### Any MCP client
62 
63Connect to the hosted MCP server:
64 
65```
66https://mcp.conversiontools.io/mcp
67```
68 
69---
70 
71| Skill | Description |
72|-------|-------------|
73| [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. |
74 
75## Supported Conversions
76 
77- **Documents**: Word, PowerPoint, Excel, Markdown, ODS to/from PDF, HTML, Text, LaTeX
78- **Data**: JSON, CSV, XML, YAML, Parquet, JSONL, BSON, Excel - with validators and formatters
79- **Images**: PNG, JPG, WebP, AVIF, HEIC, JXL (JPEG XL), SVG, BMP, TIFF, GIF
80- **PDF**: Extract to Word, Excel, CSV, Text, HTML, Images (JPG, PNG, SVG, TIFF), EPUB
81- **Audio**: MP3, WAV, FLAC - plus AI text-to-speech and speech-to-text
82- **Video**: MP4, MOV, MKV, AVI - plus audio extraction
83- **E-books**: EPUB, MOBI, AZW, AZW3, FB2, FBZ, PDF
84- **OCR**: Extract text from images and scanned PDFs - output as Text or searchable PDF
85- **AI-powered**: Smart extraction from complex documents, subtitle translation, TTS, STT
86- **Subtitles**: SRT, VTT, ASS - bidirectional conversions
87- **Web**: Website screenshots to PDF, JPG, PNG
88- **Custom (AI Studio)**: describe a transformation in plain language and have a reusable converter built, run, and returned - for when no standard converter fits
89 
90## Authentication
91 
92For 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).
93 
94## Links
95 
96- [All agent integrations](https://conversiontools.io/docs/agents)
97- [ctio CLI docs](https://conversiontools.io/docs/ctio)
98- [MCP server docs](https://conversiontools.io/docs/mcp)
99- [Pricing](https://conversiontools.io/pricing)
100- [Support](https://conversiontools.io/contact)
101 
102## License
103 
104MIT

Preview

conversiontools/agent-skillsconversiontools/agent-skills
Repoconversiontools/agent-skills
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k