From google-workspace-cli
Audits Google Drive files shared externally using gws CLI: lists files with 'anyoneWithLink' visibility, reviews permissions, and revokes unauthorized access.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-audit-external-sharingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Find and review Google Drive files shared outside the organization.
[!CAUTION] Revoking permissions immediately removes access. Confirm with the file owner first.
gws drive files list --params '{"q": "visibility = '\''anyoneWithLink'\''"}'gws drive permissions list --params '{"fileId": "FILE_ID"}'gws drive permissions delete --params '{"fileId": "FILE_ID", "permissionId": "PERM_ID"}'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceShares Google Drive folder and contents with collaborators via gws drive CLI: find folder, add editor/viewer permissions, verify list. Requires gws-drive skill.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.