| name | meta-spreadsheet-insight |
| description | Turn an Excel workbook into business insight: structured read → trend/anomaly summary → write back to a new 'Insights' sheet → persist KPIs to memory. |
| kind | meta |
| meta_priority | 55 |
| always | false |
| triggers | ["spreadsheet insight","excel 分析","xlsx 洞察","数据复盘"] |
| provenance | {"origin":"opensquilla-original","license":"Apache-2.0"} |
| composition | {"steps":[{"id":"read","skill":"xlsx","with":"[Truncated]"},{"id":"analyze","skill":"summarize","depends_on":"[Truncated]","with":"[Truncated]"},{"id":"writeback","skill":"xlsx","depends_on":"[Truncated]","with":"[Truncated]"},{"id":"memorize","kind":"tool_call","tool":"memory_save","tool_allowlist":"[Truncated]","depends_on":"[Truncated]","tool_args":"[Truncated]"}]} |
Spreadsheet Insight (Meta-Skill)
Reads a workbook, computes a structured trend / anomaly analysis, writes
the result back as a new sheet, and persists key KPIs to long-term memory.
Fallback
LLM should call xlsx read, summarize, xlsx append, then memory_save.