ワンクリックで
gws-tasks
Google Tasks 待办管理。不用于:本地待办(用 update_todo)、日历事件(用 gws-calendar)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Google Tasks 待办管理。不用于:本地待办(用 update_todo)、日历事件(用 gws-calendar)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | gws-tasks |
| description | Google Tasks 待办管理。不用于:本地待办(用 update_todo)、日历事件(用 gws-calendar) |
Requires: gws CLI installed and authenticated (gws auth login).
gws tasks <resource> <method> --params '{"key":"val"}' --json '{"key":"val"}'
{"command": "gws tasks tasklists list", "timeout": 30000}
{"command": "gws tasks tasks list --params '{\"tasklist\":\"TASKLIST_ID\",\"showCompleted\":false}'", "timeout": 30000}
Use @default as tasklist ID for the default list.
{"command": "gws tasks tasks insert --params '{\"tasklist\":\"@default\"}' --json '{\"title\":\"Buy groceries\",\"notes\":\"Milk, eggs, bread\",\"due\":\"2026-03-07T00:00:00Z\"}'", "timeout": 30000}
{"command": "gws tasks tasks patch --params '{\"tasklist\":\"@default\",\"task\":\"TASK_ID\"}' --json '{\"status\":\"completed\"}'", "timeout": 30000}
{"command": "gws tasks tasks patch --params '{\"tasklist\":\"@default\",\"task\":\"TASK_ID\"}' --json '{\"title\":\"Updated title\",\"notes\":\"New notes\"}'", "timeout": 30000}
{"command": "gws tasks tasks delete --params '{\"tasklist\":\"@default\",\"task\":\"TASK_ID\"}'", "timeout": 30000}
@default for the default list.2026-03-07T00:00:00Z).{"status": "needsAction"}.Use when the user asks to create, edit, improve, redesign, beautify, inspect, or export PowerPoint decks, PPT files, slide decks, keynotes, or .pptx deliverables. Prefer this skill for presentation work that must produce a real PPTX file, especially when visual quality, editable text, brand assets, charts, or export verification matter. Do not use for Word documents or PDFs.
Markdown 转微信公众号排版并发布草稿。Use this whenever the user asks to convert Markdown to WeChat Official Account HTML, inspect publish readiness, preview local WeChat layout, or create a WeChat draft. 不用于:写文章内容、其他平台发布。
视频字幕提取、翻译、双语合并、烧录。不用于:纯音频转文字、翻译文本文件、视频剪辑
下载视频/音频(YouTube、B站、Twitter等)。不用于:网页抓取(用 web_fetch)、直播录制
AI图片生成(文生图、图生图、去背景、放大),需本地 ComfyUI。不用于:截图、网页抓图、非AI图片处理
创建自定义技能(SKILL.md)。不用于:执行已有技能、修改代码、一次性脚本