cloudwatch

Query CloudWatch logs, metrics, and alarms to monitor AWS resources.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill cloudwatch-david-2814
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudwatch
Source: https://github.com/david-2814/claw-aws/tree/main/skills/cloudwatch
Command: npx skills add https://github.com/david-2814/claw-aws --skill cloudwatch-david-2814

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you monitor and troubleshoot AWS resources by collecting logs, metrics, and alarms from CloudWatch, enabling proactive observability.

Core Features & Use Cases

  • Tail and query logs across log groups to diagnose issues.
  • Retrieve and visualize metrics from AWS services (EC2, Lambda, RDS, etc.) and create dashboards.
  • Set up alarms and automated responses to detect anomalies and maintain service health.

Quick Start

Install this skill and run a sample log tail or metric query to verify setup.

Frequently Asked Questions about cloudwatch

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

FAQPage Schema
How do I query CloudWatch logs to troubleshoot AWS resources?

You can query CloudWatch logs to troubleshoot AWS resources by tailing and searching across log groups to diagnose operational issues. This skill requires the AWS CLI configured with appropriate IAM permissions for CloudWatch and valid credentials.

How do I retrieve CloudWatch metrics for EC2, Lambda, and RDS?

Retrieve CloudWatch metrics for EC2, Lambda, and RDS by querying your AWS services to collect operational data. You can use the retrieved metrics to visualize performance and create dashboards for observability.

Can I set up CloudWatch alarms to detect anomalies automatically?

Yes, you can set up CloudWatch alarms to detect anomalies and maintain service health. Configuring alarm rules enables automated responses to operational changes across your monitored AWS resources.

Do I need AWS CLI configured to monitor metrics and logs?

Yes, you need the AWS CLI configured with valid credentials and appropriate IAM permissions for CloudWatch and logs. Proper authentication is required to query metrics, tail logs, and manage alarms.

What is the best way to maintain observability across AWS services?

Maintaining observability across AWS services involves collecting logs, metrics, and alarms from CloudWatch. Querying this data enables proactive monitoring, troubleshooting, and alerting for resources like EC2, Lambda, and RDS.

Why does my CloudWatch log query fail to return results?

A CloudWatch log query may fail if the AWS CLI lacks valid credentials or appropriate IAM permissions for logs. Ensure your configuration grants the necessary access to query and tail the targeted log groups.