config
Installation
SKILL.md
Configuration Management
Manage local configuration for the fibx CLI. The primary use case is setting custom RPC URLs for supported chains to bypass public RPC rate limits or connection issues.
Prerequisites
- None.
Rules
- Rate Limits: If a tool fails with a "Rate limit exceeded" or "429" error, use this skill to check the current RPC and set a new one.
- Persistence: Settings are stored locally in an OS-dependent config directory (e.g.
~/.config/fibx/config.jsonon Linux,~/Library/Preferences/fibx-nodejs/config.jsonon macOS) and persist across sessions. - Validation: The CLI validates URL format but not connectivity. Ensure the RPC URL is valid before setting.
Commands
# Set a custom RPC
npx fibx@latest config set-rpc <chain> <url>