AgentSkillsCN

integration-google-tasks

通过 AgenCo 可用的 Google Tasks 操作

SKILL.md
--- frontmatter
name: integration-google-tasks
description: "Google Tasks actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Google Tasks

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
list_task_listsRetrieves task lists from your account
get_task_listFetches detailed information about a specific task list
create_task_listEstablishes new task lists for organization
list_tasksRetrieves tasks contained within lists
create_taskAdds new tasks to existing lists
update_taskModifies task content or completion status
delete_taskRemoves tasks from lists

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["google tasks list task lists"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["google tasks list task lists"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"google-tasks_list_task_lists","input":{...}}'

If Google Tasks is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.