tencentcloud-cls-alarm

Manage Tencent Cloud CLS alarm policies, notice groups, shields, and execution logs.

13|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AceDataCloud/Skills --skill tencentcloud-cls-alarm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tencentcloud-cls-alarm
Source: https://github.com/AceDataCloud/Skills/tree/main/skills/tencentcloud-cls-alarm
Command: npx skills add https://github.com/AceDataCloud/Skills --skill tencentcloud-cls-alarm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tencentcloud-sdk-python, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you manage Tencent Cloud Cloud Log Service (CLS) alarm policies and their notification/mute behavior so you can reliably detect incidents and control alert noise during events like deployments.

Core Features & Use Cases

  • Alarm policy management (CRUD): list, inspect, create, modify, enable/disable, and delete CLS alarm policies.
  • Notice group management: manage alarm notice groups and their recipients (SMS/email/webhook) and escalation settings.
  • Shield/mute rules: create time-bounded “mute” (shield) rules scoped to a notice group to silence alarms during deploy windows.
  • Alarm execution log: query alarm firing history to see which alarms triggered and when.

Quick Start

Use the tencentcloud-cls-alarm skill to list your current CLS alarm policies in the region set by TENCENTCLOUD_REGION.

Frequently Asked Questions about tencentcloud-cls-alarm

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

FAQPage Schema
How do I manage Tencent Cloud CLS alarm policies and notice groups?▼

Manage Tencent Cloud CLS alarm policies and notice groups by performing CRUD operations on alarm rules and configuring recipients via SMS, email, or webhook for incident notification routing.

How do I temporarily mute or shield CLS alarms during a deployment window?▼

Temporarily mute CLS alarms during a deployment window by creating time-bounded shield rules scoped to a specific notice group, effectively silencing alert notifications for a defined period.

Can I query historical CLS alarm execution logs to see which alarms fired?▼

Query historical CLS alarm execution logs to investigate which alarms fired and when, enabling precise incident detection and post-event review of alarm triggering history.

What credentials do I need to automate Tencent Cloud CLS alarm management?▼

Automating Tencent Cloud CLS alarm management requires AWS-style environment credentials, specifically setting TENCENTCLOUD_SECRET_ID, TENCENTCLOUD_SECRET_KEY, and TENCENTCLOUD_REGION to authenticate CLS API calls.

Does the tencentcloud-cls-alarm skill support Python for CLI automation?▼

The tencentcloud-cls-alarm skill supports Python-based CLI automation by utilizing the tencentcloud-sdk-python dependency and providing a deterministic CLI wrapper script to execute region-scoped operations.

Why use a CLI wrapper for Tencent Cloud CLS alarm operations instead of manual console configuration?▼

Using a CLI wrapper for Tencent Cloud CLS alarm operations ensures deterministic execution of region-scoped tasks, enabling reliable operational workflows for incident detection and alert suppression compared to manual configuration.