wecom-get-todo-detail

Batch retrieve WeCom to-do details by ID with wecom_mcp.

706|94|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-get-todo-detail
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wecom-get-todo-detail
Source: https://github.com/sunnoy/openclaw-plugin-wecom/tree/main/skills/wecom-get-todo-detail
Command: npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-get-todo-detail

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables batch retrieval of complete WeCom todo details by ID, including content and assignee information, to replace manual lookups.

Core Features & Use Cases

  • Batch fetch to-do details by IDs using wecom_mcp
  • Resolve user names from internal IDs via wecom-contact-lookup, providing readable results
  • Supports up to 20 IDs per request with retry on HTTP errors for robust operation
  • Integrates with the end-to-end to-do workflow when used after wecom-get-todo-list

Quick Start

Use the wecom_mcp tool to fetch detailed information for a list of WeCom to-do IDs.

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 batch fetch WeCom todo details by ID?▼

To batch fetch WeCom todo details, call wecom_mcp with a JSON payload containing a todo_id_list of up to 20 IDs. The skill retrieves complete content and assignee information, then maps internal follower and creator IDs to readable names via wecom-contact-lookup.

What is the maximum number of WeCom todo IDs I can query in one request?▼

You can query up to 20 WeCom todo IDs per single request. The skill accepts a todo_id_list parameter and retrieves full context including content and assignee information, mapping follower_id and creator_id to user names.

How do I resolve WeCom internal user IDs to names when getting todo details?▼

To resolve WeCom internal user IDs to names when getting todo details, the skill uses wecom-contact-lookup. It automatically maps follower_id and creator_id from the retrieved todo records to provide readable assignee names in the output.

Does the WeCom todo detail retrieval automatically retry on HTTP errors?▼

Yes, the WeCom todo detail retrieval automatically retries on HTTP errors. This ensures reliable batch fetching when you query multiple to-do IDs using the wecom_mcp tool, providing complete content and assignee context.

What's the best way to get full context for a list of WeCom to-dos?▼

The best way to get full context for a list of WeCom to-dos is to use this skill after wecom-get-todo-list. It batch retrieves complete details by ID, including content and assignee names mapped from internal IDs via wecom-contact-lookup.