gws-best-practices

Guide gws CLI usage for Google Workspace with python-docx workflows and data safeguards.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/LYKOS68/roman-hild4 --skill gws-best-practices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-best-practices
Source: https://github.com/LYKOS68/roman-hild4/tree/main/MANUS%20SANDBOX%20DATEN%20CHAOS%20UPLOAD/skills/gws-best-practices
Command: npx skills add https://github.com/LYKOS68/roman-hild4 --skill gws-best-practices

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide best-practice guidance for using the gws CLI with Google Workspace services to prevent errors and protect user data.

Core Features & Use Cases

  • Official workflow guidance for creating and uploading Google Docs through the gws CLI, including the python-docx-based local generation path and conversion to Google Docs.
  • Safe Drive interactions and general CLI safety rules, including prohibitions on permanent deletion and strategies to avoid misconfigurations.
  • Discovery and maintenance guidance for the CLI, such as generating local skill docs with gws generate-skills and updating the CLI with pnpm.

Quick Start

Run gws generate-skills to populate local skill docs and discover available commands.

Frequently Asked Questions about gws-best-practices

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

FAQPage Schema
What is the recommended workflow for creating Google Docs through the gws CLI?

The recommended workflow for creating Google Docs involves generating documents locally with python-docx and converting them to Google Docs format via the gws CLI to ensure safe file creation and metadata compliance.

How do I prevent data loss when performing Google Drive operations with the gws CLI?

To prevent data loss during Google Drive operations, the gws CLI enforces safety rules that prohibit permanent deletions and require careful configuration to safeguard your workspace data against misconfigurations.

How do I discover available commands and generate local skill docs for the gws CLI?

You can discover available commands and generate local skill docs by running the gws generate-skills command, which populates local documentation to guide your Google Workspace CLI usage.

Does the gws CLI support permanent deletion of files in Google Drive?

No, the gws CLI does not support permanent deletion of files in Google Drive. It implements strict safeguards against data loss by prohibiting destructive Drive operations.

What are the metadata requirements for Skill Units in the gws CLI?

Skill Units require YAML frontmatter containing name and description fields, and the gws CLI enforces specific handling rules for optional components and dependencies to maintain documentation standards.

Do I need pnpm to update the gws CLI?

Yes, you need pnpm to update the gws CLI. The recommended maintenance strategy uses pnpm to apply updates and ensure your local Google Workspace CLI environment remains current.