How to install recipe-audit-external-sharing
npx skills add null --skill recipe-audit-external-sharingFull instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: recipe-audit-external-sharing version: 1.0.0 description: "Find and review Google Drive files shared outside the organization." metadata: openclaw: category: "recipe" domain: "security" requires: bins: ["gws"] skills: ["gws-drive"]
Audit External Drive Sharing
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.
Steps
- List externally shared files:
gws drive files list --params '{"q": "visibility = '\''anyoneWithLink'\''"}' - Check permissions on a file:
gws drive permissions list --params '{"fileId": "FILE_ID"}' - Revoke if needed:
gws drive permissions delete --params '{"fileId": "FILE_ID", "permissionId": "PERM_ID"}'
Related skills
More from googleworkspace/cli and the wider catalog.
recipe-backup-sheet-as-csv
Export Google Sheets to CSV for backup and local processing.
recipe-batch-invite-to-event
Batch-add attendees to Google Calendar events and notify them automatically.
recipe-batch-rename-files
Rename multiple Google Drive files matching a pattern to follow a consistent naming convention.
recipe-batch-reply-to-emails
Find Gmail messages matching a query and send a standard reply to each one.
recipe-block-focus-time
Create recurring focus time blocks on Google Calendar to protect deep work hours.
recipe-bulk-download-folder
List and download all files from a Google Drive folder in bulk.