Pulls your WeCom (Enterprise WeChat) todo list via their CLI tool. Returns basic metadata like IDs and status, but here's the catch: the skill enforces a pattern where you must immediately fetch details for each todo afterward, since the list alone doesn't include actual content or assignees. If there are more pages (has_more flag), it's supposed to prompt you to continue rather than silently truncating. Part of a larger wecom-cli suite that covers docs, messages, contacts, and scheduling. Useful if you're managing tasks in WeCom and want programmatic access, though the mandatory follow-up detail calls mean it's not a single-shot operation.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-get-todo-list