Skip to main content
Back to registry

recipe-create-task-list

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-tasks

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-task-list
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-tasks Set up a new Google Tasks list with initial tasks. - Create task list: gws tasks tasklists insert --json '{"title": "Q2 Goals"}' - Add a task: gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Review Q1 metrics", "notes": "Pull data from analytics dashboard", "due": "2024-04-01T00:00:00Z"}' - Add another task: gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Draft Q2 OKRs"}' - List tasks: gws tasks tasks list --params '{"tasklist": "TASKLIST_ID"}' --format table

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-create-task-list do?

PREREQUISITE: Load the following skills to execute this recipe: gws-tasks

Is recipe-create-task-list good?

recipe-create-task-list does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-create-task-list work with?

recipe-create-task-list currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-create-task-list?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-create-task-list?

npx skills add https://github.com/googleworkspace/cli --skill recipe-create-task-list

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering