gws-drive-upload

Upload files to Google Drive with automatic metadata via the gws CLI.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill gws-drive-upload-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-drive-upload
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/gws-drive-upload
Command: npx skills add https://github.com/temple-slope/dotfiles --skill gws-drive-upload-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies uploading files to Google Drive by automatically applying descriptive metadata, reducing manual tagging and organization effort.

Core Features & Use Cases

  • Upload files to Google Drive into a chosen parent folder.
  • Auto-detect MIME type and apply metadata to improve search and retrieval.
  • Rename target file via --name for consistent naming across projects.
  • Integrates with the gws CLI for scriptable, repeatable workflows.

Quick Start

Run gws drive +upload <file> to upload a file to Google Drive with automatic metadata.

Frequently Asked Questions about gws-drive-upload

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload files to Google Drive with automatic metadata?

To upload files to Google Drive with automatic metadata, use the gws CLI command `gws drive +upload <file>`. The tool auto-detects MIME types and applies descriptive metadata to reduce manual tagging effort.

Can I upload a file to a specific parent folder in Google Drive via CLI?

Yes, you can upload a file to a specific parent folder in Google Drive by using the `--parent` option. The gws CLI ensures deterministic uploads, placing files directly into your chosen team or personal directory.

How do I rename a file during a Google Drive upload workflow?

You can rename a file during a Google Drive upload by passing the `--name` option in the gws CLI. This ensures consistent naming across projects and folders while applying automatic metadata.

Does the gws CLI require manual MIME type detection for Google Drive uploads?

No, the gws CLI does not require manual MIME type detection for Google Drive uploads. The upload process automatically detects the MIME type and applies metadata to improve search and retrieval.

What is the best way to automate team file intake workflows for Google Drive?

The best way to automate team file intake workflows for Google Drive is using the gws CLI. It supports scriptable, repeatable workflows, automatically applying consistent metadata to uploaded reports, images, and documents.

Are there limitations when using gws drive upload for personal and team file intake?

The gws drive upload requires the gws CLI and Google Drive integration, limiting use to environments supporting these dependencies. It is designed for deterministic uploads using `--parent` and `--name` options.