axon search

Search the registry — every artifact kind at once.

axon search obsidian
axon search obsidian --modules
axon search --scope @axon --sort installs --limit 5

Filters

FlagWhat it does
--kind <k[,k]>agent, module, cognet, bench, prompt, extension
--modules, --cognets, …shorthand for --kind <kind>
--scope <@who>only artifacts under one namespace
--sort <order>relevance (default), stars, installs, name, recent
--limit <n>cap the results

Kinds combine, so --kind module,cognet searches both.

list

axon list is the same command with no query — browse rather than search. It takes every filter above.

axon list --kind cognet --sort stars

From a script

--json prints one line of JSON and nothing else:

axon search obsidian --modules --json

To act on a result, see install to add it to the current agent, or clone to copy it out as an editable project.