Agent Skills
› terrense/LilBot-agent
› spreadsheets
spreadsheets
GitHub处理XLSX、CSV等表格文件,支持检查、清洗、转换和分析。包含数据验证、编码检测及缺失值处理,确保输出清晰可重复,适用于报表和数据分析场景。
Trigger Scenarios
需要清洗或分析Excel/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


