skill.md
Jupiter’s documentation automatically exposes a machine-readable skill file atdev.jup.ag/skill.md, following the agentskills.io specification. This file is auto-generated by Mintlify and provides a comprehensive, structured overview of all Jupiter capabilities — including skills, workflows, integration paths, and context — that AI agents and tools can consume directly.
Use skill.md when you want a single, self-contained reference for agent discovery. Use the Skills Repository when you need modular, code-ready skill definitions for specific frameworks.
What is a Skill?
A skill is a self-contained description of an API action that an AI agent can perform. It includes:- Name and description — what the skill does, in natural language
- Input schema — the parameters the agent needs to provide
- Output schema — what the agent gets back
- API endpoint — the actual HTTP call to make
- Examples — sample inputs and expected outputs
Jupiter Skills Repository
Jupiter Skills Repository
Open-source collection of ready-to-use skill definitions for Jupiter APIs.
| Skill | API | Description |
|---|---|---|
| Swap Tokens | Ultra Swap | Get quotes and execute token swaps |
| Search Tokens | Tokens V2 | Find tokens by name, symbol, or mint address |
| Get Price | Price V3 | Fetch real-time USD prices for any token |
| Get Holdings | Ultra | Check wallet token balances |
| Token Safety | Ultra Shield | Get security warnings for tokens |
| Trending Tokens | Tokens V2 | Discover trending tokens |
| More | More to come… | More to come… |
Using Skills
Skills work with any LLM that supports function calling or tool use. Define them once, and your model can invoke Jupiter APIs autonomously.Direct Function Calling
The most universal approach — works with any LLM provider.- Claude
- OpenAI / Codex
Vercel AI SDK
LangChain
Contributing Skills
The skills repository is open source. You can contribute new skills, improve existing ones, or adapt them for your preferred agent framework.Contribute
Submit a pull request to add or improve skills.
