Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query AWS CloudWatch metrics for ECS/EC2/RDS and return charts.
Query AWS CloudWatch metrics for ECS/EC2/RDS and return charts.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Use this skill to fetch CloudWatch metrics for ECS / EC2 / RDS and return text summaries.
Preferred entry script: node {baseDir}/src/skill.mjs --service ecs --metric cpu --resource <cluster-name> --hours 1
Required (AK/SK): AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY Optional: AWS_REGION (default: us-west-2)
Run the CLI script in {baseDir}: node {baseDir}/src/cli.js --service ecs --metric CPUUtilization --resource <cluster-name-or-arn> --hours 1 node {baseDir}/src/cli.js --service ecs --metric cpu --resource <cluster-name> You can define metric aliases in {baseDir}/config.json (see config.example.json).
ecs (cluster-level metrics) ec2 rds
Region: us-west-2 Period: 300 seconds (5 minutes) Time window: 1 hour
ECS metrics are cluster-level unless Container Insights is enabled. If the metric is unavailable, return a clear message. Text-only output (no chart rendering). Uses SigV4 signing via native crypto (no AWS SDK, no external packages).
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.