mirra-jupiter

Execute token swaps and portfolio tracking on Solana via Jupiter DEX REST API.

6|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-jupiter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirra-jupiter
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-jupiter
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-jupiter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes references (resource) components.

What problem does it solve?

This Skill simplifies interacting with the Jupiter Decentralized Exchange (DEX) on the Solana blockchain, enabling users to perform token swaps and manage their portfolios without needing to directly use complex DEX interfaces.

Core Features & Use Cases

  • Token Swaps: Execute token swaps by specifying the input and output tokens, and either the amount to spend or the amount to receive.
  • Portfolio Management: View current token holdings for a given wallet address, including USD valuations.
  • Token Security Analysis: Check the security status of tokens using Jupiter Shield to identify potential risks.
  • Token Search: Quickly find tokens by their symbol, name, or mint address.
  • Launch New Tokens: Facilitate the creation of new tokens on Solana via Jupiter Studio.
  • Use Case: A user wants to swap 10 SOL for USDC. They can ask the AI to perform this swap using the mirra-jupiter skill, specifying the input and output tokens and the amount.

Quick Start

Use the mirra-jupiter skill to swap 1 SOL for USDC.

Frequently Asked Questions about mirra-jupiter

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

FAQPage Schema
How do I execute Solana token swaps using Jupiter DEX?

Solana token swaps via Jupiter DEX are executed by specifying input tokens, output tokens, and the exact amount to spend or receive. This skill automates the swap process through a REST API, bypassing complex DEX interfaces to finalize transactions directly.

Can I check my Solana portfolio holdings with USD valuations?

Solana portfolio holdings with USD valuations are retrieved by providing a specific wallet address. The skill queries the Jupiter API to fetch current token balances and calculates their equivalent USD prices for comprehensive portfolio tracking.

How do I verify Solana token security ratings before swapping?

Solana token security ratings are verified using Jupiter Shield integration. The skill checks the security status of specified tokens to identify potential risks, providing analysis before you commit to executing a swap or adding a token to your portfolio.

What's the best way to search for Solana tokens by mint address or symbol?

Searching for Solana tokens by mint address, name, or symbol is handled through the Jupiter API. The skill quickly queries the network to find exact token matches, streamlining token identification prior to executing swaps or portfolio reviews.

Do I need curl and jq to manage Solana swaps with this skill?

You need curl and jq installed because the skill utilizes curl for REST API interaction and jq for parsing JSON responses. These dependencies are required to execute Solana swaps, retrieve portfolio data, and process token security analysis.

Can I launch new Solana tokens directly through Jupiter?

Launching new Solana tokens directly through Jupiter is supported via Jupiter Studio integration. The skill facilitates the token creation process on the Solana blockchain, handling the required API calls to establish new token contracts.