ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

solflare

Work with Solflare wallet - manage Solana assets, staking, custom RPC setup, hardware wallet integration, and NFT management.

Why use this skill?

Manage your Solana assets, stake SOL, handle NFTs, and interact with your Solflare wallet directly within OpenClaw. Streamline your Web3 workflow today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sakaen736jih/solflare
Or

What This Skill Does

The solflare skill acts as a comprehensive interface for managing Solana-based assets within the OpenClaw ecosystem. It provides direct hooks to the Solflare wallet infrastructure, enabling users to interact with their Solana accounts, stake SOL tokens, manage SPL assets, and handle complex NFT collections programmatically. This skill is designed to bridge the gap between human intent and the Solana blockchain, allowing the agent to perform balance checks, transaction history retrieval, and hardware wallet integration seamlessly.

Installation

To integrate this skill, use the ClawHub CLI. Ensure your environment has the necessary permissions to access blockchain resources. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/sakaen736jih/solflare

Once installed, the agent will have access to the underlying RPC logic and CLI wrappers provided by the Solflare documentation. No additional API keys are required for basic operations, but setting a custom RPC via the settings module is recommended for high-frequency or mission-critical tasks.

Use Cases

  • Automated Portfolio Monitoring: Track your SOL and SPL token balances in real-time. Use the agent to summarize your holdings across various accounts.
  • Simplified Staking: Automate the process of delegating your SOL to high-performing validators. The agent can monitor your stake accounts and provide status updates using the provided CLI hooks.
  • NFT Asset Management: Efficiently view, decode, and inventory your digital collectibles. This is particularly useful for users holding large amounts of metadata that require programmatic parsing.
  • Cross-Platform Wallet Synchronization: Manage assets across hardware (Ledger) and software wallets with unified command structures.

Example Prompts

  • "Hey, can you list all my current SOL and SPL token balances for address 9f... and provide a quick breakdown of my total value?"
  • "I want to stake 50 SOL. Can you walk me through the current recommended validators in the Solflare stake pool and initiate the transaction for me?"
  • "Find all NFTs in my collection associated with my hardware wallet address and give me a summary of their metadata using the metaboss tool."

Tips & Limitations

  • Security: Always verify your recovery phrases offline and never share them with the agent. The skill uses public addresses for querying but requires caution when signing transactions.
  • Reliability: When using custom RPCs, ensure the endpoint is live; public nodes can occasionally experience latency.
  • CLI Dependencies: Some advanced functions rely on metaboss and the solana-cli. Ensure these are installed in your system path for full feature parity.
  • Hardware Wallets: While the agent can interact with Ledger-connected wallets for querying, transaction signing will always require physical confirmation on your device for safety.

Metadata

Stars1133
Views1
Updated2026-02-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sakaen736jih-solflare": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#blockchain#defi#staking#web3
Safety Score: 4/5

Flags: network-access, file-read, external-api, code-execution