Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Recipe Share Folder With Team

Skill Verifiziert Aktiv

Share a Google Drive folder and all its contents with a list of collaborators.

Zweck

To efficiently and securely share Google Drive folders and their contents with multiple collaborators by programmatically setting their access permissions.

Funktionen

  • Share Google Drive folders with collaborators
  • Assign 'writer' or 'reader' roles to users
  • Verify that permissions have been applied correctly
  • Automates a common collaboration workflow

Anwendungsfälle

  • Use when needing to grant access to a project folder for a team
  • Use when onboarding new team members and providing them access to necessary Drive resources
  • Use when revoking or confirming access for external stakeholders

Nicht-Ziele

  • Managing individual file permissions within the shared folder
  • Sharing entire Google Drive accounts
  • Executing operations outside of Google Drive permission management

Workflow

  1. Find the target Google Drive folder by name
  2. Share the folder with a collaborator as an editor
  3. Share the folder with another collaborator as a viewer
  4. Verify that the permissions have been successfully applied

Voraussetzungen

  • gws CLI installed
  • gws-drive skill loaded
  • Authentication configured for gws CLI

Scope

  • info:Tool surface sizeThe SKILL.md uses a few specific `gws` commands, but the underlying `gws` CLI exposes a very large surface area of tools.

Installation

npx skills add googleworkspace/cli

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit2 days ago
Sterne26.2k
LizenzApache-2.0
Status
Quellcode ansehen