用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ZMGID/kivio --skill pdf命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Read, summarize, revise, and analyze Word DOC/DOCX attachments saved by Kivio Chat.
Read, summarize, calculate from, and analyze Excel/CSV/TSV spreadsheet attachments saved by Kivio Chat.
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
正在显示 SKILL.md
| id | |
| name | |
| description | Read, extract, summarize, and analyze PDF attachments saved by Kivio Chat. |
| recommended-tools | ["read","bash"] |
Use this skill when the user attaches or references a PDF and asks to read, summarize, extract, compare, translate, inspect, or answer questions about it.
Kivio stores each uploaded file as a safe local copy and includes its absolute path in the user message under Kivio 安全副本路径. Use that host path with bash. You can also process any local PDF discovered via glob / read (directory listing).
read does not parse binary PDFs.
pdftotext, python with pypdf, OfficeCLI, etc.), extract text with bash. For a multi-line script, write it first, then run it — do not cram quoted code into python -c.