tasks-todoist

Create Todoist tasks and sync them to a Supabase tasks table.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Cimminelli1982/crm-frontend --skill tasks-todoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks-todoist
Source: https://github.com/Cimminelli1982/crm-frontend/tree/main/docs/openclaw-skills/tasks-todoist
Command: npx skills add https://github.com/Cimminelli1982/crm-frontend --skill tasks-todoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies cross-system task management by creating Todoist tasks and syncing them with a Supabase-backed task store, ensuring consistent visibility and progress tracking.

Core Features & Use Cases

  • Create Todoist tasks and map them to the appropriate Todoist project and sections.
  • Sync task data to a Supabase database to enable reporting, auditing, and offline access.
  • Real-world use: onboard new customers by creating onboarding tasks in Todoist and reflecting status in your project dashboards.

Quick Start

Create a Todoist task with the required inputs and verify it appears in Supabase.

Frequently Asked Questions about tasks-todoist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Todoist tasks with a Supabase database?

This Skill synchronizes task creation and organization between Todoist and Supabase, using the Todoist API to create tasks and updating a Supabase tasks table to maintain a single source of truth for project work.

What environment credentials do I need to connect Todoist and Supabase?

You need to configure three environment credentials: TODOIST_API_TOKEN, SUPABASE_URL, and SUPABASE_KEY to authenticate and establish the task synchronization between both systems.

Can I track Todoist task due dates and progress in Supabase?

Yes, you can track Todoist task due dates and progress in Supabase because this Skill synchronizes task data to a Supabase database, ensuring consistent visibility and progress tracking across both systems.

Does this task synchronization approach log operations for audit purposes?

Yes, the task synchronization process logs operations for audit purposes, ensuring that task creation and Supabase table updates are recorded to maintain consistent visibility and progress tracking.

What is the best way to manage team onboarding tasks across Todoist and Supabase?

The best way to manage team onboarding tasks is to create them in Todoist, map them to the appropriate projects and sections, and sync the data to a Supabase database to reflect status in project dashboards.

Are there limitations when using Supabase for offline access to Todoist tasks?

Syncing task data to a Supabase database enables offline access and reporting, but it requires maintaining a Supabase tasks table and validating the TODOIST_API_TOKEN for continuous synchronization.