Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-create-task-list

Initialize a Google Tasks list and populate it with multiple tasks via command sequence.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-task-list
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-create-task-list has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-create-task-list.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Initialize a Google Tasks list and populate it with multiple tasks via command sequence. PREREQUISITE: Load the following skills to execute this recipe: gws-tasks Set up a new Google Tasks list with initial tasks. - Requires the gws-tasks skill to execute task list and task management operations - Provides step-by-step commands to create a new task list, add tasks with optional notes and due dates, and display results in table format - Demonstrates task insertion with structured JSON payloads including title, notes, and ISO 8601 due date formatting - 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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Initialize a Google Tasks list and populate it with multiple tasks via command sequence.

Is recipe-create-task-list good?

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

Which AI agents support recipe-create-task-list?

recipe-create-task-list currently lists compatibility with Skills CLI.

Is recipe-create-task-list safe to install?

recipe-create-task-list has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

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

Run the following command to 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