Skip to content

sb search

Search for skills across your personal bin and all organizations you belong to.

Usage

Terminal window
sb search <query>

Arguments

ArgumentDescription
querySearch term. Required.

Flags

FlagDefaultDescription
--type""Filter results by item type (skill, command, prompt, plugin, agent, statusline).

Examples

Search all items

Terminal window
sb search deploy
# Found 2 result(s) for 'deploy':
#
# deploy-helper (skill) Deploy Helper personal
# A skill that helps with deployments
# deploy-check (command) Deploy Check my-org

Filter by type

Terminal window
sb search deploy --type command
# Found 1 result(s) for 'deploy':
#
# deploy-check (command) Deploy Check my-org

Output format

Each result shows:

  • slug — the unique identifier
  • type — the item type in parentheses
  • name — display name
  • binpersonal or the organization slug

If the item has a description, it appears on the next line, indented.