Agent Skills
› terrense/LilBot-agent
› spreadsheets
spreadsheets
GitHub处理XLSX、CSV等表格文件,执行检查、清洗、分析及转换任务。确保数据完整性与可重复性,验证公式和日期解析,并优先输出CSV格式。
触发场景
需要创建或修改电子表格文件
请求清洗或分析CSV/TSX数据
涉及表格数据的格式化与转换
安装
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


