Refresh Chain Registry

Refreshes Cosmos chain registry data and updates configuration files.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/manifest-network/manifest-agent-plugin --skill refresh-chain-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Refresh Chain Registry
Source: https://github.com/manifest-network/manifest-agent-plugin/tree/main/skills/refresh-registry
Command: npx skills add https://github.com/manifest-network/manifest-agent-plugin --skill refresh-chain-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need to keep blockchain network information current by re-fetching chain registry data that includes RPC endpoints, gas prices, and chain parameters.

Core Features & Use Cases

  • Update Chain Data: Re-fetches the latest chain data from the Cosmos chain registry to ensure operational accuracy.
  • Synchronize Configurations: Refreshes configuration files with the most recent network parameters for seamless agent interactions.
  • Use Case: Deploying an autonomous agent that requires real-time updates on chain endpoints and fees to execute transactions reliably, especially after network upgrades or changes.

Quick Start

Run the skill to fetch the latest chain data and update your configuration files, ensuring your blockchain interactions are based on current network information.

Frequently Asked Questions about Refresh Chain Registry

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

FAQPage Schema
How do I update Cosmos chain registry configurations for RPC endpoints and gas prices?

To update Cosmos chain registry configurations, this Skill automates fetching the latest network data, including RPC endpoints and gas prices, and refreshes your local configuration files for reliable blockchain operations.

Why does my autonomous agent fail to execute transactions after a Cosmos network upgrade?

Your autonomous agent may fail after a Cosmos network upgrade because chain configurations are outdated. Refreshing the chain registry data ensures your agent has the current endpoints and fees required for reliable transaction execution.

Do I need bash and node.js to automate fetching Cosmos chain registry data?

Yes, you need bash and node.js to execute the fetch and update routines reliably. The Skill requires these environments to validate and refresh blockchain network data for Cosmos-based chains.

What is the best way to synchronize blockchain network parameters for autonomous agents?

The best way to synchronize blockchain network parameters for autonomous agents is to run an automated refresh routine that re-fetches chain registry data and updates configuration files with the most recent network information.

When should I refresh chain registry data for Cosmos-based chains?

You should refresh chain registry data for Cosmos-based chains after network upgrades, endpoint changes, or fee adjustments to ensure your blockchain tools and autonomous agents interact with current network information.