xlsx
业务领域
技能形态
Agent Skill 规格描述
"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved."
使用场景
两种典型用法
财务建模与报表生成
用户需要创建包含复杂公式和行业标准格式的财务模型(如利润表、现金流量表)。使用该技能,Agent可自动生成Excel文件,应用颜色编码(蓝色输入、黑色公式等)、正确数字格式和公式引用,确保零错误,并利用recalc.py脚本验证公式正确性。
数据清洗与格式转换
用户提供杂乱的CSV或TSV文件(如缺失列、错误格式),希望整理为规范的Excel表格。Agent使用pandas进行数据分析和清洗,然后通过openpyxl写入公式和格式化,最终输出结构清晰、可动态更新的电子表格。
技能关系
我用了哪些 Skills · 哪些 skills 用了我
依赖关系读作“上一格指向下一格”。当前 Skill 位于第二格,上下分别是影响它与被它影响的 Skill。
第一层 · 这些 Skills 用了我
- 无显式依赖
第二层 · 当前 Skill
- xlsxWorkflow · Style Guide · Business Process
第三层 · 我用了这些 Skills
- 无其他 Skill 显式依赖此项
技能文件
SKILL.md
目录结构
技能结构
- ▸skills/xlsx/
- ▸root
- ·LICENSE.txt
- ·SKILL.md
- ▸scripts
- ▸office
- ·recalc.py
按 Agent Skills 规范,必需项仅 SKILL.md;其余目录均为可选的脚本 / 引用 / 资源扩展。
同集相关