raydium

Execute swaps and manage liquidity positions on Raydium DEX for Solana.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies complex interactions with the Raydium Decentralized Exchange on Solana, enabling users to execute trades, manage liquidity positions, and interact with AMM pools programmatically.

Core Features & Use Cases

  • Execute Swaps: Trade tokens directly on Raydium with specified amounts and slippage.
  • Manage CLMM Positions: Open, add liquidity to, remove liquidity from, and close concentrated liquidity market maker positions.
  • AMM Liquidity: Add and remove liquidity from standard AMM pools.
  • Use Case: Automatically rebalance your portfolio by swapping tokens, or provide liquidity to a new pool to earn trading fees.

Quick Start

Use the raydium skill to swap 1 SOL to USDC.

Frequently Asked Questions about raydium

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

FAQPage Schema
How do I execute token swaps on Raydium using Solana?

To execute token swaps on Raydium, you need to specify the input and output tokens, the swap amount, and an acceptable slippage tolerance. The skill facilitates these trades directly on the Solana DEX by interacting with its liquidity pools.

How do I manage concentrated liquidity positions on Solana CLMM pools?

Managing concentrated liquidity positions on Solana CLMM pools involves opening a position, adding or removing liquidity, and harvesting accumulated rewards. This skill programmatically handles CLMM interactions to automate position management on Raydium.

What do I need to provide liquidity to Raydium AMM pools programmatically?

To provide liquidity to Raydium AMM pools programmatically, you must supply a Solana private key and an RPC endpoint. The skill uses these credentials to authorize and execute transactions for adding or removing liquidity from standard pools.

Can I automate portfolio rebalancing by swapping tokens on a Solana DEX?

Yes, you can automate portfolio rebalancing by swapping tokens on a Solana DEX. The skill enables programmatic token swaps with specified amounts and slippage, allowing scripts to automatically rebance your portfolio by trading on Raydium.

What is the difference between standard AMM and CLMM liquidity management on Raydium?

Standard AMM liquidity management distributes capital evenly across a price range, while CLMM (Concentrated Liquidity Market Maker) allows liquidity to be allocated within custom price ranges. This skill supports adding and removing liquidity for both pool types on Raydium.