googleworkspace/cli21k installs
recipe-create-shared-drive
Create a Google Shared Drive and add members with appropriate roles.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-shared-driveIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a benign recipe for managing Google Shared Drives using the vendor-provided 'gws' CLI tool. It contains no malicious code or security risks.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Create and Configure a Shared Drive
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Create a Google Shared Drive and add members with appropriate roles.
Steps
- Create shared drive:
gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}' - Add a member:
gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "member@company.com"}' - List members:
gws drive permissions list --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}'
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-create-shared-drive">View recipe-create-shared-drive on skillZs</a>