wecom-get-todo-detail

Query WeCom todos in bulk by ID to retrieve content and assignees.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

企业微信(WeCom)待办事项的列表仅显示摘要信息,无法直接获得每条待办的完整内容和分派人信息,导致后续跟进效率低下。该技能提供按待办 ID 列表批量查询待办详情的能力,帮助用户快速获得完整信息,提升工作透明度和协作效率。

Core Features & Use Cases

  • 批量查询:按 todo_id_list 批量获取待办内容、状态、创建时间等细节信息。
  • 人员解析:将系统内部的 follower_id、creator_id 转换为可读姓名,提升可用性。
  • 搭配使用场景:通常与 wecom-get-todo-list 结合使用,先获取待办 ID 列表再获取详情,以完成端到端查询。

Quick Start

输入待办 ID 列表即可获取对应待办的完整信息,包括内容和分派人。

Frequently Asked Questions about wecom-get-todo-detail

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

FAQPage Schema
How do I get full details and assignee names for WeCom todos?▼

To get full WeCom todo details, you query todos in bulk by passing a todo_id_list, which retrieves complete content, status, and assignee information. It resolves internal user IDs to readable names via contact lookup.

How can I batch query enterprise WeCom todo content using IDs?▼

You can batch query enterprise WeCom todo content by supplying a todo_id_list payload containing up to 20 IDs. This retrieves the complete content, creation time, and status for each specified todo item in a single request.

What is the best way to find who assigned a specific todo in WeCom?▼

The best way to find who assigned a specific WeCom todo is to query the todo details by ID. This fetches the complete record and translates the creator_id and follower_id into actual human-readable names.

How do I retrieve a list of WeCom todo IDs before getting their details?▼

To retrieve WeCom todo IDs before getting details, you should first use a todo list retrieval method to get the summary list. Once you have the todo IDs, you can pass them as a list to fetch the full details and assignees.

What is the maximum number of WeCom todo IDs I can query at once?▼

The maximum number of WeCom todo IDs you can query at once is 20. You provide this todo_id_list payload to the WeCom MCP tool to retrieve the full content and assignee details for each item.

Why do WeCom todo details show user IDs instead of names?▼

WeCom todo details show user IDs instead of names when user ID resolution is not applied. This Skill resolves follower_id and creator_id to actual names using contact lookup to ensure the output is readable.