ソース情報
- リポジトリ
- ZMGID/kivio
- ソースの最終更新活動
- 2026年8月20日 13:47
- 検出された SKILL.md の言語
- 英語
- スター
- 570
- フォーク
- 40
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ZMGID/kivio --skill pdfコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.