config

Set and retrieve custom RPC URLs for fibx CLI blockchain networks.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Fibrous-Finance/fibx-skills --skill config-fibrous-finance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config
Source: https://github.com/Fibrous-Finance/fibx-skills/tree/main/skills/config
Command: npx skills add https://github.com/Fibrous-Finance/fibx-skills --skill config-fibrous-finance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you manage the configuration of the fibx CLI, primarily by allowing you to set custom RPC URLs to avoid rate limits and connection issues with blockchain networks.

Core Features & Use Cases

  • Set Custom RPCs: Bypass public RPC rate limits by specifying your own RPC endpoints for supported chains.
  • View Configuration: Check the current RPC settings for any chain.
  • Use Case: If you're frequently encountering "Rate limit exceeded" errors when interacting with the Base network, you can use this skill to set a more reliable RPC URL.

Quick Start

Use the config skill to set a custom RPC for the Base chain.

Frequently Asked Questions about config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set a custom RPC URL to fix rate limit exceeded errors on the Base network?

To fix rate limit exceeded errors on the Base network, set a custom RPC URL using the fibx CLI configuration manager. This updates your persistent local configuration, bypassing public RPC connectivity issues by routing requests through your specified endpoint.

What blockchain networks are supported for custom RPC configuration in the fibx CLI?

The fibx CLI supports custom RPC configuration for Base, Citrea, HyperEVM, and Monad blockchain networks. You can specify and retrieve custom endpoints for any of these supported chains to ensure reliable connectivity.

How do I view my current RPC settings for a specific chain?

You can view your current RPC settings by using the config skill to retrieve the existing configuration for any supported chain. This allows you to verify your active custom RPC URLs before performing network interactions.

Why do I need to configure a custom RPC endpoint for blockchain interactions?

You need to configure a custom RPC endpoint to avoid public RPC rate limits and resolve connection issues with blockchain networks. Setting a private endpoint ensures persistent, reliable connectivity during frequent network interactions.

Are custom RPC configurations persisted locally across CLI sessions?

Yes, custom RPC configurations are updated and persisted locally. This ensures your specified custom URLs remain active across CLI sessions, preventing repeated rate limit errors without needing to reconfigure endpoints.