Agent Skills
› KunAgent/Kun
› xlsx
xlsx
GitHub用于检查、编辑、验证和预览现有Excel工作簿及数据范围。支持原子化哈希保护修改、公式校验及结果预览,确保数据一致性与完整性。
Trigger Scenarios
需要查看或分析Excel文件内容
需要对现有Excel进行数据修改或格式调整
需要验证Excel中的公式或数据准确性
Install
npx skills add KunAgent/Kun --skill xlsx -g -y
SKILL.md
Frontmatter
{
"name": "xlsx",
"description": "Inspect, edit, validate, and preview existing Excel workbooks and supported ranges."
}
Spreadsheet Workbooks
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Inspect, edit, validate, and preview existing Excel workbooks and supported ranges.
Tool routing
| Tool or skill | Use |
|---|---|
office_inspect |
Inspect existing workbook sheets, ranges, issues, formulas, and source hash. |
office_edit |
Apply atomic hash-protected edits to an existing XLSX. |
office_preview |
Preview a sheet or range. |
render_chart |
Show conversation-level findings from already structured data. |
Workflow
- Require an existing XLSX file for workbook editing.
- Inspect sheets, formulas, names, validations, styles, and source hash.
- Translate requested changes into the smallest structured operation batch.
- Apply office_edit with expectedSha256.
- Validate formulas and preview the affected ranges.
Completion gates
- Reconcile totals to source data.
- Check formulas, cached values, dates, currencies, percentages, and error cells.
- Preserve macros or advanced features only with a toolchain that supports them.
Boundaries
- This Kun environment does not include a native create-from-scratch XLSX generator or recalculation engine.
- Do not install spreadsheet libraries implicitly or overwrite unsupported workbook features.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
Version History
- a984912 Current 2026-09-09 01:50


