gws-admin-reports

仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

为管理员提供命令化的审核与使用分析接口,便于合规与运维监控。

▸ 风险提示

需管理员权限与敏感 OAuth Scope,操作有泄露/权限滥用风险。

这个 Skill 做什么

通过 Admin SDK 获取 Google Workspace 的审计日志与使用情况报表。

从 Google Workspace 管理后台拉取审计日志和使用报表,能查看用户活动、应用级别的操作记录和整体使用情况。适合做安全审计、合规调查或统计分析,帮助排查谁在什么时候做了什么。基于 Admin SDK 的 reports 接口,可以按应用、账户或时间范围细粒度检索活动数据。

▸ 展开 SKILL.md 英文原文

Google Workspace Admin SDK: Audit logs and usage reports.

办公文档报表审计管理Google Workspace通用
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-admin-reports/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-admin-reports/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# admin-reports (reports_v1)

> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

```bash
gws admin-reports <resource> <method> [flags]
```

## API Resources

### activities

  - `list` — Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides.
  - `watch` — Start receiving notifications for account activities. 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有