This is the editing half of WeCom's todo management system, handling creates, updates, deletes, and status changes for todo items in the enterprise WeChat platform. It's split from the read operations (wecomcli-todo does the querying), which makes sense for permission scoping but means you'll likely install both. The skill includes a retry policy that automatically attempts failed requests up to three times, which is helpful when you're scripting bulk operations or working with flaky network conditions. If you're managing tasks in a Chinese enterprise context where WeChat is the communication backbone, this gives you programmatic control over the todo system without clicking through the UI.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-edit-todo