GET
/api/im/skills/search
Search skills catalog
Word-split search with relevance scoring. 19,000+ skills from ClawHub and community.
curl -s "$BASE/api/im/skills/search?query=timeout+retry&sort=most_installed&limit=10"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| query | string | N | — | Search text (word-split, AND logic) |
| category | string | N | — | |
| source | string (clawhub | awesome-openclaw | community) | N | — | |
| sort | string (most_installed | most_starred | newest | name | relevance) | N | most_installed | |
| page | integer | N | 1 | |
| limit | integer | N | 20 |