audio-transcriber
تحويل الصوت إلى Markdown
يحول التسجيلات الصوتية إلى نص قابل للبحث وينشئ ملاحظات اجتماعات احترافية مع ملخصات مدعومة بالذكاء الاصطناعي باستخدام تكامل Claude أو GitHub Copilot.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "audio-transcriber". meeting-recording.mp3
النتيجة المتوقعة:
# Transcrição de Áudio
**Arquivo:** meeting-recording.mp3
**Idioma:** en
**Data:** 2024-01-15
---
## Transcrição Completa
**[00:00 → 00:15]** Welcome everyone to our quarterly planning meeting.
**[00:15 → 00:45]** Today we will discuss the roadmap for Q2 and assign tasks...
---
## Ata Gerada
**Resumo:** This quarterly planning meeting covered Q2 roadmap items including product launch timeline, resource allocation, and key milestones.
**Decisões:**
- Approved Q2 launch date of April 15th
- Team Alpha assigned to feature development
- Weekly sync meetings scheduled for Tuesdays
استخدام "audio-transcriber". lecture-audio.wav
النتيجة المتوقعة:
# Transcrição de Áudio
**Arquivo:** lecture-audio.wav
**Idioma:** pt
**Data:** 2024-01-20
---
## Pontos-Chave
1. **Conceitos Fundamentais** - Explanation of core concepts
2. **Aplicações Práticas** - Real-world applications
3. **Próximos Passos** - Recommended follow-up activities
التدقيق الأمني
آمنStatic analysis flagged 266 potential issues, but evaluation reveals these are primarily false positives. The flagged patterns in documentation files (README.md, SKILL.md, CHANGELOG.md) represent code examples, not executable code. The actual Python script (transcribe.py) uses hardcoded CLI tool invocations for legitimate transcription purposes. No command injection vectors or malicious intent detected. This is a standard audio transcription utility.
مشكلات متوسطة المخاطر (1)
مشكلات منخفضة المخاطر (2)
عوامل الخطر
⚙️ الأوامر الخارجية (2)
📁 الوصول إلى نظام الملفات (2)
🌐 الوصول إلى الشبكة
درجة الجودة
ماذا يمكنك بناءه
تحويل الاجتماعات إلى نص
تحويل تسجيلات الاجتماعات تلقائيًا وإنشاء محاضر اجتماعات احترافية مع توثيق بنود العمل والقرارات المتخذة.
ملاحظات البودكاست والمقابلات
تحويل حلقات البودكاست أو تسجيلات المقابلات إلى نص قابل للبحث مع ملخصات مولدة بالذكاء الاصطناعي لمنشئي المحتوى.
تحويل المحاضرات والدورات إلى نص
تحويل المحتوى الصوتي التعليمي إلى ملاحظات منظمة مع استخراج النقاط الرئيسية لأغراض الدراسة.
جرّب هذه الموجهات
Transcribe this audio file to text. Output the complete transcription in Markdown format.
Analyze this meeting transcription and create structured meeting minutes including: attendees, agenda topics discussed, key decisions made, and action items with owners.
Read this transcript and create a concise executive summary highlighting the main points, key takeaways, and any important announcements. Use bullet points for easy reading.
Extract all questions and answers from this interview or Q&A session. Format as a structured document with questions clearly separated from answers.
أفضل الممارسات
- استخدم تسجيلات صوتية عالية الجودة لتحسين دقة التحويل - قلل الضوضاء الخلفية
- ابدأ بنموذج Whisper base لأسرع معالجة، وقم بالترقية إلى small أو medium لتحسين الدقة
- قدم أوامر مخصصة لتوجيه مخرجات LLM نحو التنسيق المطلوب (ملاحظات الاجتماعات، الملخصات، الأسئلة والأجوبة)
تجنب
- لا تتوقع تحويلًا نصيًا مثاليًا للصوت منخفض الجودة مع ضوضاء خلفية كبيرة
- تجنب معالجة الملفات الطويلة جدًا بدون تقسيم - قد يسبب مشاكل في الذاكرة
- لا تتخطى خطوة تنزيل النموذج إذا أردت القدرة على العمل دون اتصال