gworkspace-mcp

Orchestrate cross-service Google Workspace actions with two-phase commit and retry checkpoints.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill gworkspace-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gworkspace-mcp
Source: https://github.com/plurigrid/asi/tree/main/skills/gworkspace-mcp
Command: npx skills add https://github.com/plurigrid/asi --skill gworkspace-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill models cross-service workflows for Google Workspace using MCP with temporal consistency, atomicity guarantees, and GF(3) triadic reasoning.

Core Features & Use Cases

  • Temporal Consistency: Causal poset framework for replay determinism.
  • GF(3) Triads: Classifies actions as PLUS, ERGODIC, or MINUS to balance workflows.
  • Two-Phase Commit: Atomic multi-service workflows.
  • ANIMA Condensation: Reaches fixed points like Inbox/Task Zero for stable states.
  • Retry with Checkpoints: Robust error recovery using a GF(3)-driven scheme.

Quick Start

Configure the MCP server (e.g., ruler.toml with GOOGLE_CLIENT_ID/SECRET and GF3_SEED), then use tools like gmail_list, calendar_create, and tasks_create to build cross-service workflows.

Frequently Asked Questions about gworkspace-mcp

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

FAQPage Schema
How do I coordinate cross-service Google Workspace actions atomically?

Cross-service coordination in Google Workspace uses two-phase commit to enforce atomic transactions across Gmail, Drive, Calendar, Docs, Sheets, Tasks, and Meet. This Skill orchestrates replay-deterministic workflows with temporal consistency checkpoints, ensuring all services commit or roll back together for data integrity.

What is temporal consistency and why does it matter for multi-service workflows?

Temporal consistency enforces causal ordering and replay determinism across services using a poset framework. It ensures that multi-service workflows execute reliably in the same order every time, preventing race conditions and data conflicts when coordinating Gmail messages, calendar events, and document updates simultaneously.

How do I recover from failures in a multi-service Google Workspace transaction?

This Skill provides robust error recovery using GF(3)-driven retry semantics with 1069 checkpoints for failure detection and restart. When a service fails mid-transaction, the system replays deterministically from the last checkpoint, restoring consistency across all Google Workspace services without data loss.

Can I use this to synchronize Gmail, Calendar, and Drive updates in a single operation?

Yes. This Skill builds cross-service workflows that coordinate Gmail messages, calendar events, and Drive/Docs updates as a single atomic transaction. It applies GF(3) triadic reasoning to classify actions as PLUS, ERGODIC, or MINUS, balancing the workflow while enforcing global consistency.

What setup is required to orchestrate Google Workspace services with this Skill?

Configure the MCP server with a ruler.toml file containing GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GF3_SEED parameters. Once configured, use tools like gmail_list, calendar_create, and tasks_create to build and execute coordinated multi-service workflows with consistency guarantees.

What does ANIMA condensation do in cross-service workflows?

ANIMA condensation reaches fixed points like Inbox Zero or Task Zero, creating stable end-states for multi-service workflows. It ensures that coordinated Gmail, Calendar, and Tasks actions converge to a consistent, clean state after execution completes.