wecom-get-todo-detail

Batch retrieve WeCom todo details by ID and resolve assignee names.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-get-todo-detail-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-get-todo-detail
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-get-todo-detail
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-get-todo-detail-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Batch retrieve complete WeCom todo details by ID and translate internal IDs to real names, enabling quick, readable review of todos with content and assignees.

Core Features & Use Cases

  • Bulk detail lookup: Fetches full details for multiple todos by ID in a single operation.
  • Identity resolution: Converts follower/creator IDs to human names using the address book lookup for clearer presentation.
  • Use Case: Ideal when a user needs to review several todos' contents, statuses, and assignees in one consolidated view.

Quick Start

Request detailed information for a list of WeCom todo IDs and have IDs resolved to names in the results.

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 retrieve WeCom todo details and resolve assignee names?

You can batch retrieve WeCom todo details by supplying up to 20 todo IDs, fetching content and status via wecom_mcp, and resolving follower IDs to names using wecom-contact-lookup.

How many WeCom todo IDs can I query in a single bulk lookup request?

You can query a maximum of 20 WeCom todo IDs per request to retrieve their complete content, statuses, and assignees in a single consolidated operation.

Does WeCom todo detail retrieval automatically translate user IDs to real names?

Yes, WeCom todo detail retrieval translates internal follower and creator IDs to real names by integrating with wecom-contact-lookup for address book resolution.

What happens if HTTP errors occur during a WeCom todo bulk lookup?

During a WeCom todo bulk lookup, built-in retry logic automatically handles HTTP errors to ensure the batch retrieval process completes successfully.

Can I review multiple WeCom todos' statuses and assignees in one consolidated view?

Yes, you can review multiple WeCom todos' statuses and assignees in one consolidated view by batch fetching full details and resolving user IDs to readable names.