What problem does it solve? Working with WeCom (Enterprise WeChat) smartsheets through APIs requires knowing dozens of field types, view configurations, chart schemas, and record value formats. This Skill gives the AI a complete operational playbook for reading and writing smartsheet data, structure, and styling through the wecom-cli tool, including a Webhook fallback when CLI writes hit permission limits. ## Core Features & Use Cases - Full data operations: Query records with SQL (filtering, aggregation, JOIN, TopN), and add, update, or delete records in batches of up to 2000. - Structure and visualization management: Create sheets, fields (27 field types including formula, lookup, and two-way link), views with filters/sorting/grouping, and dashboard charts (bar, column, line, pie, combo, and more). - Styling and templates: Apply cell/row/column coloring and conditional formatting, and bootstrap new tables from built-in templates. - Use Case: Ask the AI to build a task-tracking smartsheet with priority and owner fields, add a dashboard chart of tasks by status, then insert 50 records—if the CLI returns error 851003 (no authority), the Skill automatically switches to Webhook-based writing. ## Quick Start Ask the AI to read the records from your WeCom smartsheet link and summarize the count of items grouped by status.