wecom-edit-todo

Manage WeCom todos via wecom_mcp with validation and error handling.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill wecom-edit-todo-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-edit-todo
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/wecom-openclaw-plugin/skills/wecom-edit-todo
Command: npx skills add https://github.com/bluegitter/QClaw --skill wecom-edit-todo-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enterprise teams using WeCom often need to manage to-dos via chat, but manual handling leads to fragmented updates and delays. This skill provides a structured workflow to perform create, update, delete, and status changes on todos through the wecom_mcp tool, with guidance to ensure correct follower_assignment and token-based requests.

Core Features & Use Cases

  • Create todos with content, optional assignees, and reminders using wecom_mcp, including resolving assignees via wecom-contact-lookup.
  • Update todo content, status, assignees, or reminder times with proper validation and conflict handling.
  • Delete todos only after user confirmation, with listing and detail checks to confirm targets.

Quick Start

Ask the bot to create a new enterprise todo with a description and optional assignee and reminder time.

Frequently Asked Questions about wecom-edit-todo

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

FAQPage Schema
How do I manage WeCom todos through chat automation?

Manage WeCom todos through chat automation by orchestrating wecom_mcp calls to create, update, delete, and change task statuses. This workflow enforces input validation and formats reminder times as YYYY-MM-DD HH:mm:ss.

What do I need to assign a WeCom todo to a follower?

To assign a WeCom todo to a follower, you need the follower_id obtained from wecom-contact-lookup. The workflow enforces input validation to ensure correct follower assignment during todo creation or updates.

How do I update a WeCom todo assignee and reminder time?

Update a WeCom todo assignee and reminder time by orchestrating wecom_mcp calls with proper validation. You must format reminder times as YYYY-MM-DD HH:mm:ss and handle potential conflicts during the update process.

Can I delete an enterprise WeCom todo directly via chat commands?

Deleting an enterprise WeCom todo requires explicit user confirmation. The workflow performs listing and detail checks via wecom_mcp to confirm the target todo_id before proceeding with the deletion.

Why does my WeCom todo creation return a non-zero errmsg?

A non-zero errmsg during WeCom todo creation surfaces when input validation fails. Ensure the todo_id comes from wecom-get-todo-list, follower_id from wecom-contact-lookup, and times follow the YYYY-MM-DD HH:mm:ss format.

Does the WeCom todo workflow require a specific todo_id format?

The WeCom todo workflow requires a valid todo_id sourced from wecom-get-todo-list. This prerequisite ensures that updates, status changes, and deletions target existing tasks within the enterprise WeCom system.