helius-phantom
Build frontend Solana applications with Phantom Connect SDK and Helius infrastructure. Covers React, React Native, and browser SDK integration, transaction signing via Helius Sender, API key proxying, token gating, NFT minting, crypto payments, real-time updates, and secure frontend architecture.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xichigo/helius-phantomWhat This Skill Does
The helius-phantom skill serves as the primary interface for developers building high-performance, user-centric Solana applications. By combining the industry-standard Phantom Wallet Connect SDKs with the robust infrastructure provided by Helius, this skill streamlines the lifecycle of decentralized application development. It covers the full stack: from wallet connection management in React and React Native to advanced on-chain data retrieval using the Digital Asset Standard (DAS) API. It bridges the gap between client-side user interactions and backend blockchain intelligence.
Installation
To integrate this skill into your environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/0xichigo/helius-phantom
Important Prerequisite: Ensure you have the Helius MCP server installed (claude mcp add helius npx helius-mcp@latest). Verify your Helius API key configuration before initiating any RPC or transaction-based tasks to avoid runtime errors during the development lifecycle.
Use Cases
- Wallet Integration: Seamlessly implement Phantom's
injectedanddeep-linkproviders for multi-platform support (Web, iOS, Android). - Asset Management: Use Helius DAS APIs to fetch comprehensive NFT portfolios, token balances, and historical transaction metadata for specific wallets.
- Transaction Optimization: Utilize Helius Sender and priority fee estimation tools to ensure high-throughput, low-latency transaction settlement.
- Secure UX: Implement token gating logic and real-time on-chain event monitoring via WebSockets to keep your frontend UI synced with chain state.
Example Prompts
- "I'm building a React Native app with Phantom. How do I configure the deep-linking provider and ensure Helius provides the latest asset balances for a connected wallet?"
- "Help me write a function to send a priority-fee optimized transaction using Helius Sender for an NFT minting dApp."
- "My user just connected their wallet. Can you show me how to use the Helius Webhook API to stream real-time updates for their account activity into my React frontend?"
Tips & Limitations
- Phantom Portal: Always check if your project requires OAuth/Apple/Google login; if so, a Phantom Portal account is mandatory. Standard extension-based connections do not need this configuration.
- Rate Limiting: Helius RPC methods are subject to rate limits. Always use the
getPriorityFeeEstimatetool to optimize your transactions effectively rather than over-polling the network. - Security: Never hardcode your Helius API key in the frontend repository. Use a proxy server or environment variables managed through your deployment provider.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xichigo-helius-phantom": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
helius
Build Solana applications with Helius infrastructure. Covers transaction sending (Sender), asset/NFT queries (DAS API), real-time streaming (WebSockets, Laserstream), event pipelines (webhooks), priority fees, wallet analysis, and agent onboarding.
helius-dflow
Build Solana trading applications combining DFlow trading APIs with Helius infrastructure. Covers spot swaps (imperative and declarative), prediction markets, real-time market streaming, Proof KYC, transaction submission via Sender, fee optimization, shred-level streaming via LaserStream, and wallet intelligence.
svm
Explore Solana's architecture and protocol internals. Covers the SVM execution engine, account model, consensus, transactions, validator economics, data layer, development tooling, and token extensions using the Helius blog, SIMDs, and Agave/Firedancer source code.