config

View and modify fibx CLI configuration, such as setting custom RPC URLs to avoid rate limits.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "config" with this command: npx skills add fibrous-finance/fibx-skills/fibrous-finance-fibx-skills-config

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

  1. 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.
  2. Persistence: Settings are stored locally in ~/.config/fibx/config.json (OS dependent) and persist across sessions.
  3. 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>

# Get current RPC
npx fibx@latest config get-rpc <chain>

# List all configs
npx fibx@latest config list

Parameters

ParameterTypeDescriptionRequired
chainstringbase, citrea, hyperevm, or monadYes
urlstringThe full HTTP(S) RPC endpoint URLYes

Examples

User: "I'm getting rate limit errors on Base." Agent: "I will set a custom RPC for Base."

npx fibx@latest config set-rpc base https://mainnet.base.org

User: "Check my current configuration."

npx fibx@latest config list

User: "Reset Base RPC to default?" Agent: (Currently no reset command, but user can overwrite or manually delete config) "I will set it to a known good public RPC."

npx fibx@latest config set-rpc base https://mainnet.base.org

Error Handling

ErrorAction
Unsupported chainCheck spelling of chain name.
Invalid URLEnsure URL starts with http:// or https://

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

aave

No summary provided by upstream source.

Repository SourceNeeds Review
General

balance

No summary provided by upstream source.

Repository SourceNeeds Review
General

trade

No summary provided by upstream source.

Repository SourceNeeds Review
General

send

No summary provided by upstream source.

Repository SourceNeeds Review