Skills for AI coding agents to integrate with the Jupiter ecosystem.
npx skills add https://github.com/jup-ag/agent-skills --skill jupiter-swap-migrationCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
Skills for AI coding agents to integrate with the Jupiter ecosystem.
Skills follow the Agent Skills format.
This repo intentionally packages agent-specific plugins under .plugins/<plugin-name>/<agent>.
Use bash scripts/install_plugin.sh as the single installer entrypoint for packaged plugins in this repo.
Run it from a cloned repo to install for Codex, Claude Code, or both. The installer is interactive by default and lets the user choose the provider during setup.
For Codex, the marketplace entry points to ./.plugins/integrate-jupiter/codex rather than the simpler ./plugins/<plugin-name> layout so the same repository can ship both Codex and Claude variants side by side.
Install on your machine from GitHub:
git clone https://github.com/jup-ag/agent-skills.gitbash scripts/install_plugin.sh from the cloned repo root.Codex, Claude Code, or Both.Claude Code:
claude plugin marketplace add /path/to/agent-skills
claude plugin install integrate-jupiter@jup-ag-skills
Codex:
bash scripts/install_plugin.sh --provider codex
Repo-local install:
.agents/plugins/marketplace.json./plugins.integrate-jupiter from the Jupiter marketplace.The Codex marketplace entry intentionally resolves to ./.plugins/integrate-jupiter/codex.
Helps agents integrate with the whole Jupiter Suite of APIs.
npx skills add jup-ag/agent-skills --skill "integrating-jupiter"
Helps agents integrate with Jupiter Lend protocol (powered by Fluid Protocol) — lending, borrowing, vaults, and jlTokens on Solana.
npx skills add jup-ag/agent-skills --skill "jupiter-lend"
Helps agents guide users through the Jupiter Token Verification express flow — submit verification requests, pay with JUP tokens, and check verification status.
npx skills add jup-ag/agent-skills --skill "jupiter-vrfd"
Helps agents migrate existing Jupiter integrations from Metis (v1) or Ultra to Swap API v2.
npx skills add jup-ag/agent-skills --skill "jupiter-swap-migration"
npx skills add jup-ag/agent-skills
MIT