Provider Discovery

Discover and verify 0G network compute providers by service type and TEE status.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Vocaid/vocaid-hub --skill provider-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Provider Discovery
Source: https://github.com/Vocaid/vocaid-hub/tree/main/agents/.agents/shield/skills/compute/provider-discovery
Command: npx skills add https://github.com/Vocaid/vocaid-hub --skill provider-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams discover and validate compute providers on the 0G network so they never send workloads to unacknowledged or unverified services.

Core Features & Use Cases

  • Service Discovery: List inference services, filter by chatbot, text-to-image, or speech-to-text, and tally availability before selecting a provider.
  • Security Verification: Check TEE verification flags, acknowledge provider signers, and avoid unauthorized endpoints for sensitive workloads.
  • Operational Support: Retrieve metadata for endpoints, handle CLI listings, and recover from provider errors while keeping the workflow aligned with 0G and Hedera standards.

Quick Start

List TEE-verified chatbot providers and confirm their availability before routing requests.

Frequently Asked Questions about Provider Discovery

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

FAQPage Schema
How do I find 0G compute providers for specific inference services?

You can discover 0G compute providers by listing inference services and filtering them by chatbot, text-to-image, or speech-to-text. This approach tallies provider availability to ensure you select a valid endpoint for your workload.

How do I verify TEE status and acknowledge provider signers on the 0G network?

You can verify TEE status and acknowledge provider signers by checking TEE verification flags through the 0G serving broker. This ensures you avoid routing sensitive workloads to unauthorized or unverified endpoints.

Does the 0G serving broker support filtering compute providers by service type?

Yes, the 0G serving broker supports filtering compute providers by service type. You can query the network to list and select endpoints specifically for chatbot, text-to-image, or speech-to-text inference workflows.

What is the best way to retrieve metadata for 0G compute provider endpoints?

The best way to retrieve endpoint metadata for 0G compute providers is by using ethers alongside the @0glabs/0g-serving-broker package. This combination allows you to handle CLI listings and recover from provider errors.

Why avoid using unacknowledged providers on the 0G network for inference workloads?

Avoiding unacknowledged 0G compute providers prevents your agents from sending inference workloads to unauthorized or insecure services. Verifying signers and checking TEE status ensures workflows remain secure and aligned with 0G standards.