dingtalk-todo

Create, list, complete, and delete DingTalk todos via the DingTalk API.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill dingtalk-todo-acosmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dingtalk-todo
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/dingtalk/todo
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill dingtalk-todo-acosmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the management of DingTalk todo items: create, query, complete, and delete tasks directly within your workflow.

Core Features & Use Cases

  • Create and manage todos: Create tasks with title, details, due date, and assignee via DingTalk API.
  • List and track todos: Retrieve user task lists and statuses to monitor progress.
  • Complete and delete tasks: Mark items complete or remove them, with audit-friendly history.

Quick Start

Create a new DingTalk todo for a user with a title and due date.

Frequently Asked Questions about dingtalk-todo

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

FAQPage Schema
How do I automate DingTalk todo task management via API?

Automate DingTalk todo management by using the DingTalk API to create, list, complete, and delete tasks directly within an automated workflow. This enables direct task management without manual interface interaction.

Can I create a DingTalk todo with a due date and assignee through an API workflow?

Yes, creating DingTalk todos through the API supports specifying a task title, details, due date, and assignee. This allows automated task generation with full tracking metadata for individual users.

What is the best way to retrieve and monitor DingTalk task statuses for users?

The best way to monitor DingTalk task statuses is to list and retrieve user task lists via the API. This retrieves current progress and statuses to track todo items programmatically across workflows.

How do I safely complete or delete DingTalk todos using an automation workflow?

Safely complete or delete DingTalk todos by triggering the API action with a required plan confirmation step. This user approval mechanism ensures actions modifying or removing tasks are verified before execution.

Does DingTalk todo API integration require specific user identifiers for task assignment?

Yes, DingTalk todo API integration requires a specific union_id to assign and manage tasks for individual users. This structured input ensures todos are correctly mapped to the target user account.

Why use an API automation workflow for DingTalk task management instead of manual entry?

Using an API automation workflow for DingTalk task management enables bulk creation, automated status syncing, and audit-friendly history tracking. It eliminates manual data entry errors and ensures consistent task lifecycle management.