gws-workflow

Automate cross-service Google Workspace workflows across Gmail, Drive, Calendar, Chat, and Tasks.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill gws-workflow-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-workflow
Source: https://github.com/cellarwood/figurio/tree/main/skills/gws-workflow
Command: npx skills add https://github.com/cellarwood/figurio --skill gws-workflow-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes friction from orchestrating cross-service Google Workspace tasks by letting you discover, inspect, and execute workflow methods across Gmail, Drive, Calendar, Chat, and Tasks without manual context-switching.

Core Features & Use Cases

  • Schema-driven execution: Inspect resource and method schemas to build correct parameters before calling APIs.
  • Prebuilt productivity workflows: Run helpers for meeting prep, standup summaries, converting email to tasks, weekly digests, and announcing Drive files in Chat.
  • Discoverability and safety: Browse available resources and methods, view required params, and rely on shared auth and flags from the gws-shared skill for secure operation.

Quick Start

Run the gws workflow command with a resource, method, and parameters to inspect and execute a Google Workspace workflow.

Frequently Asked Questions about gws-workflow

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

FAQPage Schema
How do I automate cross-service Google Workspace workflows across Gmail, Drive, and Calendar?

Automate Google Workspace workflows by discovering, inspecting, and executing resource methods across Gmail, Drive, Calendar, Chat, and Tasks without manual context-switching. Use the gws CLI with schema-driven parameter construction for safe execution.

Can I convert Gmail emails into Google Tasks automatically?

Yes, converting email to tasks is a prebuilt productivity workflow. Execute the specific helper method to turn emails into tasks, relying on shared authentication from the gws-shared skill to securely process your Google Workspace data.

What is schema-driven execution for Google Workspace API methods?

Schema-driven execution lets you inspect resource and method schemas to build correct parameters before calling Google Workspace APIs. This ensures safe execution by validating required parameters against the discovered schema before running the workflow.

Do I need the gws-shared skill to run Google Workspace automation workflows?

Yes, you need configured authentication from the gws-shared skill and the gws CLI installed. The shared skill provides the secure authentication and flags required to execute cross-service Google Workspace workflow methods safely.

What prebuilt Google Workspace productivity workflows are available?

Prebuilt workflows include meeting preparation, standup summaries, email-to-task conversions, weekly digests, and announcing Drive files in Chat. Browse available resources and methods to discover and execute these helpers across Google Workspace services.

How do I announce new Google Drive files in Google Chat automatically?

Use the prebuilt Drive file announcement workflow to post new files in Chat. Inspect the resource and method schema to construct the correct parameters, then execute the helper with your gws CLI to share the Drive file announcement.