Searching Packages
Find packages in the Lore registry.
CLI Search
lore search <query> [--kind <Skill|Rule|Spec|Template>] [--namespace <name>]See lore search for full documentation.
Web Search
Browse and search packages at lore.infraestrutura.app .
MCP Search
Use the lore_search tool from your AI harness:
lore_search(query: "azure terraform", kind: "Skill")Returns a ranked list of matching packages with titles, descriptions, and identifiers.
Search Tips
- Search by tags:
lore search azure - Filter by namespace:
lore search --namespace m1cloud - Filter by kind:
lore search infrastructure --kind Skill - Combine filters:
lore search --namespace m1cloud --kind Rule