Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/cozystack/ccp/talos-resetnpx skills add cozystack/ccp --skill talos-resetgit clone --depth 1 https://github.com/cozystack/ccpWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00176 | $0.03984 |
| Opus 5 | $0.00088 | $0.01992 |
| Sonnet 5 | $0.00035 | $0.00797 |
| Haiku 4.5 | $0.00018 | $0.00398 |
Grade A, and why
talos-reset scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.
cozystack:talos-reset
Work in reasoning mode. Use the phrasing cozystack:talos-reset. Announce phase transitions: cozystack:talos-reset Phase N — <name>.
Note on language in this SKILL.md — every operator-facing prompt below is written in English for clarity. At runtime the skill matches the operator's natural language detected from prior conversation messages (or read from
<config-dir>/.state.yamloperator_languagewhen the wizard chain is in progress). Code identifiers, commands, file paths, and any text destined for GitHub stay canonical regardless of operator language.
When to use this skill
Use cozystack:talos-reset when none of the in-cluster paths work:
talosctl resetrequires a valid TLS handshake — useless when cert-SAN is wrong, talosconfig is lost, orapiddoesn't trust the workstation.talosctl upgrade --image <X>needs the same TLS path.kubectl drain+kubectl delete nodeonly works ifkube-apiserveris reachable.- A cluster that never reached bootstrap (
talosctl bootstrapfailed) has no etcd, no apiserver, no kubectl path at all.
When none of those apply, the node has to be re-imaged at the cloud-provider layer: terminate the instance, preserve the disks (so a re-bootstrap with --preserve keeps the zpool), and relaunch from the cozystack-tuned image. This skill orchestrates that without losing the operator's existing block volumes, VNIC attachments, or NSG rules.
Not for:
- Cozystack-side problems (HRs failing, dashboard unreachable, certs not issuing) → use
cozystack:debug. - Talos upgrades on a healthy cluster → use
talosctl upgrade --preservedirectly; no need for cloud-provider intervention. - Fresh installs with no pre-existing state → use
cozystack:wizard→cozystack:talos-bootstrap.
Core principles
- Match the operator's natural language. Read
<config-dir>/.state.yamloperator_languageif available, detect otherwise. - Provider CLI is the operator's tool. The skill prints exact
oci,aws,gcloud, orhcloudcommands; the operator runs them. The skill never directly invokes the provider CLI without operator approval — every mutation is shown first. - Preserve by default.
--preserve-disksand--preserve-vnicsdefault true. The skill explicitly lists what it will preserve and what gets recreated. - Layer-pure operator output. The skill never says "returning control to wizard" — whoever invoked the skill figures out next steps from the printed NOTES.
- One node at a time. Sequential terminate+relaunch preserves etcd quorum on 3+ CP clusters. For total cluster recovery (all CPs broken), the skill walks the operator through losing+regaining quorum explicitly.
- Verify before declaring success. Post-relaunch the node must reach Talos maintenance mode (port 50000 responds to
talosctl get disks --insecure) AND retain the preserved disks (existing zpool surfaced bytalosctl get disks).
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 312 lines · 176 tokens per session scan A 657746593f6c
talos-reset is a skill published in the GitHub repository cozystack/ccp (4 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 176 tokens to every session and 3,984 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
terraform-skill
Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…
huggingface-spaces
Build, deploy, and maintain applications on Hugging Face Spaces — Gradio / Docker / Static SDKs, ZeroGPU and dedicated hardware, model loading, debugging, buckets, inference providers, community grants. Use whenever the user asks to create or host an app on Hugging Face, port code onto ZeroGPU, fix a Space that won't…
cloud-architect
Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…
kagent-dev
Development guide for kagent's v1alpha3 Harness and AgentTemplate CRDs, AgentInstance gRPC control plane, upstream A2A integration, Substrate runtime provisioning, tests, generation, and PR workflow. Use for any implementation, debugging, review, or CI task in the kagent repository.
timoni
Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.
azmon-mirroredcatalogs-operations-cli
Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.