Google Workspace/gws-admin-reports — Agent Skills | officialskills.sh
Back to skills

gws-admin-reports

officialworkflows

Wraps the Google Workspace Admin SDK Reports API to pull audit logs and usage statistics from a command line.

Setup & Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-admin-reports
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/cli/tree/main/skills/gws-admin-reports
View on GitHub

What This Skill Does

Wraps the Google Workspace Admin SDK Reports API to pull audit logs and usage statistics from a command line. Covers activity logs for apps like Drive and Admin console, plus per-user and customer-wide usage reports. Also supports push notification channels for real-time activity streaming.

Instead of clicking through the Admin console UI to export each report manually, you get the same data programmatically and can pipe it into scripts, dashboards, or alerting systems.

When to use it

  • Pulling Drive activity logs to audit who accessed or shared files last week
  • Checking per-user app usage to identify inactive Workspace accounts
  • Streaming Admin console activity to a webhook for real-time alerting
  • Generating a customer-wide usage report to track storage and service adoption across the org
  • Stopping a push notification channel that is no longer needed