Skip to main content
Back to registry

recipe-organize-drive-folder

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-drive

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-organize-drive-folder
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-drive Create a Google Drive folder structure and move files into the right locations. - Create a project folder: gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}' - Create sub-folders: gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}' - Move existing files into folder: gws drive files update --params '{"fileId": "FILE_ID", "addParents": "FOLDER_ID", "removeParents": "OLD_PARENT_ID"}' - Verify structure: gws drive files list --params '{"q": "FOLDER_ID in parents"}' --format table

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-organize-drive-folder do?

PREREQUISITE: Load the following skills to execute this recipe: gws-drive

Is recipe-organize-drive-folder good?

recipe-organize-drive-folder does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-organize-drive-folder work with?

recipe-organize-drive-folder currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-organize-drive-folder?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-organize-drive-folder?

npx skills add https://github.com/googleworkspace/cli --skill recipe-organize-drive-folder

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering