alias/src/alias/agent/agents/_built_in_skill/data/csv_excel/SKILL.md
Guidelines for handling CSV/Excel files
npx skillsauth add agentscope-ai/agentscope-samples csv-excel-fileInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.documentation
Guidelines for handling text files
documentation
Guidelines for handling databases
tools
Guildlines for handling json files
documentation
Guidelines for handling image files