一键导入
gogcli-ops
Operates Google Drive, Docs, Sheets, and Slides via gogcli. Use when listing, searching, reading, or updating Google Workspace files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Operates Google Drive, Docs, Sheets, and Slides via gogcli. Use when listing, searching, reading, or updating Google Workspace files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrates the full powerball-harness plugin release with build, validation, version bump, CHANGELOG, tag, and GitHub Release. Use when releasing this plugin.
Generates product demo videos and release walkthroughs via Remotion. Use when creating video documentation or animated demos.
Plans and tracks tasks in .claude/harness/plans.json. Use when creating plans, adding tasks, updating markers, checking progress, or brainstorming an idea into tasks.
Initializes and configures Harness in a project — CI, memory, duo workflow, Codex. Use when setting up a new project or adding Harness configuration.
Executes plans.json tasks — solo, parallel, or breezing team mode. Use when implementing tasks or running the work loop.
Periodic housekeeping and session lifecycle management. Use when performing cleanup, pruning, or session commands.
| name | gogcli-ops |
| description | Operates Google Drive, Docs, Sheets, and Slides via gogcli. Use when listing, searching, reading, or updating Google Workspace files. |
| when_to_use | Google Drive, Google Docs, Google Sheets, Slides, export doc, read spreadsheet, parse Google URL |
| allowed-tools | ["Read","Bash","Grep","Glob"] |
Operates Google Workspace files via the gogcli CLI — Drive, Sheets, Docs, and Slides.
Standardize gogcli usage: verify auth, resolve IDs from URLs, default to read-only checks, then run the minimum command needed.
gog --versiongog auth listpython3 "${CLAUDE_SKILL_DIR}/scripts/gog_parse_url.py" "<url-or-id>"sheet | doc | slide | file | folder | id | unknown via "${CLAUDE_SKILL_DIR}/scripts/gog_parse_url.py". # skill-localgog sheets metadata <spreadsheetId>gog docs info <docId>gog slides info <presentationId>gog drive get <fileId> or gog drive permissions <fileId>gog auth listgog auth statusgog auth add <email>--account <email> when multiple accounts exist.python3 "${CLAUDE_SKILL_DIR}/scripts/gog_parse_url.py" "<url-or-id>" # skill-localunknown, ask for a direct ID or a different URL.gog drive lsgog drive search "<query>"gog drive get <fileId>gog drive download <fileId>gog drive permissions <fileId>gog sheets metadata <spreadsheetId>gog sheets get <spreadsheetId> <range>gog sheets export <spreadsheetId>gog docs info <docId>gog docs cat <docId>gog docs export <docId>gog slides info <presentationId>gog slides export <presentationId>--plain for stable TSV output.--json when a caller wants structured output.--no-input in non-interactive flows to avoid hanging.gog auth list), check permissions (gog drive permissions <fileId>), and confirm the ID.${CLAUDE_SKILL_DIR}/references/gogcli-cheatsheet.md for a compact command list."${CLAUDE_SKILL_DIR}/scripts/gog_parse_url.py" to normalize URLs into IDs before running commands. # skill-local