agentsclimarketplace

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

Install
npx -y skills add widnyana/eyay-toolkits --skill solana-network

Assembled 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

  1. Read SOLANA_NETWORK from environment. If unset, assume devnet.
  2. 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

  1. Set SOLANA_NETWORK to the requested value.
  2. Confirm the switch with network details.

Switching to mainnet-beta

  1. Check if SOLANA_ACCEPT_RISK is set to true.
  2. If not accepted — refuse the switch and tell the user to run /solana-accept-risk first.
  3. 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_URL environment variable.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.