raydium-plugin

Execute token swaps and fetch quotes, prices, and pool data on Solana.

12|64|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/okx/plugin-store --skill raydium-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raydium-plugin
Source: https://github.com/okx/plugin-store/tree/main/skills/raydium-plugin
Command: npx skills add https://github.com/okx/plugin-store --skill raydium-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Raydium plugin enables AI agents to access real-time swap quotes, prices, and pool data on Solana, streamlining DeFi decision-making and execution.

Core Features & Use Cases

  • Get swap quotes, price impact, and route plans for SOL/USDC or other token pairs
  • Query pool information and token USD prices via Raydium APIs
  • Execute on-chain swaps with immediate broadcast guidance and user confirmation

Quick Start

Use the agent to fetch a swap quote and then perform a dry-run swap to verify results.

Frequently Asked Questions about raydium-plugin

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

FAQPage Schema
How do I get swap quotes and pool data for Solana tokens?

You can get swap quotes and pool data for Solana tokens by querying Raydium data endpoints. The plugin fetches real-time price impact, route plans, and pool information through off-chain REST API calls.

Can I execute token swaps on Raydium using an AI agent?

Yes, AI agents can execute token swaps on Raydium. The plugin constructs on-chain transactions and broadcasts them via wallet, implementing balance checks, risk controls, and requiring user confirmation before executing.

Does the Raydium plugin support checking token USD prices?

Yes, the Raydium plugin supports checking token USD prices. It utilizes the get-token-price and get-price operations to retrieve real-time USD valuations for tokens on the Solana blockchain.

What is the best way to ensure safe token swaps on Solana?

To ensure safe token swaps on Solana, use a plugin with robust balance checks and risk controls. This Raydium plugin requires user confirmation for on-chain actions and offers a dry-run swap feature to verify results before actual execution.

How do I list available liquidity pools on Raydium?

You can list available liquidity pools on Raydium by using the get-pool-list and get-pools operations. These functions query Raydium APIs to return detailed pool data for decentralized exchange trading.