If you're working with WeCom (企业微信) documents programmatically, this gives you CLI access to create, read, and edit docs, smart sheets, and smart pages through the wecom-cli tool. It handles three distinct document types with different URL patterns (/doc/, /smartsheet/, /smartpage/) and routes to the appropriate API for each. The async polling mechanism for content retrieval is a bit quirky but documented clearly. Most useful when you need to export WeCom documents as Markdown, bulk create documentation from local files, or automate document workflows in a Chinese enterprise context. Watch out for the 10MB file size limit on smart page creation and the special +smartpage_create syntax prefix.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-doc