solanaAssist with Solana transactions, token accounts, priority fees, and program interactions.
Install via ClawdBot CLI:
clawdbot install ivangdavila/solanaGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
A business sends a promotional token to a customer's wallet that has never held that token before. The sender must cover the ~0.002 SOL rent-exempt fee to create the recipient's Associated Token Account, or the transaction will fail with an 'Account not found' error.
A trading bot executes swaps on a decentralized exchange during peak activity. To avoid dropped transactions, it must dynamically set priority fees using the `SetComputeUnitPrice` instruction and monitor `getRecentPrioritizationFees` RPC data to land transactions successfully.
A project conducts an NFT mint event, expecting high congestion. They use burner wallets for participants to prevent security risks, ensure transactions include priority fees to bypass drops, and verify finalization with 31+ confirmations to confirm irreversible sales.
A company audits its wallet holdings and finds old, unused token accounts. They use `spl-token close` commands to close these accounts, recovering ~0.002 SOL per account in rent deposits, optimizing capital efficiency.
A marketplace displays token information like names and images. It queries on-chain Metaplex data or uses Helius/SimpleHash APIs to fetch metadata, ensuring accurate listings without relying on rate-limited public RPCs.
Offer paid RPC endpoints with higher rate limits and reliability than public options like api.mainnet-beta.solana.com. Target developers building production dApps who need consistent access and advanced features such as priority fee data.
Develop software that analyzes network congestion and automatically sets optimal priority fees and compute unit limits for users. Serve traders and dApps to reduce failed transactions and improve success rates during high activity.
Provide services to audit wallet approvals and simulate transactions to detect malicious programs. Educate users on safe practices, such as using burner wallets for risky interactions, to prevent drains and enhance trust in Solana ecosystems.
💬 Integration Tip
Always simulate transactions with preflight checks to catch errors before broadcasting, and use paid RPCs for production apps to avoid rate limits and ensure reliability.
Scored Apr 18, 2026
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Understand blockchain technology, interact with smart contracts, and evaluate when distributed ledgers solve real problems.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Self-writing meta-extension that forges new capabilities — researches docs, writes extensions, tools, hooks, and skills
AI-powered X/Twitter search for real-time trends, breaking news, sentiment analysis, and social media insights. Use when users want to search Twitter/X for topics, hashtags, viral content, or public opinion. Costs $0.05 USDC per request via x402 protocol on Base network.
Use this skill to 'broadcast transaction', 'send tx', 'estimate gas', 'simulate transaction', 'check tx status', 'track my transaction', 'get gas price', 'ga...