By inistor
Talos Linux cluster management — lifecycle, configuration, troubleshooting, and image creation
Bootstrap a new Talos Linux cluster from scratch
Check the health status of a Talos Linux cluster
Build custom Talos Linux images with extensions using the local imager
Upgrade Talos Linux and/or Kubernetes on a cluster
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin for managing Talos Linux clusters. Provides MCP tools, skills, commands, and an agent for cluster lifecycle management, troubleshooting, image creation, and more.
Targets Talos Linux v1.13.
docker — required for the MCP server and for building custom images with imagertalosctl v1.13+ — for operations not covered by the MCP (config generation, Kubernetes upgrade)yq — for YAML parsing in hook scripts# Add the marketplace (one-time)
/plugin marketplace add inistor/claude-plugins
# Install the plugin
/plugin install talos@inistor-plugins
The MCP server runs as a Docker container (ionnistor/talos-mcp) — no separate install needed. It mounts ~/.talos/config by default. For project-specific talosconfig files, Claude reads the file and passes its content to talos_set_config.
Alternative: go install (if you prefer a local binary over Docker)
go install github.com/ionmudreac/claude-plugin-talos/talos-mcp@latest
Then override .mcp.json in your settings: {"mcpServers": {"talos": {"command": "talos-mcp"}}}
A custom Go MCP server wrapping the Talos gRPC API via the official SDK (github.com/siderolabs/talos/pkg/machinery/client). Distributed as a Docker image (ionnistor/talos-mcp). Pure API — no talosctl dependency.
Comprehensive Talos Linux reference covering machine configuration, cluster lifecycle, boot assets, extensions, networking, security, and troubleshooting. Includes 4 reference files with detailed YAML examples.
/talos-bootstrap — Bootstrap a new cluster from scratch/talos-upgrade — Upgrade Talos and/or Kubernetes/talos-image — Build custom images with extensions using local imager/talos-health — Comprehensive cluster health checkyq/jq for parsing, never grep on YAML/JSONnpx claudepluginhub inistor/claude-plugins --plugin talosSidero Omni + Talos Kubernetes infrastructure management on Proxmox with GitOps deployment patterns
KSail MCP server + expertise skill — spin up and manage local Kubernetes clusters (Kind/K3d/Talos/vCluster) and GitOps workloads declaratively.
Kubernetes cluster operations, health diagnostics, and operator-specific agents
Kubernetes and OpenShift node health monitoring and diagnostics
Two Claude Code skills for EKS Auto Mode: onboarding guide for newcomers and maintenance playbook for repo maintainers
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.