think41think41Officialยท3 Agent Skills Included

extrasuite

Edit Google Docs, Sheets, Slides, and Forms locally

Converts Google Docs, Sheets, Slides, and Forms into simple local files like markdown, TSV, and JSON for easy editing. Pushes changes back with a git-style pull, diff, and push workflow that preserves complex formatting and styles. Eliminates raw API complexity, huge token usage, and manual index tracking when modifying large workspace files. Also drafts Gmail messages, manages calendar events, and searches contacts through one secure command line.
npx skills add think41/extrasuite --all -g -y
Available:

Instructs your AI agent on the pull-edit-diff-push workflow for Google Workspace files, the module structure, and the security rules for handling credentials when running these skills.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ExtraSuite?โ–ผ

Run `npx skills add think41/extrasuite --all -g -y` in your terminal to install all skills in this suite globally.

How to edit a Google Doc with an AI agent?โ–ผ

Run `extrasuite docs pull <url>` to download the document as markdown files, edit them locally, then run `extrasuite docs push <folder>` to apply your changes back to Google Docs.

Does ExtraSuite preserve complex formatting?โ–ผ

Yes. A three-way merge ensures fonts, colors, and styles the markdown format cannot represent pass through untouched, and only your actual edits are applied.

Can ExtraSuite manage Gmail and Google Calendar?โ–ผ

Yes. It can compose and reply to Gmail drafts, view and create calendar events, and search contacts using short-lived, minimally scoped credentials.

Is ExtraSuite secure for team use?โ–ผ

Yes. Each employee's agent gets a dedicated service account with access only to explicitly shared files, and every edit appears in Google Drive version history for a full audit trail.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’