minimax-xlsx
Create, read, analyze, edit, validate, or repair spreadsheet files such as .xlsx, .xlsm, .csv, and .tsv. Use when the user needs Excel-style output, spreadsheet analysis, formula validation, or structural edits without losing workbook integrity.
适合你,如果经常需要处理 Excel 或 CSV 文件但不想手动操作
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/minimax-xlsx/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/minimax-xlsx/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/minimax-xlsx安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~303最小装载
~40K含声明引用
~57.9K文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
Claude 能够创建、读取、分析、编辑、验证和修复 .xlsx、.xlsm、.csv 和 .tsv 格式的电子表格文件,会保留公式而非转为数值,并在交付前自动验证。
什么时候触发
当用户需要 Excel 风格的输出、分析表格数据、验证公式或对现有工作簿进行结构编辑且要求保持完整性时触发。
装好后可以这样说
Claude 会生成一个新的电子表格。
Claude 会读取并分析 CSV 内容。
Claude 会检查并纠正公式问题。
技能原文 SKILL.md
MiniMax XLSX Skill
Use this skill for spreadsheet work where workbook structure and formula integrity matter.
Task routing
- Read/analyze ->
references/read-analyze.md - Create new workbook ->
references/create.mdandreferences/format.md - Edit existing workbook ->
references/edit.md - Repair formulas ->
references/fix.md - Validate formulas ->
references/validate.md
Working rules
- Always produce the requested output file.
- Treat existing-file edits as edit tasks, not rebuild tasks.
- Prefer XML unpack/edit/pack when workbook integrity matters.
- Keep formulas as formulas; do not replace calculated cells with hardcoded numbers.
- Validate before delivery.
Use these scripts as needed
scripts/xlsx_reader.pyscripts/xlsx_unpack.pyscripts/xlsx_pack.pyscripts/formula_check.py- helper scripts such as
xlsx_add_column.pyandxlsx_insert_row.py
Read references as needed
references/read-analyze.mdreferences/create.mdreferences/edit.mdreferences/fix.mdreferences/validate.mdreferences/format.mdreferences/ooxml-cheatsheet.md
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…