aws-eks-docs

aws-eks-docs is a skill for Claude Code, Codex from cookieMonsterDev/agents-skills. It costs 96 tokens per session (1,402 once invoked), scanned A, original, MIT.

A reference guide for Amazon EKS, AWS’s managed service for running Kubernetes clusters. Kubernetes is software that coordinates containers across computers.

In plain words
What is it for?
Use it for creating and upgrading clusters, managing nodes and add-ons, configuring access and networking, connecting storage, monitoring workloads, and using EKS deployment tools.
Why use it?
It avoids treating EKS like a generic Kubernetes installation or overlooking AWS-specific identity, networking, and storage settings. It grounds answers in official EKS documentation.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/cookiemonsterdev/agents-skills/aws-eks-docs
Any agent
npx skills add cookieMonsterDev/agents-skills --skill aws-eks-docs
Clone the repo
git clone --depth 1 https://github.com/cookieMonsterDev/agents-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for aws-eks-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/cookiemonsterdev/agents-skills/aws-eks-docs.svg)](https://agentmods.dev/skills/cookiemonsterdev/agents-skills/aws-eks-docs)
Your own site
<a href="https://agentmods.dev/skills/cookiemonsterdev/agents-skills/aws-eks-docs"><img src="https://agentmods.dev/badge/skills/cookiemonsterdev/agents-skills/aws-eks-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,402 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00096 $0.01402
Opus 5 $0.00048 $0.00701
Sonnet 5 $0.00019 $0.00280
Haiku 4.5 $0.00010 $0.00140

Measured 4d ago against content hash dc8100f974af, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

aws-eks-docs 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 4d 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.

docs-skills/aws-eks-docs/SKILL.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Amazon EKS questions are easy to answer from stale memory or generic Kubernetes advice that ignores AWS-specific control plane, IAM, and networking. Use this skill to ground answers in the official Amazon EKS documentation and return the closest authoritative page instead of improvising cloud-provider steps.

When to Use

Use this skill when the request is about:

  • EKS concepts, architecture, and how EKS differs from self-managed Kubernetes
  • Creating clusters, cluster IAM roles, and cluster endpoint access
  • Managed node groups, self-managed nodes, and AWS Fargate profiles
  • EKS Auto Mode and compute/storage automation
  • Cluster add-ons (VPC CNI, CoreDNS, kube-proxy, EBS CSI, etc.)
  • IAM Roles for Service Accounts (IRSA) and cluster access entries
  • Networking: VPC, subnets, security groups, load balancers, and service mesh adjacency
  • Storage on EKS: EBS, EFS, FSx, and S3 CSI drivers
  • Observability: control plane logging, CloudWatch, Prometheus, and ADOT
  • Upgrades, Kubernetes version lifecycle, and extended support
  • EKS Capabilities (Argo CD, ACK, kro) and GitOps on EKS
  • EKS Anywhere, hybrid nodes, and outpost deployments
  • eksctl, CloudFormation, CDK, and Terraform patterns documented for EKS
  • Troubleshooting cluster creation, node join, CNI, and API access errors

Do not use this skill for:

  • Core Kubernetes API behavior with no EKS-specific context. Use kubernetes-docs instead.
  • AWS CLI install or global CLI options. Use aws-cli-docs instead.
  • General IAM policy language. Use aws-iam-docs for IAM fundamentals; use EKS docs for IRSA and access entries.
  • ECS or Lambda deployment patterns. Use aws-ecs-docs or aws-lambda-docs instead.
  • Helm chart authoring unless the question is about EKS add-ons or documented EKS integration paths.

Workflow

1. Classify the request

Decide which bucket the question belongs to before searching:

  • Getting started and cluster creation
  • Compute: node groups, Fargate, and Auto Mode
  • Networking and load balancing
  • Security, IAM, and access control
  • Storage and persistent volumes
  • Add-ons and platform components
  • Observability and logging
  • Upgrades and version lifecycle
  • EKS Capabilities and integrations
  • Hybrid, Anywhere, and advanced topologies
  • Troubleshooting and known issues

Read the full file on GitHub · 114 lines

Files

What ships with it

2 files 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.

Changes

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.

  1. 4d ago First seen · 114 lines · 96 tokens per session scan A dc8100f974af

Subscribe to this mod's changes

aws-eks-docs is a skill published in the GitHub repository cookieMonsterDev/agents-skills (4 stars, last pushed 14d ago), licensed MIT. It adds 96 tokens to every session and 1,402 once invoked, about $0.0005 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.

Related

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…

agentscope-ai/QwenPaw · 62 tokens

alicloud_cli

阿里云 CLI 中文文档镜像检索与命令辅助:先走章节索引,再下钻正文页面,给出命令前必须有本地文档证据。.

agentscope-ai/QwenPaw · 45 tokens

terraform-cli-setup

Terraform CLI 安装与初始化技能。当用户本地未安装 Terraform 时自动完成安装,确保 terraform 命令可用并能执行 init/validate。不负责 Provider 凭证配置,凭证在实际使用时由 terraform-skill 引导。.

agentscope-ai/QwenPaw · 58 tokens

wrangler

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over…

cloudflare/skills · 75 tokens

cloudflare-one-migrations

Plans migrations from Zscaler ZIA/ZPA, Palo Alto, legacy VPN, SWG, or SASE stacks to Cloudflare One. Use for migration assessments, policy mapping, rollout plans, and parity/gap analysis.

cloudflare/skills · 52 tokens

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues…

cloudflare/skills · 87 tokens