alarm

alarm is a skill for Claude Code, Codex from CloudChef/atlasclaw-providers. It costs 32 tokens per session (3,245 once invoked), scanned A, original, Apache-2.0.

A skill for retrieving and analyzing alerts and checking the health of monitored resources. It can also change an alert's status, such as muting, resolving, or reopening it.

In plain words
What is it for?
Use it to list triggered alerts, investigate a specific alert or resource, review monitoring evidence, and perform validated alert-status actions.
Why use it?
It gathers alert details and resource evidence in one workflow, helping an assistant distinguish active alerts from recently resolved ones and suggest next steps.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list triggered alerts, investigate a specific alert or resource, review monitoring evidence, and perform validated alert-status actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cloudchef/atlasclaw-providers/alarm
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.

Any agent
npx skills add CloudChef/atlasclaw-providers --skill alarm
Clone the repo
git clone --depth 1 https://github.com/CloudChef/atlasclaw-providers

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 alarm

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/alarm/github.svg)](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/alarm)
Your own site
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/alarm"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/alarm/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.

agentmods 80×15 button for alarm

Your own site · 80×15
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/alarm"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/alarm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,245 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00032 $0.03245
Opus 5 $0.00016 $0.01622
Sonnet 5 $0.00006 $0.00649
Haiku 4.5 $0.00003 $0.00325

Measured 9d ago against content hash 2663e145373a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/_alarm_object_actions.py, scripts/adapter.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

providers/SmartCMP-Provider/skills/alarm/SKILL.md · 317 lines

How it starts

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

alarm

Alarm and resource-health workflow for triggered alert retrieval, rule-aware alert analysis, component-model-driven resource health evidence, and status operations.

Purpose

Provide alarm-management capabilities:

  • List triggered alerts with machine-readable metadata
  • Resolve one exact resource and distinguish current firing/muted alerts from currently resolved alerts triggered within the configured lookback for comprehensive resource analysis
  • Analyze one alert with normalized facts, datasource-enriched resource context, assessment, and remediation guidance
  • Analyze one resource independently of alerts by handing component-specific monitoring evidence to the LLM
  • Perform validated status operations (mute, resolve, reopen)

Handlers and helpers

scripts/adapter.py contains the four Tool handlers: list_alerts, analyze_alert, analyze_resource_health, and operate_alert. It converts AtlasClaw Context and Tool parameters, then calls SmartCMP Provider.

scripts/_alarm_object_actions.py remains separate because the embedded assistant Context resolver calls it to build alert page actions. It is not a one-command forwarding script.

Workflow

See references/WORKFLOW.md for the supported workflow.

Resource Enrichment

During alert analysis, the Adapter uses SmartCMP Provider resource resolution when the alert exposes entityInstanceId or nodeInstanceId.

  • Resolve related SmartCMP resources before finalizing the analysis narrative.
  • Merge normalized type + properties resource facts into the alert analysis payload.
  • If resource lookup is unavailable, continue the alert analysis with alert and policy facts, and treat resource enrichment as best-effort context.

Resource Health Analysis

Resource health analysis is independent of alert analysis:

  • Resolve the resource through datasource resource helpers and use its normalized componentType.
  • Load the effective monitoring model for that component; never substitute a generic VM metric list.
  • Query only PromQL that can be scoped to the resolved resource through model-declared labels and exporter identity.
  • Emit descriptive statistics and monitoring coverage, but leave healthy, abnormal, or indeterminate judgment to the AtlasClaw LLM.
  • The final LLM response must include status, confidence, principal findings, metric evidence, missing evidence, and recommended actions.
  • Treat disabled, unavailable, or missing monitoring as an evidence gap rather than proof that the resource is healthy or unhealthy.
  • Do not read active alerts or alarm-policy thresholds for the resource-health conclusion.

Read the full file on GitHub · 317 lines

Files

What ships with it

3 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. 9d ago First seen · 317 lines · 32 tokens per session scan A 2663e145373a

Subscribe to this mod's changes

alarm is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed 5d ago), licensed Apache-2.0. It adds 32 tokens to every session and 3,245 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-30.