health-event-impact-assessment

health-event-impact-assessment is a skill for Claude Code, Codex from aws-samples/sample-aws-genai-ops-demos. It costs 53 tokens per session (1,766 once invoked), scanned A, original, MIT-0.

A skill for assessing how AWS Health events affect application workloads. AWS Health is Amazon Web Services' service for reporting maintenance, outages, and other service-impacting events.

In plain words
What is it for?
It is for estimating the affected systems, measuring the likely blast radius, identifying responsible teams, and deciding who should be notified.
Why use it?
It helps determine which systems and teams may be affected by an AWS event instead of treating every notification as equally urgent.

Skill for Claude CodeCodex

About the project

AWS GenAI for Operations Demos is a collection of deployable code samples showing generative AI applications for cloud operations, including security, cost optimization, resilience, and automation. Cloud operations teams can deploy the demonstrations as provided or adapt them to their environments.

aws-samples/sample-aws-genai-ops-demos · 52 stars · on GitHub

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/aws-samples/sample-aws-genai-ops-demos/devops-agent-skill
Any agent
npx skills add aws-samples/sample-aws-genai-ops-demos --skill devops-agent-skill
Clone the repo
git clone --depth 1 https://github.com/aws-samples/sample-aws-genai-ops-demos

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 health-event-impact-assessment

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws-samples/sample-aws-genai-ops-demos/devops-agent-skill.svg)](https://agentmods.dev/skills/aws-samples/sample-aws-genai-ops-demos/devops-agent-skill)
Your own site
<a href="https://agentmods.dev/skills/aws-samples/sample-aws-genai-ops-demos/devops-agent-skill"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-aws-genai-ops-demos/devops-agent-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,766 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00053 $0.01766
Opus 5 $0.00026 $0.00883
Sonnet 5 $0.00011 $0.00353
Haiku 4.5 $0.00005 $0.00177

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

Security

Grade A, and why

health-event-impact-assessment 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 5d 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.

observability/proactive-health-event-impact-analyzer/devops-agent-skill/SKILL.md · 212 lines

The source is not reproduced here

Licensed MIT-0

The repository is licensed MIT-0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

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.

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. 5d ago First seen · 212 lines · 53 tokens per session scan A afef4fec298f

Subscribe to this mod's changes

health-event-impact-assessment is a skill published in the GitHub repository aws-samples/sample-aws-genai-ops-demos (52 stars, last pushed yesterday), licensed MIT-0. It adds 53 tokens to every session and 1,766 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

deploy

Deploy, diff, or destroy the ABCA CDK stack. Handles pre-deployment validation, synthesis, and post-deployment verification. Use when the user says "deploy", "cdk deploy", "deploy the stack", "destroy", "cdk diff", "what changed", "redeploy", or "update the stack".

aws-samples/sample-autonomous-cloud-coding-agents · 69 tokens

aws-genai-ml-architect

Reasoning skill for designing AWS GenAI and ML architectures for healthcare and life sciences workloads. Use when the user asks to choose between SageMaker and Bedrock, design a RAG system over medical literature, architect clinical NLP or medical imaging inference, plan genomics or drug discovery pipelines on AWS…

awslabs/hcls-agent-skills · 189 tokens

mirror-cdk-to-terraform

Propose a Terraform mirror plan for the most recent CDK commit on this branch. Use whenever the user has just committed CDK changes and says things like "mirror this to terraform", "propose tf changes", "what's the terraform equivalent", "tf follow-up", "sync to terraform", or any variation that signals they want the…

aws-samples/sample-agentic-chatbot-accelerator · 120 tokens

iac-config-generator

Generate matching CDK config.yaml and Terraform terraform.tfvars files from a short description of the features the user wants to deploy (Knowledge Base, Data Processing, AgentCore Runtime, Observability, Experiments, MCP servers, Evaluator, etc.). Use whenever the user says things like "generate a config", "create my…

aws-samples/sample-agentic-chatbot-accelerator · 140 tokens

aws-cdk-discipline

AWS infrastructure policy for fermi-agentcore - all changes through CDK committed to main, Fermi AWS access is read-only verification.

abel30567/fermi-mcp · 32 tokens

agentcore-investigation

Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.

awslabs/mcp · 52 tokens