solana-agent-kit

Build AI agents that execute Solana blockchain operations via plugins and MCP.

125|79|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sendaifun/skills --skill solana-agent-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana-agent-kit
Source: https://github.com/sendaifun/skills/tree/main/skills/solana-agent-kit
Command: npx skills add https://github.com/sendaifun/skills --skill solana-agent-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to build AI-powered agents that can autonomously interact with the Solana blockchain, executing a wide range of operations without manual scripting.

Core Features & Use Cases

  • 60+ Actions across tokens, NFTs, DeFi, staking, bridging, and domains, enabling automated workflows for deployment, trades, audits, and portfolio management.
  • Plugin Architecture: compose agents using only the required plugins (Token, NFT, DeFi, Misc) for modular, scalable capabilities.
  • Use Case: Imagine a developer deploying an autonomous Solana bot that monitors prices, trades on Jupiter, and hosts an MCP-powered Claude integration for seamless human-in-the-loop decisions.

Quick Start

  • Install core package: npm install solana-agent-kit
  • Install plugins: npm install @solana-agent-kit/plugin-token @solana-agent-kit/plugin-nft @solana-agent-kit/plugin-defi
  • Set environment: OPENAI_API_KEY, RPC_URL, SOLANA_PRIVATE_KEY
  • Create a wallet, initialize the agent, and load desired plugins to begin building autonomous Solana workflows.

Frequently Asked Questions about solana-agent-kit

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

FAQPage Schema
How do I build autonomous AI agents for Solana blockchain operations?

Autonomous Solana AI agents are built using a modular plugin architecture executing 60+ actions across token, NFT, and DeFi workflows. You initialize the agent with Node.js, load desired plugins like Token or DeFi, and configure environment variables including OPENAI_API_KEY and SOLANA_PRIVATE_KEY.

What blockchain actions can AI agents perform using this Solana agent kit?

AI agents can execute 60+ actions spanning token deployment, NFT workflows, DeFi trades, staking, bridging, and domain management. These automated workflows support portfolio management, price monitoring, and executing trades on platforms like Jupiter.

Does Solana Agent Kit work with Claude MCP integration?

Yes, the Solana agent kit supports MCP integration for Claude, enabling human-in-the-loop decisions. This allows developers to host an MCP-powered Claude integration alongside autonomous bots that monitor prices and execute trades.

How do I install and configure plugins for a Solana AI agent?

Install the core package via npm install solana-agent-kit, then add specific plugins like @solana-agent-kit/plugin-token or @solana-agent-kit/plugin-defi. This modular architecture lets you compose agents using only the required plugins for scalable capabilities.

What environment variables do I need to run autonomous Solana agents?

Running autonomous Solana agents requires setting OPENAI_API_KEY, RPC_URL, and SOLANA_PRIVATE_KEY as environment variables. You also need Node.js and npm installed to initialize the agent and load the desired blockchain plugins.