workspace-unified

Transform Google Workspace actions into GF(3)-typed ACSet objects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms Google Workspace actions into an ACSet-structured system with GF(3) conservation and cross-skill morphisms to enable multi-service workflows.

Core Features & Use Cases

  • WorkspaceACSet: schema for interactions across Gmail, Drive, Calendar, Tasks, Docs.
  • Cross-skill morphisms: ensure path invariance and API-equivalence (MCP↔API).
  • Verification: MCP↔API equivalence and consistency proofs.

Quick Start

Transform a sequence of workspace actions into ACSet objects and verify cross-skill mappings.

Frequently Asked Questions about workspace-unified

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

FAQPage Schema
How do I automate workflows across Gmail, Drive, Calendar, and other Google Workspace services?

Workspace automation via ACSet transforms your Google Workspace actions into a structured system that coordinates multi-service workflows. It uses GF(3)-typed interactions to enforce consistency and path invariance across Gmail, Drive, Calendar, Tasks, and Docs, enabling end-to-end action orchestration with verified API-MCP equivalence.

What is an ACSet schema and why use it for workspace operations?

An ACSet schema provides a typed, category-theoretic foundation for workspace interactions. It structures Gmail, Drive, Calendar, Tasks, and Docs operations with GF(3) conservation rules and cross-skill morphisms, ensuring that multi-service workflows remain mathematically consistent and verifiable across service boundaries.

Can I verify that my Gmail and Drive actions stay consistent across services?

Yes. The Skill implements MCP↔API equivalence verification and Narya-style proofs to confirm that your workspace actions maintain consistency across Gmail, Drive, and other services. PathInvariance and MCPAPIBridge enforce GF(3) conservation, guaranteeing correctness end-to-end.

How do cross-skill morphisms help coordinate multi-service workspace tasks?

Cross-skill morphisms map interactions between services while preserving logical structure and path invariance. They enable one workflow step in Gmail to correctly propagate through Drive or Calendar actions, ensuring that complex multi-service sequences execute with verified consistency and no silent failures.

What preparation is needed before transforming workspace actions into ACSet objects?

You need access to your Google Workspace services (Gmail, Drive, Calendar, Tasks, Docs) and an understanding of the actions you want to coordinate. The Skill accepts sequences of workspace operations and transforms them into WorkspaceACSet objects with type safety and service-routing rules already applied.