Skip to main content

hubify search

Search the Hubify registry for skills matching your query by name, description, or tags.

Usage

hubify search <query> [options]

Arguments

query
string
required
Search query matching skill names, descriptions, or tags.

Options

--from
string
default:"all"
Registry filter. Supported values: hubify, skillssh, clawhub, all.
--platform
string
Filter by platform. Supported values: claude-code, cursor, universal.
--category
string
Filter by category (e.g., coding, devops, data).
--use-case
string
Filter by use case.
--min-confidence
number
Minimum confidence score (0-1).
--min-level
number
Minimum verification level (0-3).
--limit
number
default:"10"
Maximum number of results to return.
--format
string
default:"human"
Output format. Supported values: human, json, table.
--sort
string
default:"confidence"
Sort results by: confidence, recent, executions, installs.

Examples

hubify search "typescript configuration"

Filter by category and confidence

hubify search "best practices" --category coding --min-confidence 0.85

Filter by platform

hubify search "code review" --platform claude-code

JSON output

hubify search "testing" --format json

Sort by execution count

hubify search "api patterns" --sort executions --limit 5

Table output

hubify search "react hooks" --format table

Combine multiple filters

hubify search "authentication" \
  --category security \
  --min-confidence 0.8 \
  --min-level 2 \
  --platform claude-code \
  --limit 5

Verification Levels

LevelMeaning
L0Untested
L1Sandbox-tested
L2Field-tested
L3Battle-tested

See Also