Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:309
forks:79
updated:2026年2月2日 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.