بنقرة واحدة
gws-cli
Use the Google Workspace CLI to work with Gmail, Drive, Calendar, Docs, and Sheets from the local host shell.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use the Google Workspace CLI to work with Gmail, Drive, Calendar, Docs, and Sheets from the local host shell.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review Qodo findings on the open GitHub pull request for the current branch using the persistent review as the canonical finding list and GitHub inline threads as discussion anchors, then fix, verify, refresh, or escalate with `/ask` using evidence and Qodo acknowledgment state.
Delegate planning to Codex/GPT. Returns dense, AI-optimized plan (not prose). Caller specifies reasoning effort (high/xhigh) based on complexity.
Codex reviews a plan. Returns dense verdict + feedback (not prose). Caller specifies reasoning effort (medium/high/xhigh) based on review depth needed.
Semantic version control workflow: sem (structural truth) -> inspect (review prioritization) -> weave (coordination + merge semantics).
Guide for creating or updating agent skills. Use when users want to create a new skill, update an existing skill, or need guidance on SKILL.md structure and best practices across Claude Code, Codex, and other compatible agents.
| name | gws-cli |
| description | Use the Google Workspace CLI to work with Gmail, Drive, Calendar, Docs, and Sheets from the local host shell. |
Use the gws binary directly from the host shell.
brew install googleworkspace-cli.gws auth status~/.config/gws/client_secret.jsonGOOGLE_WORKSPACE_CLI_KEYRING_BACKEND=file gws auth login -s drive,gmail,calendar,docs,sheetsgws --help
gws auth status
gws schema drive.files.list
gws drive files list --params '{"pageSize":10}'
gws gmail users messages list --params '{"userId":"me","maxResults":10}'
gws calendar events list --params '{"calendarId":"primary","maxResults":10}'
gws docs documents get --params '{"documentId":"..."}'
gws sheets spreadsheets get --params '{"spreadsheetId":"..."}'
pageSize, maxResults, and focused IDs.gws schema ... to inspect request/response shapes before writing JSON payloads.