ソース情報
- リポジトリ
- redhat-et/docsclaw
- ソースの最終更新活動
- 2026年4月8日 21:30
- 検出された SKILL.md の言語
- 英語
- スター
- 2
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- pdf-summary
- description
- Convert PDF documents to text and summarize them
# PDF summary skill
When asked to summarize a PDF document:
1. Use the exec tool to convert the PDF to text:
`pdftotext input.pdf output.txt`
2. Use read_file to read the converted text
3. Summarize the content
GitHubで見る