talos

Routes Talos Linux requests to the correct sub-skill for CLI, config, or Terraform tasks.

4|2|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/Aidas-dev/k8s-agent-skills --skill talos-aidas-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: talos
Source: https://github.com/Aidas-dev/k8s-agent-skills/tree/main/skills/talos
Command: npx skills add https://github.com/Aidas-dev/k8s-agent-skills --skill talos-aidas-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Talos Linux management spans multiple distinct workflows — talosctl CLI operations, machine configuration YAML, Terraform provisioning, and automated upgrades — and choosing the wrong reference material wastes time and produces incorrect guidance. This Skill acts as a router that matches your request to the right Talos sub-skill. ## Core Features & Use Cases - Keyword-Based Routing: Maps trigger keywords like talosctl, machine config, terraform, and tuppr to the appropriate sub-skill. - Decision Tree for Ambiguity: Provides a fallback decision tree when a request spans multiple Talos domains. - Boundary Guidance: Clarifies when not to use this router, such as for cloud provisioning, GPU concerns, or Tailscale on Talos. - Use Case: You ask how to bootstrap a Talos cluster and apply a network patch; the router loads the talosctl sub-skill for the bootstrap commands and the talosconfig sub-skill for the YAML patch. ## Quick Start Ask how to upgrade a Talos cluster and the router will load the talosctl sub-skill with the correct commands.

Frequently Asked Questions about talos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between talosctl, machine config, and Terraform for Talos?▼

Use talosctl for running commands against a live cluster like upgrades and diagnostics, machine config YAML for writing or patching node configuration, and the Terraform provider for managing Talos as infrastructure as code. The router matches your request keywords to the right sub-skill.

What Talos version and config format does this cover?▼

The skill targets Talos v1.13.x with Linux 6.18, etcd 3.6.9, and Kubernetes 1.36. Machine configuration uses the v1alpha1 multi-document YAML format.

Can I automate Talos and Kubernetes upgrades with GitOps?▼

Yes, the router directs automated upgrade requests to the tuppr sub-skill, which covers the TalosUpgrade and KubernetesUpgrade custom resources managed by an upgrade controller with maintenance windows.

When should I not use the Talos router skill?▼

Skip it for OS-level hardware or GPU concerns, cloud-specific provisioning on Hetzner, Proxmox, or AWS, and Tailscale on Talos nodes, which has its own tailscale-talos skill. Quick version questions are answered by the overview directly.

What if my Talos task spans multiple sub-skills?▼

Load the sub-skill matching the primary action first. A common pairing is talosconfig for writing configuration followed by talosctl for applying it to the cluster.