Solflare for Openclaw

A professional-grade Solana wallet skill for managing SOL, SPL tokens, staking, and NFTs across web, mobile, and CLI environments.

sakaen736jih
v1.0.0
Feb 1, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install solflare

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install solflare using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Solflare?

Solflare is a specialized Solana ecosystem wallet skill designed to provide deep technical integration for asset management. Unlike generic multi-chain tools, this skill focuses exclusively on Solana's high-performance architecture, offering advanced features like liquid staking, validator selection, and comprehensive NFT portfolio management. It is a vital component for developers and power users within Openclaw Skills who require granular control over their on-chain interactions.

This skill bridges the gap between traditional browser-based wallet usage and advanced command-line operations. It enables users to configure custom RPC nodes for faster transaction processing, integrate hardware wallets for enterprise-grade security, and utilize professional staking analytics. Whether you are importing SPL tokens like USDC or managing complex NFT metadata, this skill provides the necessary tools for a seamless Solana experience.

Solflare Use Cases

  • Staking SOL tokens directly with specific validators or via Solflare's liquid stake pool.
  • Managing and viewing large NFT collections with bulk management features and CLI metadata decoding.
  • Securing high-value assets through native Ledger and Keystone hardware wallet integration.
  • Optimizing transaction speed by configuring custom RPC endpoints from providers like Helius or QuickNode.
  • Automating balance checks and transaction history monitoring via the Solana CLI.

How Solflare Works

  1. Deploy the necessary Solana binary dependencies using the Openclaw Skills automated installation script.
  2. Initialize the Solflare interface via web, browser extension, or mobile application to manage public and private keys.
  3. Configure network settings by pointing to high-availability RPC nodes for improved reliability during periods of high network congestion.
  4. Execute on-chain operations such as token transfers, staking, or NFT minting using the integrated dApp browser or local CLI tools.
  5. Monitor account status and transaction finality using advanced CLI commands like solana transaction-history and spl-token accounts.

Solflare Setup

To utilize the full capabilities of this skill, you must first install the Solana CLI. Run the following command in your terminal:

sh -c "$(curl -sSfL https://release.solana.com/stable/install)"

For developers needing CLI access to their Solflare accounts, export your recovery phrase and generate a local keypair file:

solana-keygen recover -o ~/my-solflare.json

You can then verify your balance using:

solana balance YOUR_SOLFLARE_ADDRESS

Solflare Data Schema & Taxonomy

The Solflare skill manages data across multiple dimensions, integrating on-chain account states with local configuration files.

Data Component Format Description
Wallet Address Base58 String The unique public identifier for your Solana account.
Keypair File JSON Local encrypted or raw secret key used for CLI transactions.
RPC Endpoints URI String Custom URLs for connecting to Helius, QuickNode, or Triton nodes.
Token Metadata JSON/Parsed SPL token information including mint addresses and balances.
NFT Snapshots JSON Mint lists and metadata snapshots generated via metaboss integration.

Solflare Advanced Features

  • Custom RPC Integration: Supports high-performance endpoints like Helius and GenesysGo for low-latency interactions within Openclaw Skills.
  • Hardware Wallet Support: Native integration for Ledger devices, allowing for secure CLI-based pubkey verification.
  • NFT Metadata Decoding: Power-user tools for decoding mint metadata and taking snapshots of wallet contents.
  • Priority Fee Management: Granular control over transaction priority fees, allowing for dynamic or custom lamport settings.
  • CLI Recovery: Seamlessly transition from the Solflare UI to the command line by recovering keypairs for automated scripts.

SKILL.md


Loading

METADATA

Requires
Bins solana
Github Stars: 0
forks: 0

Featured*