What problem does it solve? Client report workbooks accumulate data in a Redis write-buffer that must be manually pushed to Google Sheets; this Skill reads the workbook state, performs the sync, and honestly reports whether rows actually landed or the push degraded because Sheets is not connected. ## Core Features & Use Cases - Workbook inspection: Reads per-client workbooks, the report-type tab map, the sync-event feed, and the Google Sheets connection panel via the AIOS API. - Lead-gated sync: Flushes one workbook's buffer to its Google Sheet through POST /reports/sync, restricted to owner/admin/manager roles. - Honest degrade reporting: Detects when the Sheets service account is not configured (connected=false) and reports 0 rows pushed instead of claiming a live sync. - Use Case: An account manager asks to "refresh the workbook for Acme"; the Skill resolves the workbook id, checks the connection, syncs, and confirms rows pushed via the sync-event feed. ## Quick Start Ask the assistant to refresh the report workbook for a specific client name and confirm how many rows were pushed to Google Sheets.