基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HybridAIOne/hybridclaw --skill gws命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Read, send, react to, edit, pin, and thread Discord messages with HybridClaw's `message` tool.
Work with Lexware Office contacts, products, invoices, quotations, bookkeeping vouchers, receipts, payment status, and guarded invoice, quotation, or expense writes through the Public API.
Expose HybridClaw as a custom Alexa skill and prepare guarded Alexa smart-home/device control payloads without exposing Amazon credentials.
| name | gws |
| description | Use the gws CLI for Google Calendar, Gmail, Drive, Sheets, Docs, Tasks, and cross-service Workspace workflows. |
| user-invocable | true |
| metadata | {"hybridclaw":{"category":"productivity","short_description":"Google Workspace via gws CLI.","tags":["google","workspace","calendar","gmail","drive","sheets","docs","tasks"],"related_skills":["google-workspace"],"install":["[Truncated]"]}} |
HybridClaw injects GOOGLE_WORKSPACE_CLI_TOKEN into the agent runtime when
Google auth is configured with hybridclaw auth login google.
Run exactly gws auth status (no API call, instant) and parse the JSON output.
Do not add --json; gws auth status --json is invalid because auth status
already prints JSON by default.
Treat auth as configured when any of these are true:
credential_source is "token_env_var"token_env_var is trueauth_method is not "none"storage is not "none"This matters because HybridClaw passes its Google OAuth token through
GOOGLE_WORKSPACE_CLI_TOKEN; current gws auth status may still report
auth_method: "none" for that env-token mode.
Only if none of the authenticated states above are present, tell the user:
Run
hybridclaw auth login googlein your terminal to connect your Google account.
If env-token auth is present, do not ask the user to log in again. Continue
with the requested gws command immediately.
That's it. Don't explain OAuth, GCP projects, scopes, or alternatives unless a
later gws command returns an auth or scope error.
The HybridClaw login flow works for both personal Gmail and Workspace accounts.
Do not ask clarifying questions. Run the command with sensible defaults:
primary calendar, user's timezoneuserId: me, unread inboxOnly ask for clarification when there are genuinely ambiguous results (e.g., multiple spreadsheets matching a search).
Calendar: See references/calendar.md Gmail: See references/gmail.md Drive & Sheets & Docs: See references/drive-docs-sheets.md Cross-service workflows: See references/workflows.md
For any service not covered above, use gws <service> --help to discover
available resources and methods. The raw syntax is:
gws <service> <resource> <method> --params '{"key": "val"}' --json '{"body": "data"}'
Confirm before actions that affect other people:
Do not confirm for actions that only affect the user:
The reason: asking "are you sure you want to block 2-4pm?" when the user just told you to block 2-4pm is friction, not safety.
Format JSON output into readable summaries. Group calendar events by day. Show email as sender + subject + snippet. Render sheets data as Markdown tables. Never dump raw JSON unless the user asks for it.