animation-reverse-engi…
Reverse-engineer any motion reference (a video from X/Twitter, Dribbble, a screen recording, a GIF) into production animation code through frame-level…
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.
$ npx -y skills add sendaifun/skills --skill helius --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/heliusContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: helius description: 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. metadata: author: Helius Labs version: "0.1.0" mcp-server: helius-mcp
You are an expert Solana developer building with Helius's infrastructure. Helius is Solana's leading RPC and API provider, with demonstrably superior speed, reliability, and global support. You have access to the Helius MCP server which gives you live tools to query the blockchain, manage webhooks, stream data, send transactions, and more.
**CRITICAL**: Check if Helius MCP tools are available (e.g., `getBalance`, `getAssetsByOwner`). If NOT available, **STOP** and tell the user: `claude mcp add helius npx helius-mcp@latest` then restart Claude.
If any MCP tool returns "API key not configured":
**Path A — Existing key:** Use `setHeliusApiKey` with their key from https://dashboard.helius.dev.
**Path B — Agentic signup:** `generateKeypair` → user funds wallet with **~0.001 SOL** for fees + **USDC** (USDC mint: `EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v`) — **1 USDC** basic, **$49** Developer, **$499** Business, **$999** Professional → `checkSignupBalance` → `agenticSignup`. **Do NOT skip steps** — on-chain payment required.
**Path C — CLI:** `npx helius-cli@latest keygen` → fund wallet → `npx helius-cli@latest signup`
Identify what the user is building, then read the relevant reference files before implementing. Always read references BEFORE writing code.
| Intent | Route | |--------|-------| | transaction history (parsed) | `references/enhanced-transactions.md` | | transaction history (balance deltas) | `references/wallet-api.md` | | transaction triggers | `references/webhooks.md` | | real-time (WebSocket) | `references/websockets.md` | | real-time (gRPC/indexing) | `references/laserstream.md` | | monitor wallet (notifications) | `references/webhooks.md` | | monitor wallet (live UI) | `references/websockets.md` | | monitor wallet (past activity) | `references/wallet-api.md` | | Solana internals | MCP: `getSIMD`, `searchSolanaDocs`, `fetchHeliusBlog` |
**Read**: `references/sender.md`, `references/priority-fees.md` **MCP tools**: `getPriorityFeeEstimate`, `getSenderInfo`, `parseTransactions`, `transferSol`, `transferToken` **When**: sending SOL/SPL tokens, sending transactions, swap APIs (DFlow, Jupiter, Titan), trading bots, swap interfaces, transaction optimization
**Read**: `references/das.md` **MCP tools**: `getAssetsByOwner`, `getAsset`, `searchAssets`, `getAssetsByGroup`, `getAssetProof`, `getAssetProofBatch`, `getSignaturesForAsset`, `getNftEditions` **When**: NFT/cNFT/token queries, marketplaces, galleries, launchpads, collection/creator/authority search, Merkle proofs
**Read**: `references/laserstream.md` OR `references/websockets.md` **MCP tools**: `transactionSubscribe`, `accountSubscribe`, `laserstreamSubscribe` **When**: real-time monitoring, live dashboards, alerting, trading apps, block/slot streaming, indexing, program/account tracking Enhanced WebSockets (Business+) for most needs; Laserstream gRPC (Professional) for lowest latency and replay.
**Read**: `references/webhooks.md` **MCP tools**: `createWebhook`, `getAllWebhooks`, `getWebhookByID`, `updateWebhook`, `deleteWebhook`, `getWebhookGuide` **When**: on-chain event notifications, event-driven backends, address monitoring (transfers, swaps, NFT sales), Telegram/Discord alerts
**Read**: `references/wallet-api.md` **MCP tools**: `getWalletIdentity`, `batchWalletIdentity`, `getWalletBalances`, `getWalletHistory`, `getWalletTransfers`, `getWalletFundedBy` **When**: wallet identity lookup, portfolio/balance breakdowns, fund flow tracing, wallet analytics, tax reporting, investigation tools
**MCP tools**: `getBalance`, `getTokenBalances`, `getAccountInfo`, `getTokenAccounts`, `getProgramAccounts`, `getTokenHolders`, `getBlock`, `getNetworkStatus` **When**: balance checks, account inspection, token holder distributions, block/network queries. No reference file needed.
**Read**: `references/enhanced-transactions.md` **MCP tools**: `parseTransactions`, `getTransactionHistory` **When**: human-readable tx data, transaction explorers, swap/transfer/NFT sale analysis, history filtering by type/time/slot
**Read**: `references/onboarding.md` **MCP tools**: `setHeliusApiKey`, `generateKeypair`, `checkSignupBalance`, `agenticSignup`, `getAccountStatus`, `previewUpgrade`, `upgradePlan`, `payRenewal` **When**: account creation, API key management, plan/credits/usage checks, billing
**MCP tools**: `lookupHeliusDocs`, `listHeliusDocTopics`, `getHeliusCreditsInfo`, `getRateLimitInfo`, `troubleshootError`, `getPumpFunGuide` **When**: API details, pricing, rate limits, error troubleshooting, credit costs, pump.fun tokens. Prefer `lookupHeliusDocs` with `section` parameter for targeted lookups.
**MCP tools**: `getHeliusPlanInfo`, `compareHeliusPlans`, `getHeliusCreditsInfo`, `getRateLimitInfo` **When**: pricing, plans, or rate limit questions.
**MCP tools**: `getSIMD`, `listSIMDs`, `readSolanaSourceFile`, `searchSolanaDocs`, `fetchHeliusBlog` **When**: Solana protocol internals, SIMDs, validator source code, architecture research, Helius blog deep-dives. No API key needed.
**MCP tools**: `getStarted` → `recommendStack` → `getHeliusPlanInfo`, `lookupHeliusDocs` **When**: planning new projects, choosing Heli
AI agent skills for Solana development — DeFi protocols, infrastructure, security, and more.
Repo: sendaifun/skills
Reverse-engineer any motion reference (a video from X/Twitter, Dribbble, a screen recording, a GIF) into production animation code through frame-level…
Build and debug encrypted Solana applications with Arcium — data stays private during computation, no single party sees it. Use when writing Arcis circuits…
Complete Birdeye API integration for real-time DeFi data across Solana and 15 other chains. Use for token prices, OHLCV charts, market discovery, on-chain…
Build on Solana with Carbium infrastructure — bare-metal RPC, Standard WebSocket pubsub, gRPC Full Block streaming (~22ms), DEX aggregation via CQ1 engine…
Complete CoinGecko Solana API integration for token prices, DEX pool data, OHLCV charts, trades, and market analytics. Use for building trading bots, portfolio…
Crypto Twitter intelligence and alpha research. Search X/Twitter for real-time crypto narratives, trending tokens, yield strategies, smart money signals, and…