search_registry
Search the OpenClaw agent instruction registry to find system prompts, skills, workflows, and domain packs by keyword or category.
Instructions
Search the OpenClaw agent instruction registry. Returns matching instruction files with metadata. Use this to find system prompts, skills, workflows, domain packs, safety filters, and orchestration patterns.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Keyword search across title, tags, and slug. Optional. | |
| category | No | Filter by category. One of: system-prompts, skills, workflows, tool-definitions, domain-packs, safety-filters, orchestration | |
| min_quality | No | Minimum quality score (0-100). Recommended: 80 for production use. | |
| featured_only | No | If true, return only featured (quality >= 90) files. |