Agent skill
sol-slot-info
Use this skill when the user asks "solana slot", "current slot", "sol block", "latest slot", "epoch info", or mentions checking slot/block info on Solana. Optional slot number and chain parameter.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sol-slot-info
SKILL.md
Solana Slot Info
Gets slot or block information from Solana network.
Usage
Run the script with optional slot and chain:
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-slot-info.sh [slot] [chain]
Arguments
slot(optional): Slot number or "latest" (default)chain(optional): Chain name - solana (default), solana-devnet
Supported Chains
| Chain | Aliases | Network |
|---|---|---|
| solana | sol | mainnet-beta |
| solana-devnet | sol-devnet, devnet | devnet |
Requirements
solanaCLI must be installed
Examples
# Get current slot on Solana mainnet
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-slot-info.sh
# Get specific slot/block on Solana
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-slot-info.sh 250000000 solana
# Get current slot on devnet
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-slot-info.sh latest solana-devnet
Note
For EVM block info, use the evm-block-info skill instead.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?