condoleeza-workspace-guru

Parse emails, match VINs, and manage Google Workspace schedules and sheets.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/BelichickGillisMusk/belichick-margo-jesus --skill condoleeza-workspace-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: condoleeza-workspace-guru
Source: https://github.com/BelichickGillisMusk/belichick-margo-jesus/tree/main/skills/condoleeza-workspace-guru
Command: npx skills add https://github.com/BelichickGillisMusk/belichick-margo-jesus --skill condoleeza-workspace-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires googleapiclient, gspread, numpy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the issue of managing complex Google Workspace operations, offering a dedicated expert for Gmail, Drive, Calendar, Sheets, Docs, and Apps Script.

Core Features & Use Cases

  • Email Parsing: Extracts VINs, dates, results, and amounts from emails.
  • VIN Matching: Matches VINs to existing fleet records.
  • Schedule Creation: Creates and updates 6-month retest schedules.
  • Sheet Management: Builds and maintains VIN trackers in Sheets.
  • Drive Organization: Manages folder structures for tests, invoices, and customer documents.
  • Automations: Generates Apps Script and Python snippets for automations.

Quick Start

Activate the skill and use the command: /dispatch condoleeza [task]

Frequently Asked Questions about condoleeza-workspace-guru

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

FAQPage Schema
How do I parse VINs and dates from Gmail emails automatically?

Google Workspace email parsing automatically extracts VINs, dates, results, and amounts from Gmail messages. The Skill processes incoming emails to identify structured data and matches extracted VINs against existing fleet records stored in Google Sheets.

Can I generate Apps Script automations for Google Sheets and Drive?

Yes, Google Workspace automation generation creates Apps Script and Python snippets for Google Sheets and Drive. The Skill generates custom automation scripts to manage folder structures, build VIN trackers, and maintain test schedules without manual coding.

What's the best way to organize Google Drive folders for invoices and customer documents?

Google Drive organization structures folders for tests, invoices, and customer documents systematically. The Skill manages folder hierarchies to maintain consistent document storage, linking Drive files to corresponding VIN tracker records in Google Sheets.

Do I need Google Workspace API access to automate schedule creation in Calendar?

Yes, Google Workspace API access is required to create and update 6-month retest schedules in Google Calendar. The Skill uses Google APIs to automate schedule creation, requiring proper authentication and authorization credentials configured beforehand.

How do I match extracted VINs to existing fleet records in Google Sheets?

VIN matching connects extracted vehicle identification numbers to existing fleet records stored in Google Sheets. The Skill cross-references parsed email data with sheet-based VIN trackers, ensuring fleet inventory records remain synchronized with incoming test results.

What are the limitations of using Python with googleapiclient for Google Workspace automation?

Python automation using googleapiclient requires proper OAuth2 authentication and API quota management. Limitations include Google Workspace API rate limits, authentication token expiration, and dependency on gspread and numpy for sheet operations and data processing.