Agent skill
sol-tx-info
Use this skill when the user asks for "solana transaction", "sol tx", "signature details", "confirm signature", or mentions viewing transaction data on Solana. Requires a transaction signature and optional chain parameter.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/sol-tx-info-cheolwanpark-claude-plugins
SKILL.md
Solana Transaction Info
Gets transaction details by signature from Solana network.
Usage
Run the script with transaction signature and optional chain:
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-tx-info.sh <signature> [chain]
Arguments
signature(required): Transaction signature (Base58, 86-90 characters)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 transaction on Solana mainnet
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-tx-info.sh 5UfDuX...signature...here solana
# Get transaction on devnet
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-tx-info.sh 5UfDuX...signature...here solana-devnet
Note
For EVM transaction info, use the evm-tx-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?