Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query Solana data via the Helius API. Use when the user asks about Solana wallet balances, token holdings, NFT holdings, transaction history, transfer activity, wallet identity/labels, wallet funding sources, parsing transactions, or other Solana on-chain data. Triggers on: "solana wallet", "sol balance", "solana transactions", "wallet history", "who funded this wallet", "wallet identity", "solana transfers", "solana NFTs", "helius", "check solana address", "solana data", "parse transaction", "enhanced transactions", "transaction details".
Query Solana data via the Helius API. Use when the user asks about Solana wallet balances, token holdings, NFT holdings, transaction history, transfer activity, wallet identity/labels, wallet funding sources, parsing transactions, or other Solana on-chain data. Triggers on: "solana wallet", "sol balance", "solana transactions", "wallet history", "who funded this wallet", "wallet identity", "solana transfers", "solana NFTs", "helius", "check solana address", "solana data", "parse transaction", "enhanced transactions", "transaction details".
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Query comprehensive Solana data via REST endpoints. Requires HELIUS_API_KEY env var.
export HELIUS_API_KEY="your-key-here" Get a key at https://dashboard.helius.dev
Wallet API: https://api.helius.xyz/v1/wallet/{address}/...?api-key=KEY Enhanced Transactions: https://api-mainnet.helius-rpc.com/v0/...?api-key=KEY Auth: ?api-key=$HELIUS_API_KEY query param or X-Api-Key header.
EndpointPathDescriptionBalances/v1/wallet/{address}/balancesToken + NFT holdings with USD valuesHistory/v1/wallet/{address}/historyParsed transaction history with balance changesTransfers/v1/wallet/{address}/transfersToken transfer activity (sent/received)Identity/v1/wallet/{address}/identityKnown wallet labels (exchanges, protocols)Batch Identity/v1/wallet/batch-identity (POST)Look up up to 100 addresses at onceFunded By/v1/wallet/{address}/funded-byOriginal funding source of a wallet
EndpointPathDescriptionParse Transactions/v0/transactions/ (POST)Parse signatures into human-readable dataTransaction History/v0/addresses/{address}/transactionsEnhanced tx history with type/time/slot filtering
Read the appropriate file for detailed parameters, response formats, and examples: Balances (portfolio, holdings, USD values): See references/balances.md History (wallet tx history, P&L, tax reports): See references/history.md Transfers (sent/received, payment tracking): See references/transfers.md Identity (wallet labels, exchange detection): See references/identity.md Funded By (funding source, sybil detection): See references/funded-by.md Enhanced Transactions (parse tx, enhanced history): See references/enhanced-transactions.md
Use curl or fetch โ no SDK required All endpoints return JSON Pagination: use page param (balances) or before/cursor (history, transfers) Default limit: 100 per request Wallet API requests cost 100 credits each Identity returns 404 for unknown wallets โ handle gracefully Funded By returns 404 if wallet never received SOL Enhanced Transactions uses a different base URL (api-mainnet.helius-rpc.com)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.