gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Google Workflow: Announce a Drive file in a Chat space.
$ npx -y skills add googleworkspace/cli --skill gws-workflow-file-announce --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gws-workflow-file-announceContext preview
The summary Claude sees to decide when to auto-load this skill.
Google Workflow: Announce a Drive file in a Chat space.
name: gws-workflow-file-announce
description: "Google Workflow: Announce a Drive file in a Chat space."
metadata:
version: 0.22.5
openclaw:
category: "productivity"
requires:
bins:
- gws
cliHelp: "gws workflow +file-announce --help"> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Announce a Drive file in a Chat space
gws workflow +file-announce --file-id <ID> --space <SPACE>
| Flag | Required | Default | Description | |------|----------|---------|-------------| | `--file-id` | ✓ | — | Drive file ID to announce | | `--space` | ✓ | — | Chat space name (e.g. spaces/SPACE_ID) | | `--message` | — | — | Custom announcement message | | `--format` | — | — | Output format: json (default), table, yaml, csv |
gws workflow +file-announce --file-id FILE_ID --space spaces/ABC123 gws workflow +file-announce --file-id FILE_ID --space spaces/ABC123 --message 'Check this out!'
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Repo: googleworkspace/cli
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.