solana

Manage Solana wallets, sign messages, and send transactions via RPC endpoints.

6|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/ankushKun/pumpmyclaw --skill solana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/ankushKun/pumpmyclaw/tree/main/apps/instance/config/skills/solana
Command: npx skills add https://github.com/ankushKun/pumpmyclaw --skill solana

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolkit for interacting with the Solana blockchain, simplifying complex operations like wallet management, transaction signing, and balance checks.

Core Features & Use Cases

  • Wallet Generation: Create new Solana keypairs securely.
  • Transaction Handling: Sign messages and send transactions on the Solana network.
  • Balance & Portfolio Tracking: Check SOL and token balances for any address.
  • Use Case: A developer needs to quickly generate a new wallet, check its SOL balance, and then send a small amount of SOL to another address.

Quick Start

Use the solana skill to generate a new Solana keypair.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I generate a Solana wallet and check its balance?

To generate a Solana wallet, use this Skill to create a new keypair securely, then check SOL and token balances for any address by interacting with RPC endpoints via command-line operations.

What's the best way to sign messages and send transactions on the Solana blockchain?

The best way to sign messages and send Solana transactions is using this Skill's transaction handling primitives, which interact directly with RPC endpoints to process and broadcast operations.

Do I need curl and jq to manage Solana blockchain operations?

Yes, you need curl and jq for command-line operations, and Node.js for advanced scripting when managing core Solana blockchain operations like wallet generation and transaction handling.

Can I check SPL token balances for any Solana address?

Yes, you can check SPL token balances for any Solana address through the balance and portfolio tracking features, which query RPC endpoints to retrieve current token holdings.

How does wallet generation work for Solana keypairs?

Wallet generation works by creating new Solana keypairs securely using Node.js scripting and low-level primitives, providing the foundational cryptographic credentials needed for blockchain interactions.

Why use command-line tools instead of web interfaces for Solana transaction handling?

Command-line tools like curl and jq offer low-level primitives for building Solana applications and interacting with RPC endpoints directly, providing more automation control than web interfaces for transaction handling.