wecom-edit-todo

Edit and manage enterprise WeCom to-dos via MCP workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-edit-todo-datingli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-edit-todo
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/wecom-openclaw-plugin-main/skills/wecom-edit-todo
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-edit-todo-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Edit and manage enterprise WeCom to-dos automatically using the wecom_mcp tool, enabling creation, updates, deletions, and status changes without manual steps.

Core Features & Use Cases

  • Create, update, delete, and change user status on to-dos within WeCom.
  • Resolve assignees via wecom-contact-lookup and reconcile IDs from wecom-get-todo-list.
  • Enforce time formatting and safety prompts for destructive actions (e.g., delete).

Quick Start

Use this skill to edit a WeCom to-do by invoking wecom_mcp with the appropriate JSON payload.

Frequently Asked Questions about wecom-edit-todo

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

FAQPage Schema
How do I automate enterprise WeCom to-do creation and updates via MCP?

You can automate enterprise WeCom to-do creation and updates by invoking the wecom_mcp tool with the appropriate JSON payload, eliminating manual steps for routine task management across teams.

What do I need to resolve assignees when managing WeCom to-dos programmatically?

To resolve assignees when managing WeCom to-dos, you need to use wecom-contact-lookup to fetch follower IDs and wecom-get-todo-list to reconcile existing to-do IDs before applying edits.

Does the WeCom to-do MCP workflow enforce time formatting for task deadlines?

Yes, the WeCom to-do MCP workflow enforces a strict time format of YYYY-MM-DD HH:mm:ss for all deadline inputs to ensure accurate scheduling and updates.

Are there safeguards against accidental data loss when deleting WeCom to-dos?

Yes, the workflow includes safety prompts for destructive actions like deleting WeCom to-dos, ensuring you confirm before permanently removing tasks or altering user participation.

Can I change user participation status in enterprise WeCom to-dos automatically?

You can automatically change user participation status in enterprise WeCom to-dos by applying the appropriate MCP workflow commands to add, update, or remove followers from tasks.

What is the best way to retrieve existing to-do IDs before updating WeCom tasks?

The best way to retrieve existing to-do IDs before updating WeCom tasks is by using the wecom-get-todo-list tool, which provides the necessary identifiers for subsequent edits and deletions.