alarm

List and analyze SmartCMP alarms with rule-context enrichment and remediation guidance.

15|6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/CloudChef/atlasclaw-providers --skill alarm-cloudchef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alarm
Source: https://github.com/CloudChef/atlasclaw-providers/tree/main/providers/SmartCMP-Provider/skills/alarm
Command: npx skills add https://github.com/CloudChef/atlasclaw-providers --skill alarm-cloudchef

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

SmartCMP alarm management has to surface actionable insights from noisy alerts and provide remediation guidance, reducing manual triage time.

Core Features & Use Cases

  • List triggered alerts with machine-readable metadata and human summaries.
  • Analyze a single alert with rule context and datasource-enriched resource facts to produce structured assessments and remediation guidance.
  • Perform validated status operations (mute, resolve, reopen) on alerts, with deterministic outputs and safety checks.
  • Reuse datasource resource enrichment flows to attach related resources to alerts.
  • Provide a clear runtime path and scripts to operate within SmartCMP provider deployments.

Quick Start

Run analysis on an active alert to generate its assessment and recommended actions.

Frequently Asked Questions about alarm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze SmartCMP alarms to get remediation guidance?

To analyze SmartCMP alarms, the Skill enriches alerts with rule context and datasource resource facts, producing structured assessments and actionable remediation guidance. It lists triggered alerts with machine-readable metadata and human summaries to reduce manual triage time.

Can I mute, resolve, or reopen SmartCMP alerts automatically?

Yes, you can mute, resolve, or reopen SmartCMP alerts. The Skill performs validated status operations with deterministic outputs and safety checks, ensuring safe operation through validation before applying any status changes to the triggered alerts.

What is the best way to enrich SmartCMP alerts with related resource data?

The best way to enrich SmartCMP alerts is by reusing datasource resource enrichment flows. The Skill attaches related resources to alerts by applying datasource-enriched resource facts, enabling deterministic fact shaping for accurate alert analysis.

Do I need the requests library to manage SmartCMP alarms?

Yes, the requests library is required as a dependency to manage SmartCMP alarms. The Skill uses script-based entrypoints that integrate with SmartCMP provider workflows, requiring the requests library to execute datasource enrichment and status operations.

Why does SmartCMP alarm management require rule-context enrichment?

SmartCMP alarm management requires rule-context enrichment to surface actionable insights from noisy alerts. By combining rule context with datasource-enriched resource facts, the Skill produces structured assessments and remediation guidance that manual triage cannot easily achieve.