search_registry
Find reusable automation in the CodeBundle Registry before writing custom scripts. Search by keywords, platform, or tags to discover production-ready codebundles.
Instructions
Search the RunWhen CodeBundle Registry for reusable automation.
Skill: runwhen-skill://find-and-deploy-codebundle (search → deploy workflow).
Use this BEFORE writing a custom script — there may already be a production-ready codebundle for the task. Returns codebundles with their tasks, SLIs, required env vars, and deployment metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated support tags (e.g. 'GKE,KUBERNETES'). | |
| search | Yes | Free-text search (e.g. 'kubernetes pod health', 'postgres backup'). | |
| platform | No | Filter by platform (e.g. 'Kubernetes', 'GCP', 'AWS'). | |
| max_results | No | Max results to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |