Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-organize-drive-folder

Automate Google Drive folder creation and file organization into structured hierarchies.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-organize-drive-folder
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-organize-drive-folder has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-organize-drive-folder.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Automate Google Drive folder creation and file organization into structured hierarchies. PREREQUISITE: Load the following skills to execute this recipe: gws-drive Create a Google Drive folder structure and move files into the right locations. - Creates nested folder structures and moves existing files into designated locations using gws-drive commands - Supports parent-child folder relationships and file reparenting across Drive locations - Includes verification steps to list and confirm folder contents after organization - 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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Automate Google Drive folder creation and file organization into structured hierarchies.

Is recipe-organize-drive-folder good?

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

Which AI agents support recipe-organize-drive-folder?

recipe-organize-drive-folder currently lists compatibility with Skills CLI.

Is recipe-organize-drive-folder safe to install?

recipe-organize-drive-folder has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

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

Run the following command to 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