Manages WeCom (Enterprise WeChat) todo items through CLI commands. You can query todo lists, get full details including content and assignees, create new todos, update existing ones, delete them, and change your processing status. The workflow is specific: when listing todos, you must follow up with a detail call since the list endpoint only returns IDs and metadata, not the actual content users need. Then you're expected to resolve user IDs to real names via the contact skill before showing anything. It handles pagination with explicit prompts when there's more data, includes retry logic for HTTP failures, and supports time-based filtering. Works well for "show my todos", "create a reminder", "mark this done", or "assign this to Zhang San" type requests.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-todo