switch-chain

Switch the Manifest agent's blockchain environment between testnet and mainnet with confirmation prompts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of switching the active blockchain network for the Manifest agent, ensuring seamless transitions between testnet and mainnet environments.

Core Features & Use Cases

  • Environment Verification: Checks current environment variables and configuration status to ensure readiness for chain switching.
  • User Choice Handling: Prompts users to select between testnet and mainnet, preventing unnecessary changes.
  • Chain Reconfiguration: Fetches latest chain registry data and updates configuration files accordingly.
  • Use Case: A user wants to transition their agent from testnet to mainnet to deploy a live application, and this Skill guides them through the confirmation and transfer process.
  • Safety Checks: Confirms user intent before executing critical changes, safeguarding against accidental switches.

Quick Start

Guide the user through choosing the desired blockchain network, confirming if switching to mainnet, fetching the latest registry data, updating configuration, and informing them of the new settings.

Frequently Asked Questions about switch-chain

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

FAQPage Schema
How do I switch my Manifest agent from testnet to mainnet?

The Skill checks your current environment variables and configuration status to ensure readiness, prompts you to select between testnet and mainnet, fetches the latest chain registry data, and updates your configuration files to safely reconfigure the active blockchain network.

Why does network switching require environment verification before updating blockchain configurations?

Network switching requires environment verification to ensure configuration consistency and minimize manual error during transitions. Checking current environment variables and configuration status safeguards against accidental switches and confirms readiness before executing critical chain reconfiguration changes.

Can I use this to toggle between Cosmos blockchain networks for deployment and testing scenarios?

Yes, you can use this to toggle between Cosmos blockchain networks for deployment and testing scenarios. It facilitates safe and straightforward switching of the Manifest agent's blockchain environment, ensuring seamless transitions between testnet and mainnet environments.

What is the best way to prevent accidental mainnet configuration switches when testing blockchain automation?

The best way to prevent accidental mainnet configuration switches is using built-in safety checks that confirm user intent before executing critical changes. The Skill explicitly prompts users to select and confirm their desired network, preventing unnecessary or accidental chain switches.

Does switching blockchain environments update the chain registry data automatically?

Yes, switching blockchain environments updates the chain registry data automatically. During the chain reconfiguration process, the Skill fetches the latest chain registry data and applies it to your configuration files, ensuring your Manifest agent uses current network parameters.