Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:309
forks:79
updated:February 2, 2026 at 05:57
SKILL.md
Guidelines for handling image files
Guildlines for handling json files
Guidelines for handling databases
Guidelines for handling text files
| name | csv-excel-file |
| description | Guidelines for handling CSV/Excel files |
| type | ["csv","excel"] |
clean_messy_spreadsheet tool to extract key tables/fields and output JSON.nrows, usecols, dtype (or partial dtype mapping), parse_dates only when necessary.skiprows with a step pattern for rough profiling when file is huge.chunksize iteration; aggregate/compute per chunk.sheet_name, and consider narrowing usecols/nrows during exploration.