What problem does it solve? When managing WeCom (Enterprise WeChat) todos, the list API only returns todo IDs and basic status. This Skill retrieves the full details of todos—including content, assignees, creator, and reminder times—by batch-querying up to 20 todo IDs at once, and resolves internal user IDs into readable names. ## Core Features & Use Cases - Batch Detail Query: Fetch complete todo information (content, status, assignees, creator, remind/create/update times) for up to 20 todo IDs in a single call. - ID-to-Name Resolution: Converts internal follower_id and creator_id values into real names by cross-referencing the contact list, so users see meaningful results. - Retry Handling: Automatically retries up to three times on HTTP errors. - Use Case: A user asks "show me my recent todos". The agent first lists todos, then uses this Skill to fetch details, and finally displays each todo with assignee and creator names instead of raw IDs. ## Quick Start Ask the agent to show the full details of your recent WeCom todos, including who each todo is assigned to.