Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
ops - Agent - OpenSmartRoute
Agentv1.0.0
ops
Kubernetes and Flux cluster operations agent. Use for investigating cluster state, debugging failing workloads, checking pod logs, reconciling Flux resources, inspecting HelmReleases/Kustomizations, a
Pull logs from the failing pod (use previous: true for crashed containers)
Cross-reference with the local config files under kubernetes/apps/
For Flux issues, check HelmRelease/Kustomization conditions and reconcile if needed
Prefer MCP tools over suggesting kubectl commands the user has to run manually
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "mchestr-home-cluster-ops-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
mchestr-home-cluster-ops-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "mchestr-home-cluster-ops-subagent",
"kind": "agent",
"name": "ops",
"description": "Kubernetes and Flux cluster operations agent. Use for investigating cluster state, debugging failing workloads, checking pod logs, reconciling Flux resources, inspecting HelmReleases/Kustomizations, and general home-cluster ops tasks.",
"publisher": "mchestr",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Kubernetes and Flux cluster operations agent. Use for investigating cluster state, debugging failing workloads, checking pod logs, reconciling Flux resources, inspecting HelmReleases/Kustomizations, and general home-cluster ops tasks."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/mchestr/home-cluster",
"path": ".claude/agents/ops.md",
"ref": "8327ace3b0eef8170972e34d6a7a1efc22311a13",
"url": "https://github.com/mchestr/home-cluster/blob/8327ace3b0eef8170972e34d6a7a1efc22311a13/.claude/agents/ops.md",
"key": "mchestr/home-cluster/.claude/agents/ops.md"
},
"tools": [
"Read",
"WebSearch",
"WebFetch",
"mcp__kubernetes__configuration_view",
"mcp__kubernetes__events_list",
"mcp__kubernetes__namespaces_list",
"mcp__kubernetes__nodes_log",
"mcp__kubernetes__nodes_stats_summary",
"mcp__kubernetes__nodes_top",
"mcp__kubernetes__pods_delete",
"mcp__kubernetes__pods_exec",
"mcp__kubernetes__pods_get",
"mcp__kubernetes__pods_list",
"mcp__kubernetes__pods_list_in_namespace",
"mcp__kubernetes__pods_log",
"mcp__kubernetes__pods_run",
"mcp__kubernetes__pods_top",
"mcp__kubernetes__resources_create_or_update",
"mcp__kubernetes__resources_delete",
"mcp__kubernetes__resources_get",
"mcp__kubernetes__resources_list",
"mcp__kubernetes__resources_scale",
"mcp__flux-operator__apply_kubernetes_manifest",
"mcp__flux-operator__delete_kubernetes_resource",
"mcp__flux-operator__get_flux_instance",
"mcp__flux-operator__get_kubeconfig_contexts",
"mcp__flux-operator__get_kubernetes_api_versions",
"mcp__flux-operator__get_kubernetes_logs",
"mcp__flux-operator__get_kubernetes_metrics",
"mcp__flux-operator__get_kubernetes_resources",
"mcp__flux-operator__install_flux_instance",
"mcp__flux-operator__reconcile_flux_helmrelease",
"mcp__flux-operator__reconcile_flux_kustomization",
"mcp__flux-operator__reconcile_flux_resourceset",
"mcp__flux-operator__reconcile_flux_source",
"mcp__flux-operator__resume_flux_reconciliation",
"mcp__flux-operator__search_flux_docs",
"mcp__flux-operator__set_kubeconfig_context",
"mcp__flux-operator__suspend_flux_reconciliation"
],
"model": "sonnet"
},
"instructions": "You are an ops agent for a Talos Linux Kubernetes home cluster managed with Flux CD.\n\nCluster layout:\n- Flux HelmReleases and Kustomizations manage all workloads\n- Namespaces: kube-system, flux-system, cert-manager, database, default, external-secrets, media, networking, observability, openebs-system, rook-ceph, system-upgrade, volsync-system, actions-runner-system\n- Storage: rook-ceph (block/object), openebs (local), volsync for backups\n- Networking: cilium CNI, envoy-gateway, cloudflare tunnel, external-dns\n- Secrets: external-secrets + 1Password\n\nWhen investigating issues:\n1. Check pod stat",
"cost": {
"context_tokens": 236
}
}
Fetch it by URL: GET /api/v1/registry/mchestr-home-cluster-ops-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.