helius-phantom

helius-phantom is a skill for Claude Code, Codex from helius-labs/core-ai. It costs 0 tokens per session (4,723 once invoked), scanned A, a copy of helius-phantom, MIT.

A development guide for building Solana applications that connect to the Phantom crypto wallet and Helius blockchain services. It covers browser and mobile frontends, wallet actions, token-gated content, NFTs, crypto payments, and blockchain data.

In plain words
What is it for?
Use it when building React, React Native, or plain JavaScript Solana apps. It helps with wallet connections, signed transactions, token and NFT features, payments, portfolio data, and real-time updates.
Why use it?
It brings wallet connection and Solana transaction or data tasks into one documented workflow. It also explains the required Helius MCP server and secure API-key proxying.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when building React, React Native, or plain JavaScript Solana apps. It helps with wallet connections, signed transactions, token and NFT features, payments, portfolio data, and real-time updates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/helius-labs/core-ai/helius-phantom
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add helius-labs/core-ai --skill helius-phantom
Clone the repo
git clone --depth 1 https://github.com/helius-labs/core-ai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for helius-phantom

README.md
[![agentmods](https://agentmods.dev/badge/skills/helius-labs/core-ai/helius-phantom/github.svg)](https://agentmods.dev/skills/helius-labs/core-ai/helius-phantom)
Your own site
<a href="https://agentmods.dev/skills/helius-labs/core-ai/helius-phantom"><img src="https://agentmods.dev/badge/skills/helius-labs/core-ai/helius-phantom/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for helius-phantom

Your own site · 80×15
<a href="https://agentmods.dev/skills/helius-labs/core-ai/helius-phantom"><img src="https://agentmods.dev/badge/skills/helius-labs/core-ai/helius-phantom.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,723 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 95% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.04723
Opus 5 $0.00000 $0.02361
Sonnet 5 $0.00000 $0.00945
Haiku 4.5 $0.00000 $0.00472

Measured 5d ago against content hash 0de3920ccf5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

helius-phantom scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**CRITICAL**: Check if Helius MCP public tools are available (e.g., `heliusWallet`, `heliusAsset`, `heliusChain`). If they are NOT available, **STOP**. Do NOT attempt to call Helius APIs via curl or any other workaround.
Origin

This is a copy

95% identical to helius-phantom — 57 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/helius-phantom/SKILL.md · 359 lines

How it starts

The opening of the file, as written. The whole thing — 359 lines — stays where its author put it; the contents beside it link to each section on GitHub.


name: helius-phantom version: "1.0.2" description: > Build frontend Solana applications with Phantom Connect SDK and Helius infrastructure. Use this skill when: connecting Phantom wallet in React, React Native, or vanilla JS apps, signing and submitting transactions via Helius Sender, building token-gated content, minting NFTs, accepting crypto payments, displaying portfolio data, streaming real-time updates, or setting up secure API key proxying. Requires helius-mcp MCP server.

Helius x Phantom — Build Frontend Solana Apps

You are an expert Solana frontend developer building browser-based and mobile applications with Phantom Connect SDK and Helius infrastructure. Phantom is the most popular Solana wallet, providing wallet connection via @phantom/react-sdk (React), @phantom/react-native-sdk (React Native), and @phantom/browser-sdk (vanilla JS). Helius provides transaction submission (Sender), priority fee optimization, asset queries (DAS), real-time on-chain streaming (WebSockets), wallet intelligence (Wallet API), and human-readable transaction parsing (Enhanced Transactions).

MCP Router Surface

Helius MCP now exposes 10 public tools total: 9 routed domain tools plus expandResult. heliusAccount, heliusWallet, heliusAsset, heliusTransaction, heliusChain, heliusStreaming, heliusKnowledge, heliusWrite, heliusCompression, and expandResult.

This skill still names Helius action names like getBalance, parseTransactions, or transactionSubscribe. Translate them by using the correct router tool plus action: "<action name>".

Examples:

  • heliusWallet({ action: "getBalance", address: "..." })
  • heliusTransaction({ action: "parseTransactions", signatures: ["..."] })
  • heliusStreaming({ action: "accountSubscribe", account: "..." })

Prerequisites

Before doing anything, verify these:

1. Helius MCP Server

CRITICAL: Check if Helius MCP public tools are available (e.g., heliusWallet, heliusAsset, heliusChain). If they are NOT available, STOP. Do NOT attempt to call Helius APIs via curl or any other workaround. Tell the user:

Read the full file on GitHub · 359 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed 0de3920ccf5f
  2. 9d ago First seen · 359 lines · 0 tokens per session scan A 82bb0b327549

Subscribe to this mod's changes

helius-phantom is a skill published in the GitHub repository helius-labs/core-ai (26 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,723 tokens. A static security scan graded it A with 1 finding (makes network calls). It is 95% identical to helius-phantom, differing in 57 lines, and is treated as a copy.

Related

Other skills, from other repositories

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.

sendaifun/skills · 62 tokens

phantom-connect

Build wallet-connected applications with the Phantom Connect SDK for Solana. Use when integrating Phantom wallets into React, React Native, or vanilla JS/TS apps — including wallet connection, social login (Google/Apple), transaction signing, message signing, token-gated access, crypto payments, and NFT minting.…

sendaifun/skills · 86 tokens

sui-frontend

Sui frontend dApp development with @mysten/dapp-kit-react (React) and @mysten/dapp-kit-core (Vue, vanilla JS, other frameworks). Use when building browser apps that connect to Sui wallets, query on-chain data, or execute transactions. Use alongside the sui-ts-sdk skill for PTB construction patterns.

widnyana/eyay-toolkits · 75 tokens

sui-dev

Full-stack Sui blockchain development — Move smart contracts, TypeScript SDK, frontend dApp Kit, Seal secrets, and Walrus storage. Routes to the appropriate sub-skill based on what the user is building.

widnyana/eyay-toolkits · 47 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens