用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ZMGID/kivio --skill xlsx命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| id | xlsx |
| name | xlsx |
| description | Read, summarize, calculate from, and analyze Excel/CSV/TSV spreadsheet attachments saved by Kivio Chat. |
| recommended-tools | ["read","bash"] |
Use this skill when the user attaches or references a spreadsheet (.xls, .xlsx, .xlsm, .csv, or .tsv) and asks to inspect, summarize, calculate, clean, compare, chart, or answer questions from it.
Kivio stores each uploaded spreadsheet as a safe local copy and includes its absolute path in the user message under Kivio 安全副本路径. Use that host path with read or bash. You can also process any local spreadsheet discovered via glob / read (directory listing).
.csv / .tsv, use read for a small text preview..xlsx / .xls / .xlsm, read does not parse the workbook. If the host has Excel tooling (python with pandas/openpyxl, OfficeCLI, etc.), inspect sheets with bash. For a multi-line script, write it first, then run it.present_artifacts only when the user should see them.