ms-todo

Manage Microsoft To Do tasks via the Microsoft Graph API.

6|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/IrisGoLab/PCClaw --skill ms-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ms-todo
Source: https://github.com/IrisGoLab/PCClaw/tree/main/skills/ms-todo
Command: npx skills add https://github.com/IrisGoLab/PCClaw --skill ms-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Microsoft To Do task management via Microsoft Graph API often requires manual setup and repetitive CRUD operations across lists. This Skill automates common To Do workflows, enabling script-driven task creation, listing, updating, and completion.

Core Features & Use Cases

  • Create, list, update, and complete tasks in Microsoft To Do using Graph API.
  • Authenticate via device code flow and reuse tokens to perform delegated operations.
  • Use cases: batch-create tasks from a CSV, monitor task status across lists, automate daily stand-up backlog tasks.

Quick Start

Authenticate using the environment variables MS_TODO_CLIENT_ID and MS_TODO_REFRESH_TOKEN, then run your automation script to manage To Do data.

Frequently Asked Questions about ms-todo

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

FAQPage Schema
How do I automate Microsoft To Do task management using the Graph API?

Automate Microsoft To Do task management by using curl-based interactions to call the Microsoft Graph API for creating, listing, updating, and completing tasks across multiple lists.

What authentication is required to automate Microsoft To Do with the Graph API?

Automating Microsoft To Do requires delegated authentication via device code flow, using environment variables MS_TODO_CLIENT_ID and MS_TODO_REFRESH_TOKEN to reuse tokens for authorized operations.

Can I batch-create Microsoft To Do tasks from an external source like a CSV?

Batch-create Microsoft To Do tasks from external sources like CSV files by running script-driven automation that processes inputs and sends task creation requests via the Graph API.

Does this Microsoft Graph API automation work on Windows?

Yes, this Microsoft Graph API automation is applicable on Windows, utilizing curl-based interactions and environment configuration to manage To Do workflows across your task lists.

What is the best way to monitor task status across multiple Microsoft To Do lists?

Monitor task status across multiple Microsoft To Do lists by automating list retrieval and syncing task states through the Graph API to integrate daily workflow backlogs.