What problem does it solve? Google Workspace administrators need visibility into account activity and resource usage, but manually navigating the Admin console for audit logs and usage statistics is slow and hard to automate. This Skill exposes the Admin SDK Reports API through the gws CLI so activity and usage data can be queried programmatically. ## Core Features & Use Cases - Activity Auditing: List and watch account activities for applications like the Admin console and Google Drive, including push notification channels. - Usage Reporting: Retrieve customer-level, entity-level, and user-level usage reports with statistics and properties. - Schema Discovery: Inspect any method's required parameters, types, and defaults with gws schema before building requests. - Use Case: An administrator investigating suspicious logins can list Admin console activities filtered by user and date range, then pull a user usage report to correlate account behavior. ## Quick Start Ask the AI to list recent Admin console activity events for your Google Workspace customer account using the gws admin-reports activities list method.