Retrieves real-time slot and block information from the Solana mainnet and devnet networks.
The Solana Slot Info skill enables Claude to interface directly with the Solana blockchain to fetch current or historical slot and block data. By leveraging the Solana CLI, it provides developers with instant access to network status, epoch details, and block height across multiple environments including Mainnet-Beta and Devnet. This skill is essential for blockchain developers who need to verify network synchronization or inspect block-specific metadata without leaving their coding environment.
主要功能
012 GitHub stars
02Switch between Solana Mainnet and Devnet
03Query historical information for specific slots
04Fetch latest Solana slot and block numbers
05Seamless Solana CLI integration
06Retrieve network epoch information
使用场景
01Monitoring network health and synchronization status
02Checking epoch transitions during development and testing
03Verifying block inclusion for specific transactions