Agent Plugins Marketplace
All plugins

solana-onchain

v0.2.0

Interact with the Solana blockchain through Claude Code. Query accounts, analyze transactions, and execute operations with built-in safety safeguards.

Claude Code4 Skills

By widnyanaLicense: MIT7 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install solana-onchain for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install solana-onchain@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/widnyana/eyay-toolkits

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/solana-onchain/.

Plugin files

plugins/solana-onchain/
├── .claude-plugin/plugin.json
├── skills/solana-accept-risk/SKILL.md
├── skills/solana-keypair/SKILL.md
├── skills/solana-network/SKILL.md
└── skills/solana-setup/SKILL.md

Included Skills4

solana-accept-riskskills/solana-accept-risk/SKILL.md

Accept or revoke explicit risk acknowledgment for mainnet-beta operations. Use this skill when the user runs /solana-accept-risk, asks to "enable mainnet", "accept risk", "revoke risk", or when mainnet operations are blocked.

solana-keypairskills/solana-keypair/SKILL.md

Configure and validate a Solana keypair for write operations (transfers, token management). Use this skill when the user runs /solana-keypair, asks to "set up keypair", "configure wallet", "add my keypair", or mentions keypair setup for signing transactions.

solana-networkskills/solana-network/SKILL.md

Display current Solana network and switch between devnet, testnet, localnet, and mainnet-beta. Use this skill when the user runs /solana-network, asks to "switch network", "use mainnet", "connect to devnet", or mentions changing the Solana network they're connected to.

solana-setupskills/solana-setup/SKILL.md

Install, update, or verify the solana-onchain-mcp binary. Use when user runs /solana-setup, asks to "install solana binary", "update solana-onchain-mcp", "check solana setup", "set up solana plugin", or when the binary is missing from PATH.

Plugin manifests1

plugins/solana-onchain/.claude-plugin/plugin.json
{
  "name": "solana-onchain",
  "version": "0.2.0",
  "description": "Interact with the Solana blockchain through Claude Code. Query accounts, analyze transactions, and execute operations with built-in safety safeguards.",
  "author": {
    "name": "widnyana",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/widnyana/eyay-toolkits/tree/main/plugins/solana-onchain",
  "repository": "https://github.com/widnyana/eyay-toolkits",
  "license": "MIT",
  "keywords": [
    "solana",
    "blockchain",
    "web3",
    "dapp",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[solana-onchain on Agent Plugins Marketplace](https://pluginsmp.com/plugins/solana-onchain)