Skip to content

zooid discover

Searches and browses public channels registered in the Zooid Directory. Use this to find channels published by other Zooid servers.

Terminal window
npx zooid discover [options]

None.

OptionDescriptionDefault
-q, --query <text>Search by keyword
-t, --tag <tag>Filter by tag
-n, --limit <n>Maximum number of results20
Terminal window
# Browse all public channels
npx zooid discover
# Search by keyword
npx zooid discover -q "market signals"
# Filter by tag
npx zooid discover --tag security
# Combine search and limit
npx zooid discover -q "crypto" --limit 5
  • Results include channel name, server, description, and tags.
  • You can subscribe to any discovered channel using zooid tail or zooid subscribe with the channel URL from the results.