spawn-terminal
تشغيل أوامر CLI في نافذة طرف جديدة
لا يمكن للمساعدين الأذكياء تنفيذ أوامر الطرف مباشرة. تتيح هذه المهارة تشغيل أدوات CLI مثل ffmpeg و curl و npm و python في نافذة طرف منفصلة لسير العمل التطويري.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "spawn-terminal". قم بتشغيل ffmpeg لتحويل video.mp4 إلى GIF
Resultado esperado:
- Verified ffmpeg syntax using --help
- Spawned new terminal with command: ffmpeg -i video.mp4 output.gif
- Command executing in background terminal
- Output file created: output.gif
Usando "spawn-terminal". ابنِ مشروعي باستخدام npm
Resultado esperado:
- Checked npm run build syntax
- Opened new terminal window
- Running npm run build in project directory
- Build process started successfully
Usando "spawn-terminal". قم بتحميل ملف باستخدام curl
Resultado esperado:
- Verified curl command options
- Spawned terminal with curl download command
- File downloading to current directory
- Download complete: file.zip
Auditoría de seguridad
SeguroThis is a markdown-only documentation skill. The static scanner flagged documentation patterns (code examples in backticks, relative paths, URL references) as security issues. All findings are FALSE POSITIVES - this skill contains only documentation, no executable code, scripts, or network calls. The skill provides instructions for AI agents on how to use the fork_terminal() function for CLI command execution.
Factores de riesgo
⚙️ Comandos externos (16)
🌐 Acceso a red (2)
📁 Acceso al sistema de archivos (3)
Puntuación de calidad
Lo que puedes crear
تحويل صيغ الفيديو
تشغيل أوامر ffmpeg لتحويل ملفات الفيديو أو إنشاء صور GIF أو استخراج مسارات الصوت.
تشغيل أوامر البناء
تنفيذ npm run build أو webpack أو أدوات بناء أخرى في نافذة طرف منفصلة.
تنفيذ سكريبتات Python
تشغيل سكريبتات Python مع إعداد البيئة المناسبة لمعالجة البيانات وتحليلها.
Prueba estos prompts
Use spawn:terminal to run ffmpeg -i input.mp4 output.gif
Spawn a terminal and run npm run build for the current project
Use spawn:terminal to download the file using curl -O https://example.com/file.zip
Fork a terminal and run python data_analysis.py with capture enabled
Mejores prácticas
- تحقق دائماً من صيغة الأمر باستخدام --help قبل التنفيذ
- استخدم وضع CAPTURE عندما تحتاج إلى معالجة مخرجات الأمر
- استخدم LOG_TO_FILE للتصحيح عندما تفشل الأوامر
- ميز بين أوامر CLI وطلبات وكلاء الذكاء الاصطناعي
Evitar
- تخطي خطوة التحقق باستخدام --help للأوامر غير المألوفة
- الافتراض أنك تعرف الصيغة الصحيحة دون التحقق
- استخدام هذه المهارة لتوليد وكلاء ذكاء اصطناعي (استخدم spawn:agent بدلاً من ذلك)
- تشغيل الأوامر دون فهم ما تفعله
Preguntas frecuentes
ما هي spawn:terminal؟
ما هي أدوات الذكاء الاصطناعي التي تدعم هذه المهارة؟
ما الأوامر التي يمكنني تشغيلها؟
هل بياناتي آمنة؟
لماذا لا أستخدم spawn:agent للأوامر؟
كيف أحصل على مخرجات الأمر؟
Detalles del desarrollador
Autor
ConsiliencyLicencia
MIT
Repositorio
https://github.com/Consiliency/treesitter-chunker/tree/main/.ai-dev-kit/skills/spawn/terminalRef.
main
Estructura de archivos