coinfello
Installation
SKILL.md
CoinFello CLI Skill
Use the npx @coinfello/agent-cli@latest CLI to interact with CoinFello. The CLI handles smart account creation, SIWE authentication, delegation management, prompt-based transactions, and transaction status checks.
Prerequisites
- Node.js 20 or later (npx is included with Node.js)
The CLI is available via npx @coinfello/agent-cli@latest. No manual build step is required.
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
COINFELLO_BASE_URL |
No | https://app.coinfello.com/ |
Base URL for the CoinFello API |
RPC_BASE_URL |
No | — | QuickNode RPC base URL (e.g. https://your-endpoint-name) |
RPC_API_KEY |
No | — | QuickNode API key |
RPC_URL_OVERRIDE |
No | — | Custom RPC URL override for development/testing (overrides all other RPC settings) |