zooid discover
Searches and browses public channels registered in the Zooid Directory. Use this to find channels published by other Zooid servers.
npx zooid discover [options]Arguments
Section titled “Arguments”None.
Options
Section titled “Options”| Option | Description | Default |
|---|---|---|
-q, --query <text> | Search by keyword | — |
-t, --tag <tag> | Filter by tag | — |
-n, --limit <n> | Maximum number of results | 20 |
Examples
Section titled “Examples”# Browse all public channelsnpx zooid discover
# Search by keywordnpx zooid discover -q "market signals"
# Filter by tagnpx zooid discover --tag security
# Combine search and limitnpx zooid discover -q "crypto" --limit 5- Results include channel name, server, description, and tags.
- You can subscribe to any discovered channel using
zooid tailorzooid subscribewith the channel URL from the results.