wecom-todo

Manage WeCom todos via wecom-mcp tool calls with pagination and contact-name resolution.

452|71|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-todo
Source: https://github.com/WecomTeam/wecom-openclaw-plugin/tree/main/skills/wecom-todo
Command: npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

企业微信待办事项管理技能,提供对待办事项的完整读写能力,包括查询列表、获取详情、创建、更新、删除及变更用户处理状态。通过标准工作流,帮助团队快速定位待办、分派任务、设定提醒并跟踪进度。

Core Features & Use Cases

  • 查询待办列表(带创建/提醒时间过滤、分页、返回概要信息)
  • 获取待办详情(包含内容与分派人信息)
  • 创建待办(内容、分派人、提醒时间)
  • 更新待办(修改内容、分派人、状态、提醒时间)
  • 删除待办(需用户确认,等同于将状态设为已删除)
  • 变更用户待办状态(拒绝/接受/已完成)
  • 使用场景示例:读取某个团队的待办并执行分派与跟进

Quick Start

Use the wecom-todo skill to list your todos, fetch detailed information for each, and perform create/update/delete operations as needed.

Frequently Asked Questions about wecom-todo

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

FAQPage Schema
How do I manage WeCom todos for my team?

Managing WeCom todos involves listing tasks, fetching details, creating assignments, and updating statuses. You can automate this end-to-end workflow to assign tasks, set reminders, and track team progress efficiently.

Can I create and assign tasks with reminders in WeCom?

Yes, you can create WeCom tasks by specifying content, assigners, and reminder times. This allows you to delegate work and ensure team members receive timely notifications for their assigned todos.

Does WeCom todo management support filtering and pagination?

WeCom todo management supports listing tasks with creation and reminder time filters. It provides pagination to handle large volumes of todos and returns summary information for quick scanning.

How do I change a user's status on a WeCom todo?

You can change a user's todo status to accepted, rejected, or completed. This status update workflow tracks individual progress and synchronizes task completion across the team.

What happens when I delete a WeCom todo?

Deleting a WeCom todo requires explicit user confirmation before execution. The deletion action strictly equals setting the todo status to deleted, ensuring irreversible actions are safely handled.

Do I need wecom-contact to resolve names in todo management?

Yes, wecom-contact is a required dependency for resolving contact names. It translates user identifiers into readable names during todo detailing and assignment for clear team communication.