check-app-stats

Aggregate Cognito users, AgentCore usage, Bedrock costs, and Tavily API quotas across Amplify environments.

108|19|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/minorun365/marp-agent --skill check-app-stats-minorun365
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-app-stats
Source: https://github.com/minorun365/marp-agent/tree/main/.agents/skills/check-app-stats
Command: npx skills add https://github.com/minorun365/marp-agent --skill check-app-stats-minorun365

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws-cli, jq, curl, and includes scripts (resource) components.

What problem does it solve?

このアプリは Amplify 環境の利用状況と Bedrock コストを一元で把握するための分析ツールです。Cognito ユーザー数、AgentCore 呼び出し回数、Bedrock の日次コスト、Tavily API の残量を集計します。

Core Features & Use Cases

  • Cognito ユーザー数と環境別セッションの監視
  • Bedrock コストを日次・環境別に集計、内訳も表示
  • Tavily API の使用量と残量を把握
  • Use Case: main/dev と kag 環境を横断するダッシュボード統合

Quick Start

Amplify 環境の利用状況をすぐに取得するには、check-app-stats スクリプトを実行します。

Frequently Asked Questions about check-app-stats

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

FAQPage Schema
How do I monitor Cognito user counts and Bedrock costs across multiple AWS accounts?

You can monitor Cognito user counts and Bedrock costs across multiple AWS accounts by aggregating data from Cognito, AWS Cost Explorer, and CloudWatch Logs Insights to build a unified dashboard summary.

What is the best way to track AWS Bedrock daily costs and get hourly breakdowns by environment?

Tracking AWS Bedrock daily costs with hourly breakdowns by environment is done by querying AWS Cost Explorer and CloudWatch Logs Insights, then fusing the data across main and kag environments.

How do I check Tavily API quota usage and remaining limits alongside AWS service metrics?

Checking Tavily API quota usage and remaining limits alongside AWS service metrics involves sourcing data from the Tavily API and combining it with Bedrock cost and Cognito user statistics into a ready-to-index summary.

Do I need aws-cli and jq installed to aggregate Amplify environment statistics?

Yes, you need aws-cli, jq, and curl installed to aggregate Amplify environment statistics, as the script relies on these dependencies to query AWS APIs and parse JSON responses for multi-account visibility.

Can I get a single dashboard view of AgentCore usage and Bedrock costs for main and kag environments?

You can get a single dashboard view of AgentCore usage and Bedrock costs for main and kag environments by applying multi-account fusion with error handling to produce a ready-to-index summary for integration.