drive-write

Upload, create, and update files in Google Drive via the gws CLI.

18|7|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/thecloudtips/founder-os --skill drive-write
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drive-write
Source: https://github.com/thecloudtips/founder-os/tree/main/plugin/skills/infrastructure/gws-drive-write
Command: npx skills add https://github.com/thecloudtips/founder-os --skill drive-write

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of uploading, creating, and updating files directly within Google Drive, eliminating the need for manual intervention or complex API integrations.

Core Features & Use Cases

  • File Upload: Upload local files to specified Google Drive folders.
  • File Creation: Create new Google Docs or folders within Drive.
  • Content Updates: Update existing files with new content or modify their metadata.
  • Use Case: Automatically upload daily generated reports to a client-specific folder in Google Drive and update their metadata with the current date.

Quick Start

Upload the local file named 'quarterly_report.pdf' to the Google Drive folder with the ID 'FOLDER_ID'.

Frequently Asked Questions about drive-write

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

FAQPage Schema
How do I upload local files to Google Drive from the command line?

Upload local files to Google Drive by specifying the file path and target folder ID. The Skill manages file uploads via the gws CLI, placing documents directly into designated cloud storage folders without manual web interface interaction.

Can I update existing Google Drive file content and metadata programmatically?

Update existing Google Drive files with new content or modify their metadata programmatically. The Skill handles content updates and version control for cloud storage documents via the gws CLI, automating file management tasks.

Do I need to install the gws CLI to manage Google Drive files?

Installing the gws CLI is required to manage Google Drive files with this Skill. You must also configure authenticated Drive scopes to enable write operations for uploads, creations, and content updates within your cloud storage environment.

How do I create new Google Docs or folders in Drive without complex API integrations?

Create new Google Docs or folders directly within Google Drive using the gws CLI. The Skill streamlines document management and content organization by eliminating the need for complex API integrations during file creation.