phantom

Connect Phantom wallets to Solana applications using the Phantom Connect SDK.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Solizardking/clawd-code --skill phantom-solizardking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phantom
Source: https://github.com/Solizardking/clawd-code/tree/main/clawd-plugin/skills/phantom
Command: npx skills add https://github.com/Solizardking/clawd-code --skill phantom-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @phantom/react-sdk, @phantom/browser-sdk, @phantom/react-native-sdk, helius-sdk, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps developers quickly build and integrate Solana applications using the Phantom Connect SDK and Helius infrastructure, simplifying wallet connection, transactions, and more.

Core Features & Use Cases

  • Phantom Wallet Connection: Integrate Phantom wallet into applications for account connection and interaction.
  • Transactions: Sign and submit transactions using Helius Sender, with priority fee optimization and real-time updates.
  • Token Gating: Implement token gating for content behind NFT or SPL token ownership.
  • NFT Minting: Create and mint NFTs with Metaplex Core and Helius tools.
  • Crypto Payments: Accept payments and verify them on-chain using Helius Enhanced Transactions API.
  • Real-Time Updates: Show live balance updates and real-time activity feeds using Helius WebSockets.
  • Use Case: A developer wants to build a Solana-based e-commerce platform. This skill allows them to connect the Phantom wallet, enable token gated access, and implement a checkout system with real-time updates.

Quick Start

Use the phantom skill to connect a user's Phantom wallet and retrieve their Solana address.

Frequently Asked Questions about phantom

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

FAQPage Schema
How do I connect a Phantom wallet to my Solana application?

To connect a Phantom wallet to a Solana application, you can use the Phantom Connect SDK to establish the connection and retrieve the user's Solana address. This integration supports account connection and interaction for various Solana-based use cases.

How do I sign and submit Solana transactions with priority fee optimization?

You can sign and submit Solana transactions using Helius Sender infrastructure. This approach enables priority fee optimization and provides real-time transaction updates directly through the integrated wallet connection.

Can I use Helius WebSockets for real-time balance updates in a Solana app?

Yes, you can use Helius WebSockets to show live balance updates and real-time activity feeds in your Solana application. This is supported alongside Phantom wallet connection and transaction signing functionalities.

What is the best way to implement token gating for NFT or SPL token ownership on Solana?

The best way to implement token gating on Solana is using the Phantom Connect SDK alongside Helius infrastructure. This combination verifies NFT or SPL token ownership to unlock gated content within your application.

Do I need a Helius API key to mint NFTs with Metaplex Core in my Solana dApp?

Yes, you need Helius API access to mint NFTs with Metaplex Core and Helius tools. The Skill requires both the Phantom Connect SDK and Helius infrastructure to execute the NFT minting process.

How do I verify crypto payments on-chain for a Solana e-commerce platform?

To verify crypto payments on-chain for a Solana e-commerce platform, you can use the Helius Enhanced Transactions API. This allows you to accept payments and verify them directly on the blockchain after Phantom wallet connection.