← 返回 Skills 市场
290
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install watadot-aws-cloudwatch
功能描述
Observability and monitoring by Watadot Studio. Log tailing and metric extraction.
使用说明 (SKILL.md)
AWS CloudWatch Skills
Observability and automated monitoring patterns.
🚀 Core Commands
Log Insights
# Live tail of a Log Group
aws logs tail /aws/lambda/\x3Cfunction-name> --follow
# Query logs for errors (last 1h)
aws logs filter-log-events --log-group-name \x3Cname> --filter-pattern "ERROR" --start-time $(date -d '1 hour ago' +%s000) --query "events[].message"
Metrics & Alarms
# List active alarms with state
aws cloudwatch describe-alarms --query "MetricAlarms[?StateValue==\`ALARM\`].{Name:AlarmName,Reason:StateReason}" --output table
# Get CPU utilization metric for EC2
aws cloudwatch get-metric-statistics --namespace AWS/EC2 --metric-name CPUUtilization --dimensions Name=InstanceId,Value=\x3Cid> --period 3600 --statistics Average --start-time 2026-03-15T00:00:00 --end-time 2026-03-16T00:00:00
Dashboard Orchestration
# List dashboard names
aws cloudwatch list-dashboards --query "DashboardEntries[].DashboardName"
🧠 Best Practices
- Retention Policies: Don't keep logs forever. Set retention (e.g., 14 days) to save storage costs.
- Log Streams: Use unique log stream names for different agent instances to avoid interleaving.
- Structured Logging: Log in JSON format to make filtering and automated analysis via OpenClaw easier.
- Alarms: Set up billing alarms to catch sudden spikes in AWS usage early.
安全使用建议
This skill is instruction-only and simply provides aws CLI examples for CloudWatch. Before enabling it: ensure the agent environment has the aws CLI installed and that any AWS credentials available to the agent follow least-privilege (read-only for logging/metrics if possible). Remember the skill will run commands using whatever AWS identity is configured (even though it doesn't declare creds explicitly). If you run agents autonomously, be cautious about granting them wide AWS permissions. Also note small portability issues (e.g., date -d usage may not work on macOS) but these are operational, not security-related.
功能分析
Type: OpenClaw Skill
Name: watadot-aws-cloudwatch
Version: 1.0.0
The skill bundle provides standard AWS CLI commands for CloudWatch observability, including log tailing, metric extraction, and alarm management. All commands in SKILL.md are legitimate administrative actions, and there is no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (CloudWatch observability, log tailing, metrics) match the SKILL.md commands (aws logs, aws cloudwatch). Requesting the aws CLI is appropriate for this purpose.
Instruction Scope
SKILL.md is narrowly scoped to specific aws CLI commands for tailing logs, filtering events, listing alarms/dashboards, and fetching metrics. It does not instruct the agent to read arbitrary local files or send data to external endpoints. Note: the skill does not declare credentials but will use whatever AWS credentials the environment provides when running the aws CLI.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. It relies on an existing aws binary and does not download or execute external code.
Credentials
The skill declares no required env vars or credentials, which is reasonable for an instruction-only AWS helper. However, the aws CLI uses AWS credentials from environment or config (~/.aws). Users should be aware the agent will run aws commands under whatever AWS identity is available.
Persistence & Privilege
always:false and default model invocation settings — no elevated persistence. The skill does not request system-wide changes or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install watadot-aws-cloudwatch - 安装完成后,直接呼叫该 Skill 的名称或使用
/watadot-aws-cloudwatch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Observability and monitoring tools for AWS CloudWatch
- Provides core CLI commands for live log tailing, log filtering, and error searches.
- Includes metric extraction examples, such as querying EC2 CPU utilization.
- Lists active CloudWatch alarms and dashboard orchestration commands.
- Shares best practices for log retention, structuring, and alarm setup.
- Designed for easy integration with Watadot Studio and OpenClaw workflows.
元数据
常见问题
Watadot Aws Cloudwatch 是什么?
Observability and monitoring by Watadot Studio. Log tailing and metric extraction. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。
如何安装 Watadot Aws Cloudwatch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install watadot-aws-cloudwatch」即可一键安装,无需额外配置。
Watadot Aws Cloudwatch 是免费的吗?
是的,Watadot Aws Cloudwatch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Watadot Aws Cloudwatch 支持哪些平台?
Watadot Aws Cloudwatch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Watadot Aws Cloudwatch?
由 ordiy(@ordiy)开发并维护,当前版本 v1.0.0。
推荐 Skills