solana-skill

Automate Solana wallet management, balance checks, transfers, and swaps via Helius APIs.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/tarotmansa/moltguild --skill solana-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana-skill
Source: https://github.com/tarotmansa/moltguild/tree/main/skill-audit/solana-basics
Command: npx skills add https://github.com/tarotmansa/moltguild --skill solana-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @solana/web3.js, @solana/spl-token, helius-sdk, bs58, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates and orchestrates Solana operations (wallet management, balance checks, transfers, and swaps) through Helius APIs to reduce manual effort and error-prone workflows.

Core Features & Use Cases

  • Wallet Management: Create, list, and securely store wallets with on-disk encrypted keys.
  • Balance & Assets: Query SOL and SPL token balances, view token holdings, and monitor assets across addresses.
  • Transactions: Send SOL and SPL tokens with priority-fee adjustments and transaction history replays.
  • Swaps (Jupiter): Retrieve swap quotes and execute token swaps with slippage protection.
  • Monitoring: Watch addresses for activity and receive notifications within an automation workflow.

Quick Start

Create a wallet, configure the Helius API key, check the SOL balance, and transfer SOL to another address.

Frequently Asked Questions about solana-skill

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

FAQPage Schema
How do I automate Solana wallet creation and balance checks?

Automate Solana wallet creation and balance checks by using scripts that programmatically generate wallets and query SOL and SPL token balances via Helius APIs. This enables secure on-disk encrypted key storage and deterministic balance monitoring across mainnet-beta and devnet.

How do I transfer SOL and SPL tokens with priority fees?

Transfer SOL and SPL tokens with priority fees by executing programmatic transactions through Helius APIs. The skill supports sending tokens with priority-fee adjustments and transaction history replays to ensure robust transfer automation.

Can I execute Jupiter token swaps with slippage protection programmatically?

Yes, you can execute Jupiter token swaps with slippage protection programmatically. This skill retrieves swap quotes and executes token swaps via Jupiter integration, ensuring automated and secure decentralized exchange operations on Solana.

Do I need a Helius API key to monitor Solana address activity?

Yes, a Helius API key is required to monitor Solana address activity. Config-driven endpoints use the Helius SDK to watch addresses for activity and receive notifications within your automation workflow on mainnet-beta or devnet.

What are the limitations of using Helius APIs for Solana automation?

Limitations of using Helius APIs for Solana automation include reliance on external RPC endpoints and the need for secure key handling. While it supports mainnet-beta and devnet, robust integration requires strict config-driven endpoint management to ensure deterministic task execution.