recipe-audit-external-sharing
Find and review Google Drive files shared outside the organization.
Works with
---
name: recipe-audit-external-sharing
description: Find and review Google Drive files shared outside the organization.
license: Apache-2.0
---
# 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
1. List externally shared files: `gws drive files list --params '{"q": "visibility = '\''anyoneWithLink'\''"}'`
2. Check permissions on a file: `gws drive permissions list --params '{"fileId": "FILE_ID"}'`
3. Revoke if needed: `gws drive permissions delete --params '{"fileId": "FILE_ID", "permissionId": "PERM_ID"}'`More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

