Agent Skills
› terrense/LilBot-agent
› spreadsheets
spreadsheets
GitHub用于创建、检查、清洗、分析和转换电子表格及表格文件(如XLSX, CSV)。支持数据探查、格式转换、公式验证及缺失值处理,确保转换过程可重复且输出独立。
触发场景
需要清洗或分析CSV/XLSX数据
将表格数据转换为其他格式
验证电子表格中的公式和数据完整性
安装
npx skills add terrense/LilBot-agent --skill spreadsheets -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "spreadsheets",
"description": "Create, inspect, clean, analyze, or convert spreadsheet and tabular files."
}
Spreadsheets
Use this skill for XLSX, CSV, TSV, formulas, charts, and tabular reports.
Workflow:
- Inspect columns, row count, encodings, and missing values.
- Preserve source files; write cleaned outputs separately.
- Make transformations explicit and repeatable.
- Validate totals, formulas, date parsing, and header names.
- Prefer CSV for simple outputs when spreadsheet libraries are unavailable.
User task: {{args}}
版本历史
- ac8228e 当前 2026-07-05 10:50


