What problem does it solve? Managing WeCom (Enterprise WeChat) todo items normally requires manual app interaction or direct API integration. This Skill lets an AI agent perform write operations on todos—creating, updating, deleting, and changing user participation status—through simple wecom-pro CLI commands. ## Core Features & Use Cases - Create and assign todos: Create a todo with content, reminder time, and assignees (follower_list) resolved from contact lookups. - Update and complete todos: Modify content, reminder times, or mark a todo as done, distinguishing between completing the todo itself and completing only your own participation status. - Delete with confirmation: Remove todos safely with mandatory user confirmation before irreversible deletion. - Use Case: A user says "create a todo for Zhang San to finish the requirements doc by next Monday"—the agent looks up the userid, creates the todo with the correct follower and reminder time, and confirms the result. ## Quick Start Ask the agent to create a WeCom todo with specific content, an assignee name, and a reminder time, and it will run the appropriate wecom-pro todo command.