This is a WeCom CLI wrapper for managing row-level data in Smartsheet documents within the enterprise WeChat ecosystem. You'd reach for it when you need to programmatically insert, update, or query records in WeCom's spreadsheet product, which is common if you're automating workflows around Chinese enterprise tooling. The skill works through JSON parameters passed to the wecom-cli command and returns structured JSON responses, with the nice touch that you can reference sheets by either docid or URL. It's part of a broader wecom-cli suite that covers docs, messages, contacts, and calendars. The documentation is mostly in Chinese, so expect some context switching if that's not your primary language, but the API surface looks straightforward enough for standard CRUD operations on tabular data.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-manage-smartsheet-data