Agent Skills
› terrense/LilBot-agent
› spreadsheets
spreadsheets
GitHub用于处理 XLSX、CSV 等电子表格及表格文件。支持检查数据质量、清洗转换、验证公式与日期,并强调保留源文件及输出可重复性。
Trigger Scenarios
创建或编辑 Excel/CSV 文件
分析表格数据
清洗脏数据
将数据转换为 CSV
Install
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}}
Version History
- ac8228e Current 2026-07-05 10:50


