The 1inch AI Skill is a reusable instruction package that teaches AI agents how to connect to and use the 1inch MCP server — the production URL, available tools, authentication setup, and client configuration patterns. Install it once and your agent knows the setup automatically.
Install
Bash
1
npx skills add 1inch/1inch-ai
No npm package required — distribution is git-based. Source and full details: github.com/1inch/1inch-ai.
Skills and MCP together
Use both: the skill teaches your agent how to connect; MCP provides the live connection.
- The skill gives the agent the setup knowledge (server URL, tool list, auth patterns) as reusable context.
- The MCP server is the live protocol the agent calls to execute swaps, place orders, query APIs, and search docs.
For stdio-only clients (e.g. Claude Desktop), the skill documents the same URLs and auth patterns, but you still need the supergateway setup for the actual MCP connection.
Next steps
- Supported clients — install the skill and configure MCP per editor
- Tools reference — the tools your agent gains access to