Pulls full todo details from WeCom by ID, including content and assignee info. The main thing to know: it returns user IDs, not names, so you'll need to call the wecomcli-lookup-contact skill first to get the directory and map those IDs to actual people. Otherwise you're just staring at follower_id and creator_id strings that mean nothing to humans. It has built-in retry logic for HTTP failures, which is nice for flaky network conditions. Part of the broader wecom-cli suite, so if you're already managing WeCom todos programmatically, this fills the gap between seeing a todo exists and actually knowing what's in it and who assigned it.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-get-todo-detail