wecom-get-todo-detail

Retrieve full details for up to 20 WeCom todo IDs with assignee names.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieves complete information for specific WeCom pending tasks, turning raw IDs into readable content and assignee names for user queries.

Core Features & Use Cases

  • Batch Detail Retrieval: Provides full todo details including content, status, and timestamps for up to 20 IDs in one request.
  • ID-to-Name Translation: Automatically looks up user and follower names via wecom-contact-lookup to present human‑readable results.
  • Robust Error Handling: Includes retry logic for HTTP failures and clear messaging for API errors.
  • Typical Scenario: After asking “What are my pending todos?”, the system first fetches the todo list, then uses this skill to obtain detailed information for each item.

Quick Start

Ask for the details of my pending tasks using their 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 get full details for specific WeCom pending tasks?

To get WeCom pending task details, provide a todo_id_list containing up to 20 IDs to retrieve content, status, and timestamps. This process requires calling the wecom_mcp tool to fetch the raw task data.

Can I translate WeCom todo assignee IDs to readable names automatically?

Yes, WeCom todo assignee IDs are translated to human-readable names automatically. The skill integrates with wecom-contact-lookup to resolve user and follower IDs into actual names for clear result presentation.

How do I retrieve WeCom todo content after fetching the task list?

After fetching a todo list via wecom-get-todo-list, use this skill to retrieve detailed content for each item. Pass the obtained todo IDs into the wecom_mcp tool to get comprehensive information including assignees and timestamps.

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

The maximum batch size for querying WeCom todo IDs is 20 per request. You can retrieve complete details including content, status, and assignee information for up to 20 pending tasks simultaneously.

Does the WeCom todo detail retrieval handle HTTP failures and API errors?

Yes, WeCom todo detail retrieval includes robust error handling with retry logic for HTTP failures. It also provides clear messaging for API errors to ensure reliable task data fetching.

Do I need a prior todo list before fetching WeCom task details?

Yes, you need a prior todo list before fetching WeCom task details. This skill is designed to be used after obtaining a list via wecom-get-todo-list, taking specific todo IDs to retrieve full content and assignee information.