From google-workspace-cli
Transfers ownership of Google Drive files from one user to another using gws CLI commands. Lists files by owner query and creates owner permissions. Irreversible without new owner help.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-transfer-file-ownershipThe 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
Transfer ownership of Google Drive files from one user to another.
[!CAUTION] Transferring ownership is irreversible without the new owner's cooperation.
gws drive files list --params '{"q": "'\''[email protected]'\'' in owners"}'gws drive permissions create --params '{"fileId": "FILE_ID", "transferOwnership": true}' --json '{"role": "owner", "type": "user", "emailAddress": "[email protected]"}'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.
Automates Google Drive file operations (search, upload, download, move, rename, trash) with standalone OAuth authentication. No MCP server required.
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.