Agent skill · Backend & API

solana-agent-kit

Comprehensive guide for building AI agents that interact with Solana blockchain using SendAI's Solana Agent Kit. Covers 60+ actions, LangChain/Vercel AI integration, MCP server setup, and autonomous agent patterns.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill solana-agent-kit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/agent/solana-agent-kit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Solana Agent Kit Development Guide Build AI agents that autonomously execute **60+ Solana blockchain operations** using SendAI's open-source toolkit. Compatible with LangChain, Vercel AI SDK, and Claude via MCP. ## Overview The Solana Agent Kit enables any AI model to: - Deploy and manage tokens (SPL & Token-2022) - Create and trade NFTs via Metaplex - Execute DeFi operations (Jupiter, Raydium, Orca, Meteora) - Stake SOL, bridge tokens, register domains - Run in interactive or fully autonomous modes ### Key Features | Feature | Description | |---------|-------------| | **60+ Actions** | Token, NFT, DeFi, staking, bridging operations | | **Plugin Architecture** | Modular - use only what you need | | **Multi-Framework** | LangChain, Vercel AI SDK, MCP, Eliza | | **Model Agnostic** | Works with OpenAI, Claude, Llama, Gemini | | **Autonomous Mode** | Hands-off execution with error recovery | ## Quick Start ### Installation ```bash # Core package npm install solana-agent-kit # With plugins (recommended) npm install solana-agent-kit \ @solana-agent-kit/plugin-token \ @solana-agent-kit/plugin-nft \ @solana-agent-kit/plugin-defi \ @solana-agent-kit/plugin-misc \ @solana-agent-kit/plugin-

What's inside
Steps it walks through
  1. Overview
  2. Key Features
  3. Quick Start
  4. Installation
  5. Environment Setup
  6. Basic Agent Setup
  7. Plugins & Actions
  8. Token Plugin (@solana-agent-kit/plugin-token)
  9. NFT Plugin (@solana-agent-kit/plugin-nft)
  10. DeFi Plugin (@solana-agent-kit/plugin-defi)
  11. Misc Plugin (@solana-agent-kit/plugin-misc)
  12. Blinks Plugin (@solana-agent-kit/plugin-blinks)
  13. Integration Patterns
  14. LangChain Integration
Ships with 1 file
  • metadata.json
Commands it runs
Core package
npm install solana-agent-kit
With plugins (recommended)
npm install solana-agent-kit \
Optional API keys for enhanced features
Install globally
npm install -g solana-mcp
Or run directly
npx solana-mcp
More from claude-skill-registry
All skills →
About this skill
What does the solana-agent-kit skill do?

Comprehensive guide for building AI agents that interact with Solana blockchain using SendAI's Solana Agent Kit. Covers 60+ actions, LangChain/Vercel AI integration, MCP server setup, and autonomous agent patterns.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill solana-agent-kit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going