jup-agjup-agOfficialยท1 Agent Skills Included

agent-skills

Integrate Jupiter swap, lending, and token APIs on Solana

Guides developers through integrating Jupiter's Solana APIs for token swaps, lending, borrowing, limit orders, DCA, pricing, and portfolio data. Eliminates guesswork around endpoints, authentication, transaction signing, and error codes with copy-paste-ready code examples. Includes migration paths from legacy Metis and Ultra APIs to Swap v2, plus a guided token verification flow.
npx skills add jup-ag/agent-skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-skills?โ–ผ

Run `npx skills add jup-ag/agent-skills --all -g -y` in your terminal to install all Jupiter integration skills globally.

How to integrate Jupiter Swap API?โ–ผ

The integrating-jupiter skill walks your coding agent through the full Swap v2 flow: request an order, sign the transaction, and execute it, with correct error handling and rate-limit logic.

How to migrate from Metis or Ultra to Swap v2?โ–ผ

The jupiter-swap-migration skill provides before-and-after code, parameter mappings, and a post-migration checklist for all three migration paths.

Does this work with Claude Code and Codex?โ–ผ

Yes. The repository ships packaged plugin variants for both Claude Code and Codex, and all skills follow the universal SKILL.md standard.

Can I build lending and borrowing features with these skills?โ–ผ

Yes. The jupiter-lend skill covers deposits, withdrawals, borrowing, repayments, vault positions, and flashloans using the official Jupiter Lend SDKs.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’