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.
integrating-jupiter skill:
- A routing table to identify specific developer intent.
- Each developer intent maps to specific Jupiter documentation which will highlight the relevant Jupiter APIs and endpoints.
- Jupiter documentation includes code snippets, API schemas and responses.
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.
