gws-admin-reports

Retrieve Google Workspace Admin SDK audit logs and usage reports.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill gws-admin-reports-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-admin-reports
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/gws-admin-reports
Command: npx skills add https://github.com/wuyyyyyou/cli --skill gws-admin-reports-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize and simplify auditing and usage reporting for Google Workspace by providing programmatic access to Admin SDK audit logs and usage data.

Core Features & Use Cases

  • Retrieve activities, channels, and usage reports across customers and entities to monitor compliance and activity trends.
  • Generate structured reports for security audits, license usage, or activity analytics across multiple resources (activities, customerUsageReports, entityUsageReports, userUsageReport).
  • Use cases include automating monthly usage dashboards, alerting on abnormal activity, and exporting reports to CSV or BI tools.

Quick Start

Call gws admin-reports with a resource and method to fetch audit logs and usage data.

Frequently Asked Questions about gws-admin-reports

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

FAQPage Schema
How do I retrieve Google Workspace admin SDK audit logs programmatically?

To retrieve Google Workspace admin SDK audit logs programmatically, call the Skill with a specific resource and method. It automates fetching activities, channels, and usage reports while handling authentication, parameter validation, and error handling.

What is the best way to automate Google Workspace usage reports for multiple customers?

Automating Google Workspace usage reports for multiple customers is best handled by retrieving customerUsageReports and entityUsageReports. The Skill structures this data for compliance monitoring, license tracking, and exporting to BI tools or CSV.

Does this approach support fetching userUsageReport data for security audits?

Yes, fetching userUsageReport data for security audits is fully supported. The Skill retrieves user-level usage data across Google Workspace resources, applying shared security rules for authentication and error handling during the extraction.

Can I use this to monitor abnormal activity trends across Google Workspace entities?

You can use this to monitor abnormal activity trends across Google Workspace entities by retrieving activities and entityUsageReports. The structured data output enables you to build alerting workflows and activity analytics dashboards.

Do I need specific authentication setup to access Google Workspace admin reports?

Accessing Google Workspace admin reports requires specific authentication setup. The Skill enforces shared gws-skills security rules, managing authentication, parameter validation, and error handling to securely connect to the Admin SDK API.