sol-fees
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Solana Network Fees
Gets current fee structure for Solana network.
Usage
Run the script with optional chain:
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-fees.sh [chain]
Arguments
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 fees on Solana mainnet
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-fees.sh
# Get fees on Solana devnet
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-fees.sh solana-devnet
Note
For EVM chain gas prices, use the evm-gas-price skill instead.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Run the script with optional chain:
chain (optional): Chain name - solana (default), solana-devnet
Chain · Aliases · Network solana · sol · mainnet-beta solana-devnet · sol-devnet, devnet · devnet
solana CLI must be installed
Examples
For EVM chain gas prices, use the evm-gas-price skill instead.
# Solana Network Fees
Gets current fee structure for Solana network.
## Usage
Run the script with optional chain:
```bash
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-fees.sh [chain]
```
## Arguments
- `chain` (optional): Chain name - solana (default), solana-devnet
## Supported Chains
| Chain | Aliases | Network |
|-------|---------|---------|
| solana | sol | mainnet-beta |
| solana-devnet | sol-devnet, devnet | devnet |
## Requirements
- `solana` CLI must be installed
## Examples
```bash
# Get fees on Solana mainnet
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-fees.sh
# Get fees on Solana devnet
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-sol-fees.sh solana-devnet
```
## Note
For EVM chain gas prices, use the `evm-gas-price` skill instead. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Arguments → Supported Chains → Requirements → Examples → Note
terms -> Gets current fee structure for Solana network. · For EVM chain gas prices, use the evm-gas-price skill instead.
files/cmd -> chain · solana · evm-gas-price · scripts/crypto-sol-fees.sh
body sha256 -> 7d25c44e21cf
Decide Fit First
Design Intent
How To Use It
Boundaries And Review