@bryanjbelanger/talos-skills
v1.0.0
Published
Talos Linux Kubernetes cluster management skills suite for Pi agent using talosctl CLI.
Maintainers
Readme
Talos Linux Skills Suite for Pi
A complete Pi Skills suite for managing immutable Talos Linux Kubernetes clusters and machine nodes directly via talosctl.
Included Skills
| Skill | Description | Usage Command |
| :--- | :--- | :--- |
| talos-cluster | Generating configs, applying node configurations, bootstrapping etcd, fetching kubeconfig, and validating cluster health. | /skill:talos-cluster |
| talos-node | Inspecting machine services, viewing logs (kubelet, dmesg), rebooting, OS upgrades, and node resets. | /skill:talos-node |
Prerequisites
- Node.js v20.6+
talosctlCLI (automatically downloaded and configured on first use if absent).
Installation & Usage
Option A: Install via npm package
In any project:
npm install --save-dev @bryanjbelanger/talos-skillsAnd add to .pi/settings.json:
{
"skills": ["node_modules/@bryanjbelanger/talos-skills"]
}License
MIT License
