solana-setup
Installation
SKILL.md
Install, update, or verify the solana-onchain-mcp binary.
Review: $ARGUMENTS
Instructions
status (default)
- Check binary exists:
command -v solana-onchain-mcp - If not found — report "solana-onchain-mcp is not installed" and skip to install section.
- If found — get installed version:
solana-onchain-mcp --version - Get latest version:
If network fails: report installed version only, warn that latest check failed.curl -sf --connect-timeout 5 https://crates.io/api/v1/crates/solana-onchain-mcp | python3 -c "import sys,json; print(json.load(sys.stdin)['crate']['max_version'])" 2>/dev/null - Compare versions and report:
- Same: "v{version} is up to date."
- Different: "Installed v{installed}, latest v{latest}. Run /solana-setup update."