Skip to main content

pdf-summary

Convert PDF documents to text and summarize them

الانتقال إلى التثبيت

معلومات المصدر

المستودع
redhat-et/docsclaw
آخر نشاط في المصدر
٨ أبريل ٢٠٢٦ في ٢١:٣٠
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٢
التفرعات
١

خيارات التثبيت

يُحدَّد 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