gws-admin-reports

Fetch Google Workspace admin activity and usage reports via Admin SDK endpoints.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill gws-admin-reports-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-admin-reports
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/gws-admin-reports
Command: npx skills add https://github.com/temple-slope/dotfiles --skill gws-admin-reports-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Administrators need a concise way to fetch Google Workspace audit logs and usage reports across customers and domains.

Core Features & Use Cases

  • Retrieve admin activity with activities.list for auditing and compliance.
  • Retrieve usage data with customerUsageReports.get, entityUsageReports.get, and userUsageReport.get for insights.
  • Discover commands with gws admin-reports --help and gws schema to learn required params and available resources.

Quick Start

Fetch the most recent admin activities for a given customer using gws admin-reports activities.list.

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 activity logs for auditing?

To retrieve Google Workspace admin activity logs for auditing, you can query admin activities using the activities.list endpoint. This provides admin activity data across domains for compliance and governance tracking.

What is the best way to get Google Workspace customer usage reports across domains?

The best way to get Google Workspace customer usage reports is by using the customerUsageReports.get endpoint. This fetches customer-level usage metrics and insights across your managed domains.

Can I fetch individual user usage metrics from Google Workspace via CLI?

Yes, you can fetch individual user usage metrics from Google Workspace via CLI by using the userUsageReport.get endpoint. It exposes user-level usage data for detailed analysis and reporting.

How do I find required parameters for Google Workspace Admin SDK reporting commands?

To find required parameters for Google Workspace Admin SDK reporting commands, use the gws admin-reports --help and gws schema commands. These display available resources and required parameters.

Does this tool support fetching entity-level usage reports for Google Workspace?

Yes, it supports fetching entity-level usage reports for Google Workspace through the entityUsageReports.get endpoint. This allows administrators to gather specific entity usage metrics for insights.