server/skills/extrasuite/SKILL.md
CRUD on google workspace files - Sheets, Slides, Docs, Forms. Compose drafts in Gmail. Fuzzy search through Contacts. Manage Google Calendar and App Script projects.
npx skillsauth add think41/extrasuite extrasuiteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ExtraSuite is a CLI for Google Workspace. Auth is automatic — a browser window opens on first use, tokens are cached after. Files must be shared with the user's service account before the agent can access them.
The extrasuite command is available via uvx. Discover commands using --help.
uvx extrasuite@latest --help
uvx extrasuite <module> --help # Module overview. Skip @latest for subsequent commands
uvx extrasuite <module> <cmd> --help # Command flags and format reference
Use the create command to create a new file.
uvx extrasuite sheet create "Financial Model for Q2"
uvx extrasuite doc create "Project Proposal"
pull downloads the file as editable local files. Edit them, then push to sync changes back.
uvx extrasuite sheet pull "https://docs.google.com/spreadsheets/..." <basefolder>
uvx extrasuite sheet push <basefolder>/<document-id>
The same workflow applies for slide, doc, form, and script.
For Docs: pull creates a folder with one markdown file per tab in tabs/. Edit the markdown files and push to sync. Run extrasuite doc --help for details.
uvx extrasuite gmail compose <file> # Save draft from markdown file
uvx extrasuite calendar view # View today's events
uvx extrasuite contacts search "alice" "acme corp" # Multiple queries, fuzzy match
documentation
Release one or more ExtraSuite packages to PyPI. Use when the user asks to release, publish, or cut a new version of any package. Handles version bumps, changelogs, git tags, PyPI publishing, and dependency propagation in the correct order.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.