GWS Admin Reports
Maps the gws CLI onto Google Workspace Admin SDK audit logs and usage reports
Test report
- Verdict
- Works with setup
- Score
- Tested
- Aug 5, 2026
- Environment
- Claude Code 2.x (agent harness)
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Aug 5, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Installed the real gws 0.22.5 binary and validated commands offline with --dry-run: the skill's command shape works, but so does the one you get from `gws --help`, which already lists admin-reports, the `<service> <resource> <method>` syntax, `gws schema` and `--format csv` in a single call. Both the skill-guided and the no-skill command came out byte-identical and both passed --dry-run, and the CLI even self-corrects typos ('a similar subcommand exists: activities'), so the skill measured as neutral rather than better. It also can't be installed alone — its body reads ../gws-shared/SKILL.md, so the sibling gws-shared skill must be copied too.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 5/10
- Docs & honesty 4/5
What GWS Admin Reports does
Reference card for the `gws admin-reports` command group, listing the Admin SDK reports_v1 resources (activities, channels, customer/entity/user usage reports) and pointing at `gws schema` for building the --params payload. Triggers when you ask for Workspace admin audit logs, login activity or per-user usage statistics. Requires the gws binary, a Google Cloud OAuth project and Workspace admin rights.
How to install GWS Admin Reports
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger GWS Admin Reports
-
/gws-admin-reportsMaps the gws CLI onto Google Workspace Admin SDK audit logs and usage reports
It also activates on plain-language prompts like these:
-
Pull the Workspace admin audit log for Drive sharing last week -
How many Gmail users were active in our Workspace last month? -
Show login activity for this suspicious Workspace account
Frequently asked questions
- Is the GWS Admin Reports skill free?
- Yes. The skill itself is free from googleworkspace/cli. SkillProof publishes the install command and an independent test verdict at no cost.
- Does GWS Admin Reports work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Aug 5, 2026. Verdict: Works with setup. Installed the real gws 0.22.5 binary and validated commands offline with --dry-run: the skill's command shape works, but so does the one you get from `gws --help`, which already lists admin-reports, the `<service> <resource> <method>` syntax, `gws schema` and `--format csv` in a single call. Both the skill-guided and the no-skill command came out byte-identical and both passed --dry-run, and the CLI even self-corrects typos ('a similar subcommand exists: activities'), so the skill measured as neutral rather than better. It also can't be installed alone — its body reads ../gws-shared/SKILL.md, so the sibling gws-shared skill must be copied too.
- What is the GWS Admin Reports SkillProof Score?
- 7.2/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
- How do I install GWS Admin Reports?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use GWS Admin Reports with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.