This is a comprehensive interface for managing WeCom (企业微信) Smartsheets through the wecom-cli command line tool. You get full control over both structure and data: create and modify sheets, add or delete fields with proper type definitions, and perform CRUD operations on records. The workflow is deliberate, you need to query field types before adding records, and for user fields you must fetch actual userids from the contact API rather than using names directly. It supports up to 150 fields per sheet and handles batch operations of 500 records at a time. The auto_file variants let you upload local images and files directly when adding or updating records. Good for programmatic spreadsheet management if you're already in the WeCom ecosystem, though the two step lookup requirement for user fields adds some friction.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-smartsheet