skale-sfuel-skill
Installation
SKILL.md
When to use
Use when the user asks to mine or top up sFUEL for an address on a SKALE chain.
Inputs
- chain: one of [europa, ...]
- address: EVM address (0x + 40 hex chars)
Preconditions
- Python 3.11+ installed
- Dependencies installed:
pip install -r requirements.txt - RPC env vars set (example):
- SKALE_RPC_EUROPA
- If required, credentials/signing method configured (see Security section)
Procedure
- Validate address format.
- Normalize chain name and ensure it is supported.
- Run:
Related skills