jupiter

Execute token swaps, limit orders, and DCA strategies on Solana DEXs via Jupiter.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill jupiter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupiter
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/jupiter
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill jupiter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @solana/web3.js, @project-serum/anchor, js-sha3, @coral-xyz/anchor, buffer, decimal.js, bn.js, tweetnacl, bs58, axios, uuid, follow-redirects, form-data, qs, tough-cookie, debug, ms, undici, undici-fetch, node-fetch, ts-node, typescript, tslib, zod, zod-to-ts, zod-openapi, zod-validation-error, zod-endpoints, zod-express-middleware, zod-type, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies and automates trading on Solana decentralized exchanges (DEXs) by aggregating liquidity, enabling limit orders, and facilitating dollar-cost averaging strategies.

Core Features & Use Cases

  • Best Price Swaps: Automatically finds the most efficient routes across multiple Solana DEXs for token swaps.
  • Limit Orders: Allows users to set specific price targets for buying or selling tokens, executing trades only when those conditions are met.
  • DCA Bot: Enables automated, periodic buying or selling of tokens over time to average out the purchase price and reduce market timing risk.
  • Use Case: Execute a swap for 100 USDC to JUP at the best available rate, set a limit order to sell 1 SOL for 250 USDC when the price hits $250, or create a DCA to buy 10 SOL worth of BTC every day for a month.

Quick Start

Use the jupiter skill to swap 1 SOL to USDC.

Frequently Asked Questions about jupiter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Solana DEX token swaps using an aggregator?

To automate Solana DEX token swaps, this Skill finds the most efficient liquidity routes across multiple DEXs for execution. You define the input and output tokens, and it handles routing the transaction for the best available rate.

Can I execute limit orders on Solana DEXs based on specific price targets?

Yes, you can execute limit orders on Solana DEXs by setting specific price targets for buying or selling tokens. Trades are automatically executed only when your defined market price conditions are met.

What do I need to set up a dollar-cost averaging bot for Solana tokens?

To set up a dollar-cost averaging bot for Solana tokens, you need to define your periodic buying or selling parameters, such as token amount and time intervals. The bot then automates the trades over your specified duration to average out the purchase price.

Do I need a Solana private key to sign limit orders and DCA transactions?

Yes, you need a Solana private key to sign limit orders and DCA transactions. The private key is required for authorizing transaction signing and interacting directly with on-chain protocols during execution.

What's the best way to route large token swaps across multiple Solana DEXs?

The best way to route large token swaps across multiple Solana DEXs is using an aggregator that scans liquidity pools for the most efficient paths. This approach minimizes slippage and ensures you receive the best available market rate.