Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/abdullahkhawer/devops-skillsnpx agentmods add skills/abdullahkhawer/devops-skills/maintenance-check-aws-eksWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/abdullahkhawer/devops-skills/maintenance-check-aws-eks)<a href="https://agentmods.dev/skills/abdullahkhawer/devops-skills/maintenance-check-aws-eks"><img src="https://agentmods.dev/badge/skills/abdullahkhawer/devops-skills/maintenance-check-aws-eks/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/abdullahkhawer/devops-skills/maintenance-check-aws-eks"><img src="https://agentmods.dev/badge/skills/abdullahkhawer/devops-skills/maintenance-check-aws-eks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.00037 | $0.01730 |
| Opus 5 | $0.00018 | $0.00865 |
| Sonnet 5 | $0.00007 | $0.00346 |
| Haiku 4.5 | $0.00004 | $0.00173 |
Grade A, and why
maintenance-check-aws-eks 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 9d 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 — 225 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Maintenance Check AWS EKS Skill
Run this skill when asked to check for available upgrades across an AWS EKS Kubernetes cluster for maintenance. It gathers current versions, compares them against latest available versions, and writes a decision file with Jira-formatted tickets for any required maintenance upgrades.
Configuration
Update the table below with your cluster names, AWS profiles, and region before using this skill:
- AWS region:
<your-aws-region>(e.g.us-east-1,eu-west-1)
| Environment | Cluster Name | AWS Profile |
|---|---|---|
| Staging / Non-Prod | <your-staging-cluster> |
<your-nonprod-profile> |
| Production | <your-prod-cluster> |
<your-prod-profile> |
If the user does not specify an environment, ask before proceeding.
Step 1 — Check current EKS cluster version
aws eks describe-cluster \
--name <cluster-name> \
--profile <profile> \
--region <your-aws-region> \
--query "cluster.version" \
--output text
Record: current cluster version (e.g. 1.29).
Step 2 — Determine latest available EKS version
aws eks describe-addon-versions \
--profile <profile> \
--region <your-aws-region> \
--query "sort_by(addons[?addonName=='vpc-cni'].addonVersions[].compatibilities[].clusterVersion, &@) | [-1]" \
--output text
Record: latest available EKS version.
Decision point: If current version == latest version, no maintenance upgrade is needed at all — skip Steps 3–4 and proceed to Step 5 with a "no maintenance upgrade required" output.
Step 3 — Check EKS add-on versions
List installed add-ons and their current vs. latest versions compatible with the target cluster version:
# List installed add-ons
aws eks list-addons \
--cluster-name <cluster-name> \
--profile <profile> \
--region <your-aws-region> \
--output json
# Current version of each add-on
aws eks describe-addon \
--cluster-name <cluster-name> \
--addon-name <addon-name> \
--profile <profile> \
--region <your-aws-region> \
--query "addon.addonVersion" \
--output text
# Latest version compatible with the target cluster version
aws eks describe-addon-versions \
--addon-name <addon-name> \
--kubernetes-version <target-version> \
--profile <profile> \
--region <your-aws-region> \
--query "addons[0].addonVersions[0].addonVersion" \
--output text
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.
- 9d ago First seen · 225 lines · 37 tokens per session scan A 5727affaceb0
maintenance-check-aws-eks is a skill published in the GitHub repository abdullahkhawer/devops-skills (7 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 37 tokens to every session and 1,730 once invoked, about $0.0002 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
ecspresso
ECS deployment tool - deploy, manage, and troubleshoot ECS services.
dokploy-deploy
This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands".
k8s-dev-deploy
Build, push, and deploy Kurtosis dev images to a Kubernetes cluster without creating a release. Rebuilds engine, core, and files-artifacts-expander as multi-arch Docker images with a unique tag, pushes to the logged-in user's Docker Hub, and restarts the engine. Use when testing local code changes on a k8s cluster.
infra-conventions
Infrastructure and deployment conventions. Auto-injected into devops-aware agents - not user-invocable.
isrvd-ops
Operations instructions for using the isrvd API to deploy containers, manage services and images, configure routes, handle files, and use a web terminal. The instructions include Python, Node.js, and Bash helper scripts.
coolify
Use when self-hosting apps and databases with Coolify on a VPS you own — install, first-admin lockdown, Git-to-deploy (Nixpacks/Dockerfile/compose), managed Postgres/Redis, scheduled S3 backups, domains + auto-SSL. NOT a PaaS someone else runs (that is railway), NOT sizing/hardening the box (that is hetzner), NOT…