Agent Skillsxuiltul/animaworks › google-tasks-tool

google-tasks-tool

GitHub

Google Tasks API操作工具,支持通过OAuth2认证进行任务列表和任务的增删改查。适用于需要获取待办事项、添加新任务、更新任务状态或切换任务列表的场景。

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

Trigger Scenarios

TODO一覧取得 タスク追加 完了更新 タスクリスト切り替え

Install

npx skills add xuiltul/animaworks --skill google-tasks-tool -g -y
More Options

Non-standard path

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

Use without installing

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連携ツール。タスクリストとタスクの一覧・追加・更新をOAuth2で行う。 Use when: TODO一覧取得、タスク追加、完了更新、タスクリスト切り替えが必要なとき。"
}

Google Tasks ツール

Google Tasks API でタスクリスト・タスクを操作する外部ツール。

呼び出し方法

Bash: animaworks-tool google_tasks <サブコマンド> [引数] で実行

アクション一覧

list_tasklists — タスクリスト一覧

animaworks-tool google_tasks tasklists [-n 50]
パラメータ デフォルト 説明
max_results integer 50 最大取得件数

list_tasks — タスク一覧

animaworks-tool google_tasks list <タスクリストID> [-n 50] [--no-completed]
パラメータ 必須 説明
tasklist_id string Yes タスクリスト ID
max_results integer 50 最大取得件数
show_completed boolean true 完了タスクを含めるか

insert_task — タスク追加

animaworks-tool google_tasks add <タスクリストID> "タスク名" [--notes メモ] [--due 日時]
パラメータ 必須 説明
tasklist_id string Yes タスクリスト ID
title string Yes タスク名
notes string No メモ
due string No 期限(RFC 3339)

insert_tasklist — タスクリスト作成

animaworks-tool google_tasks new-list "リスト名"
パラメータ 必須 説明
title string Yes リスト名

update_task — タスク更新

指定したタスクのタイトル・メモ・期限・完了状態を更新する(指定した項目のみ更新)。

animaworks-tool google_tasks update <タスクリストID> <タスクID> [--title タイトル] [--notes メモ] [--due 日時] [--status completed|needsAction]
パラメータ 必須 説明
tasklist_id string Yes タスクリスト ID
task_id string Yes タスク ID
title string No 新しいタイトル
notes string No メモ
due string No 期限(RFC 3339)
status string No needsAction(未完了)または completed(完了)。title/notes/due/status のいずれか1つ以上を指定すること。

update_tasklist — タスクリスト名の更新

animaworks-tool google_tasks update-list <タスクリストID> "新しいリスト名"
パラメータ 必須 説明
tasklist_id string Yes タスクリスト ID
title string Yes 新しいリスト名

注意事項

  • 初回使用時に OAuth2 認証フローが必要
  • credentials.json を ~/.animaworks/credentials/google_tasks/ に配置すること(Gmail/Calendar と同じ OAuth クライアントをコピー可)

Version History

  • 140e43b Current 2026-07-25 09:13

Same Skill Collection

.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/google-tasks-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/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
templates/ja/common_skills/x-search-tool/SKILL.md

Metadata

Files
0
Version
050238c
Hash
85e074fe
Indexed
2026-07-25 09:13

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 06:02
浙ICP备14020137号-1 $mapa de visitantes$