Solana network
Skill widnyana/eyay-toolkits/plugins/solana-onchain/skills/solana-network
Agents don’t behave, they swarm. Skills and plugins slot in mid flight, and somehow the whole thing is a mess
npx -y skills add widnyana/eyay-toolkits --skill solana-networkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Display current Solana network and switch between devnet, testnet, localnet, and mainnet-beta. Use this skill when the user runs /solana-network, asks to "switch network", "use mainnet", "connect to devnet", or mentions changing the Solana network they're connected to.
SKILL.md
1.7 KB, as published. Nobody here has run it
Manage the active Solana network. Default is devnet.
Review: $ARGUMENTS
Instructions
No arguments — show current network
- Read
SOLANA_NETWORKfrom environment. If unset, assumedevnet. - Display current network and available options:
Current network: [network]
Available:
devnet - Testing, free SOL via airdrop
testnet - Community testnet, real conditions, no risk
localnet - Local validator, requires local setup
mainnet-beta - Production, real SOL, requires /solana-accept-risk
Switching to devnet / testnet / localnet
- Set
SOLANA_NETWORKto the requested value. - Confirm the switch with network details.
Switching to mainnet-beta
- Check if
SOLANA_ACCEPT_RISKis set totrue. - If not accepted — refuse the switch and tell the user to run
/solana-accept-riskfirst. - If accepted — switch and show mainnet safety reminders:
- Verify addresses 3x before transferring
- Start with tiny test amounts (0.001 SOL)
- Simulate all transactions first
Invalid network name
Show error with valid options: devnet, testnet, localnet, mainnet-beta.
Notes
- Network defaults to devnet on session restart.
- Custom RPC: set
SOLANA_RPC_URLenvironment variable.