Cloudwatch logs
Personal Agent Skills for Claude Code
npx -y skills add rysk-tanaka/skills --skill cloudwatch-logsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
CloudWatchログの取得・検索(Lambda関数のログ解析、エラー調査)
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, as published. Nobody here has run it
CloudWatch Logs 取得
CloudWatchログを取得・検索します。
実行コマンド
引数: $ARGUMENTS(ロググループ名)
uv run ${CLAUDE_SKILL_DIR}/cloudwatch_logs.py $ARGUMENTS
オプション
| オプション | 説明 | デフォルト |
|---|---|---|
--hours, -H | 過去N時間のログを取得 | 1 |
--filter-pattern, -f | カスタムフィルタパターン | なし |
--profile, -p | AWSプロファイル名 | AWS_PROFILE環境変数 |
--region, -r | AWSリージョン | ap-northeast-1 |
--max-events, -n | 最大イベント数 | 100 |
タスク
- スクリプトを実行してログを取得
- 出力結果を分析し、概要を日本語で報告
- エラーが検出された場合は詳細を報告