By jup-ag
Integrate Jupiter DEX aggregator on Solana to execute optimal token swaps, interact with Lend protocol for deposits/borrows/repays, trade perpetuals/triggers, manage portfolios/prices, and migrate v1 Swap API to v2 using TypeScript/JavaScript SDKs with endpoint guides, error handling, and remote MCP server access.
Comprehensive guidance for integrating Jupiter APIs (Swap, Lend, Perps, Trigger, Recurring, Tokens, Price, Portfolio, Prediction Markets, Send, Studio, Lock, Routing). Use for endpoint selection, integration flows, error handling, and production hardening.
Interact with Jupiter Lend Protocol. Read-only SDK (@jup-ag/lend-read) for querying liquidity pools, lending markets (jlTokens), and vaults. Write SDK (@jup-ag/lend) for lending (deposit/withdraw) and vault operations (deposit collateral, borrow, repay, manage positions).
Migration guide from Jupiter Metis (v1) or Ultra to Swap API v2. Use when migrating existing Jupiter swap integrations, updating base URLs, or transitioning from quote+swap-instructions to the unified build endpoint.
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 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
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jup-ag/agent-skills --plugin integrate-jupiterAgent-first CLI for trading perpetual futures on Phoenix DEX (Solana). Paper trading and read-only market data work out of the box; live trading opt-in via wallet password + dangerous-mode flag.
Build on Solana with Helius — live blockchain tools, expert coding patterns, and autonomous account signup
Find optimal DEX routes for token swaps across multiple exchanges
Blockchain data and infrastructure via Alchemy — EVM/Solana RPC, NFT API, token prices, portfolio, transfers, webhooks. Supports API key and agentic gateway (x402/MPP) auth flows.
Zerion skills and slash commands for AI coding agents — wallet analysis, swaps/bridges, chain reference, agent-token policies.
Agent-first CLI for the Crypto.com Exchange API. Market data by default; live trading opt-in via API keys. Available --services: market (default), trade, account, advanced, margin, staking, funding, fiat. Update args in MCP settings to expand capabilities.