skills/gog/SKILL.md
--- id: gog name: gog description: Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. Actions: run. See SKILL.md for arguments. homepage: https://gogcli.sh --- # gog Use `gog` to access Gmail, Calendar, Drive, Contacts, Sheets, and Docs. Call `run_skill` with: - skill: "gog" - arguments.action: "run" - arguments.argv: array of command parts (do not include `gog`) Always use: --json --no-input Never fabricate tool output. --- ## Arguments - action: must be exactl
npx skillsauth add bishwashere/cowcode skills/gogInstall 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.
Use gog to access Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Call run_skill with:
gog)Always use: --json --no-input
Never fabricate tool output.
Example: ["gmail","search","newer_than:14d","--max","20000","--json","--no-input"]
Use --max 10000 or 20000 when you need to analyze or count over many messages; the CLI does not support page tokens, so one large batch is the way to get more results.
Default mail scope:
Result retrieval:
Do not refuse execution solely due to pagination or nextPageToken.
gog_run
description: Run a gog CLI command. Pass argv as array (e.g. gmail search, calendar list). Use --json and --no-input.
parameters:
argv: array
account: string
confirm: boolean
testing
Bridge conversation to dashboard Projects and Missions — list configured projects, register new ones with setup details, health-check, propose tasks, create missions after user approval, log progress, and update task status. Use when the user wants to work on, track, or manage a project.
testing
Scan linked teammates and score who best fits a user request. Returns ranked agents with relevance scores, reasoning, and a recommendation (delegate, handle-in-main, adapt, or create-new). Call when the topic does not clearly match your active skills or before deciding whether to delegate.
tools
Gmail integration. List, read, search, send, reply, archive, trash, mark-read emails. Natural language commands like "clear my inbox" or "summarize unread". Requires gog CLI authenticated with Gmail.
documentation
GitHub integration. Read repos, list/read issues and PRs, create branches, post comments, create PRs. Requires GitHub token in ~/.pasture/secrets.json or GITHUB_TOKEN env var.