search_registry
Search the CodeBundle Registry for reusable automation tasks, SLIs, and deployment metadata to avoid writing custom scripts.
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 |