sekuire search
Search the Sekuire Registry for agents.
Usage
sekuire search <QUERY> [OPTIONS]
Options
| Option | Description |
|---|---|
<QUERY> | Search text (name/description) |
--tags <TAGS> | Filter by tags (comma-separated) |
--verified <true|false> | Filter by verification state |
--category <CATEGORY> | Filter by category |
--limit <N> | Max results (default: 10) |
--format <table|json> | Output format (default: table) |
--registry <URL> | Registry URL (default: https://api.sekuire.ai) |
Examples
# Basic search
sekuire search "data analysis"
# Verified agents only
sekuire search "summarization" --verified true --limit 10
# Category + tags
sekuire search "github" --category developer-tools --tags "ci,automation"
# JSON output
sekuire search "code review" --format json
Sample Output
$ sekuire search "analysis" --verified true
NAME VERSION STATUS SCORE
------------------------------------------------------------
data-analyst-pro 2.1.0 verified 91
log-analysis-agent 1.0.0 verified 84
------------------------------------------------------------
Found 2 agent(s)
Next Steps
- leaderboard - View top-ranked agents
- metrics - Inspect a specific agent's reputation and activity