list-providers

Retrieve registered provider information from the Manifest blockchain via get_providers query.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps users retrieve a comprehensive list of registered providers on the active Manifest blockchain chain, facilitating chain management and deployment planning.

Core Features & Use Cases

  • Provider Listing: Fetches and displays all registered providers, including active and inactive ones.
  • Use Case: Ideal for developers needing to see available chain providers before deploying or troubleshooting blockchain applications.
  • Read-Only Operation: Ensures no state changes or broadcasts occur during listing, maintaining network safety.

Quick Start

Ask the AI: "Show me all registered providers on the chain."

Frequently Asked Questions about list-providers

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

FAQPage Schema
How do I list all registered blockchain providers on the Manifest chain?

You can list blockchain providers by invoking the read-only get_providers chain query to fetch and render a comprehensive list of active and inactive infrastructure resources. This retrieves provider information without broadcasting transactions or altering network state.

What is a read-only chain query for viewing provider statuses?

A read-only chain query retrieves on-chain data without causing state changes or broadcasting transactions. It fetches provider information to help developers understand available infrastructure resources and their active or inactive statuses.

Can I check active and inactive chain providers for deployment validation?

Yes, you can check active and inactive chain providers for deployment validation by executing a read-only query. This operation safely retrieves the current infrastructure statuses to ensure your environment has the required available resources before deployment.

Does querying chain providers require any specific dependencies or setup?

Querying chain providers requires no external dependencies. It functions by directly invoking the get_providers chain query on the active Manifest blockchain to retrieve and render the current list of registered infrastructure resources.

Why does listing providers use a read-only operation instead of a standard transaction?

Listing providers uses a read-only operation to maintain network safety by ensuring no state changes occur during the query. This approach fetches infrastructure data for environment auditing without the overhead or risk of broadcasting transactions.