gws-tasks
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
适合同步或脚本化个人/团队任务管理
▸ 风险提示
需要 Google OAuth 或服务账号凭据,注意权限。
这个 Skill 做什么
通过 gws CLI 管理 Google Tasks 的任务与任务列表。
用 gws CLI 在命令行管理 Google Tasks 的任务和任务列表,可以新建、删除、列出和修改任务。适合把个人或团队待办做成脚本化流程,或在自动化/CI 中操作 Tasks。特别要注意先配置好 auth(凭证)和全局参数才能正常调用 API。
▸ 展开 SKILL.md 英文原文
Google Tasks: Manage task lists and tasks.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-tasks/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-tasks/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# tasks (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws tasks <resource> <method> [flags] ``` ## API Resources ### tasklists - `delete` — Deletes the authenticated user's specified task list. If the list contains assigned tasks, both the assigned tasks and the original tasks in the assignment surface (Docs, Chat Spaces) are deleted. - `get` — Returns the authenticated user's specified task list. - `insert` — Creates a new task list and adds it to the authenticated user's task lists. A user can have up to 2000 lists at a time. - `list` — Returns all the authenticated
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有