awsflow-cloudwatch

Query AWS CloudWatch logs with natural-language prompts.

3|1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/necatiarslan/awsflow --skill awsflow-cloudwatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awsflow-cloudwatch
Source: https://github.com/necatiarslan/awsflow/tree/main/skills/awsflow-cloudwatch
Command: npx skills add https://github.com/necatiarslan/awsflow --skill awsflow-cloudwatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudWatch logs are verbose and scattered across log groups; this skill enables natural-language querying, filtering, and viewing of logs to surface issues quickly.

Core Features & Use Cases

  • Query log groups, streams, and Insights results across Lambda, API Gateway, Glue, RDS, ECS, Step Functions, and more.
  • Inspect and filter metric filters, subscription filters, and saved Insights definitions.
  • Open an interactive CloudWatch Log Viewer to explore results in real time.

Quick Start

Ask Awsflow to search CloudWatch logs for Lambda function errors in the last 24 hours.

Frequently Asked Questions about awsflow-cloudwatch

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

FAQPage Schema
How do I query CloudWatch logs using natural language instead of Insights syntax?

You can query CloudWatch logs by typing plain-language prompts to filter log groups, streams, and Insights results. This skill translates your natural-language requests into structured CloudWatch queries to surface issues quickly.

Can I search for Lambda function errors in CloudWatch logs across multiple AWS services?

Yes, you can search for Lambda errors alongside logs from API Gateway, Glue, RDS, ECS, and Step Functions. The skill queries log groups and streams across these AWS services to help you inspect and filter results.

What AWS permissions do I need to view CloudWatch log events and run Insights queries?

You need a valid AWS context with permissions to DescribeLogGroups, DescribeLogStreams, GetLogEvents, StartQuery, and GetQueryResults. The skill also requires the CloudWatchLogTool to retrieve log data and execute queries.

How do I inspect saved CloudWatch Insights definitions and metric filters?

You can inspect and filter metric filters, subscription filters, and saved Insights definitions by asking the skill in natural language. It retrieves these configurations from your AWS environment for review.

What is the best way to explore CloudWatch log query results in real time?

The best way to explore results is by opening the interactive CloudWatch Log Viewer provided by the skill. It allows you to view and filter query results in real time to pinpoint issues in your logs.

Why are my CloudWatch logs scattered and hard to search across log groups?

CloudWatch logs are verbose and distributed across many log groups, making them hard to search. This skill enables natural-language querying and filtering to consolidate and surface relevant log data quickly.