Agent Skillsxuiltul/animaworks › google-tasks-tool

google-tasks-tool

GitHub

集成 Google Tasks API,支持通过 OAuth2 认证列出任务列表、查询任务、创建及更新任务。适用于管理 TODO 清单、添加待办事项、标记完成状态或切换任务列表等场景。

templates/en/common_skills/google-tasks-tool/SKILL.md xuiltul/animaworks

触发场景

查询待办事项列表 添加新的任务 更新任务状态或详情 创建新的任务列表

安装

npx skills add xuiltul/animaworks --skill google-tasks-tool -g -y
更多选项

非标准路径

npx skills add https://github.com/xuiltul/animaworks/tree/main/templates/en/common_skills/google-tasks-tool -g -y

不安装直接使用

npx skills use xuiltul/animaworks@google-tasks-tool

指定 Agent (Claude Code)

npx skills add xuiltul/animaworks --skill google-tasks-tool -a claude-code -g -y

安装 repo 全部 skill

npx skills add xuiltul/animaworks --all -g -y

预览 repo 内 skill

npx skills add xuiltul/animaworks --list

SKILL.md

Frontmatter
{
    "name": "google-tasks-tool",
    "tags": [
        "tasks",
        "google",
        "todo",
        "external"
    ],
    "description": "Google Tasks integration for listing task lists and tasks and creating or updating tasks via OAuth2. Use when: fetching TODO lists, adding tasks, marking items complete, or switching task lists."
}

Google Tasks Tool

External tool for Google Tasks API: list task lists, list tasks, create tasks.

Invocation via Bash

animaworks-tool google_tasks <subcommand> [args]

Actions

list_tasklists — List task lists

animaworks-tool google_tasks tasklists [-n 50]
Parameter Type Default Description
max_results integer 50 Max results

list_tasks — List tasks in a task list

animaworks-tool google_tasks list <tasklist_id> [-n 50] [--no-completed]
Parameter Type Required Description
tasklist_id string Yes Task list ID
max_results integer 50 Max results
show_completed boolean true Include completed tasks

insert_task — Add a task

animaworks-tool google_tasks add <tasklist_id> "Task title" [--notes notes] [--due datetime]
Parameter Type Required Description
tasklist_id string Yes Task list ID
title string Yes Task title
notes string No Notes
due string No Due date (RFC 3339)

insert_tasklist — Create a task list

animaworks-tool google_tasks new-list "List name"
Parameter Type Required Description
title string Yes List title

update_task — Update a task

Update a task's title, notes, due date, or status (only provided fields are updated).

animaworks-tool google_tasks update <tasklist_id> <task_id> [--title title] [--notes notes] [--due datetime] [--status completed|needsAction]
Parameter Type Required Description
tasklist_id string Yes Task list ID
task_id string Yes Task ID
title string No New title
notes string No Notes
due string No Due date (RFC 3339)
status string No needsAction (incomplete) or completed. At least one of title/notes/due/status required.

update_tasklist — Update a task list title

animaworks-tool google_tasks update-list <tasklist_id> "New list name"
Parameter Type Required Description
tasklist_id string Yes Task list ID
title string Yes New list title

Notes

  • OAuth2 flow required on first use
  • Place credentials.json at ~/.animaworks/credentials/google_tasks/ (same OAuth client as Gmail/Calendar can be copied)

版本历史

  • 140e43b 当前 2026-07-25 09:12

同 Skill 集合

.claude/skills/bustup-frame-gen/SKILL.md
.claude/skills/pixel-asset-gen/SKILL.md
templates/en/common_skills/agent-browser/SKILL.md
templates/en/common_skills/animaworks-guide/SKILL.md
templates/en/common_skills/aws-collector-tool/SKILL.md
templates/en/common_skills/chatwork-tool/SKILL.md
templates/en/common_skills/cron-management/SKILL.md
templates/en/common_skills/discord-tool/SKILL.md
templates/en/common_skills/github-tool/SKILL.md
templates/en/common_skills/gmail-tool/SKILL.md
templates/en/common_skills/google-calendar-tool/SKILL.md
templates/en/common_skills/image-gen-tool/SKILL.md
templates/en/common_skills/image-posting/SKILL.md
templates/en/common_skills/local-llm-tool/SKILL.md
templates/en/common_skills/machine-tool/SKILL.md
templates/en/common_skills/notion-tool/SKILL.md
templates/en/common_skills/skill-creator/SKILL.md
templates/en/common_skills/slack-tool/SKILL.md
templates/en/common_skills/subagent-cli/SKILL.md
templates/en/common_skills/subordinate-management/SKILL.md
templates/en/common_skills/tool-creator/SKILL.md
templates/en/common_skills/transcribe-tool/SKILL.md
templates/en/common_skills/web-search-tool/SKILL.md
templates/en/common_skills/workspace-manager/SKILL.md
templates/en/common_skills/x-search-tool/SKILL.md
templates/en/common_skills/zoom-meeting-scribe/SKILL.md
templates/ja/common_skills/agent-browser/SKILL.md
templates/ja/common_skills/animaworks-guide/SKILL.md
templates/ja/common_skills/aws-collector-tool/SKILL.md
templates/ja/common_skills/chatwork-tool/SKILL.md
templates/ja/common_skills/cron-management/SKILL.md
templates/ja/common_skills/discord-tool/SKILL.md
templates/ja/common_skills/github-tool/SKILL.md
templates/ja/common_skills/gmail-tool/SKILL.md
templates/ja/common_skills/google-calendar-tool/SKILL.md
templates/ja/common_skills/google-tasks-tool/SKILL.md
templates/ja/common_skills/image-gen-tool/SKILL.md
templates/ja/common_skills/image-posting/SKILL.md
templates/ja/common_skills/local-llm-tool/SKILL.md
templates/ja/common_skills/machine-tool/SKILL.md
templates/ja/common_skills/notion-tool/SKILL.md
templates/ja/common_skills/skill-creator/SKILL.md
templates/ja/common_skills/slack-tool/SKILL.md
templates/ja/common_skills/subagent-cli/SKILL.md
templates/ja/common_skills/subordinate-management/SKILL.md
templates/ja/common_skills/tool-creator/SKILL.md
templates/ja/common_skills/transcribe-tool/SKILL.md
templates/ja/common_skills/web-search-tool/SKILL.md
templates/ja/common_skills/workspace-manager/SKILL.md

元信息

文件数
0
版本
b671e07
Hash
046b9fa8
收录时间
2026-07-25 09:12

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-09 15:54
浙ICP备14020137号-1 $访客地图$