Habilidades spawn-terminal
🖥️

spawn-terminal

Seguro ⚙️ Comandos externos🌐 Acceso a red📁 Acceso al sistema de archivos

تشغيل أوامر CLI في نافذة طرف جديدة

لا يمكن للمساعدين الأذكياء تنفيذ أوامر الطرف مباشرة. تتيح هذه المهارة تشغيل أدوات CLI مثل ffmpeg و curl و npm و python في نافذة طرف منفصلة لسير العمل التطويري.

Soporta: Claude Codex Code(CC)
📊 69 Adecuado
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

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

Seguro
v5 • 1/16/2026

This 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.

3
Archivos escaneados
305
Líneas analizadas
3
hallazgos
5
Auditorías totales

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
85
Contenido
21
Comunidad
100
Seguridad
91
Cumplimiento de la especificación

Lo que puedes crear

تحويل صيغ الفيديو

تشغيل أوامر ffmpeg لتحويل ملفات الفيديو أو إنشاء صور GIF أو استخراج مسارات الصوت.

تشغيل أوامر البناء

تنفيذ npm run build أو webpack أو أدوات بناء أخرى في نافذة طرف منفصلة.

تنفيذ سكريبتات Python

تشغيل سكريبتات Python مع إعداد البيئة المناسبة لمعالجة البيانات وتحليلها.

Prueba estos prompts

ffmpeg بسيط
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
سكريبت Python
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؟
مهارة تتيح للمساعدين الأذكياء فتح نوافذ طرف لتنفيذ أوامر CLI مثل ffmpeg و curl و npm و python.
ما هي أدوات الذكاء الاصطناعي التي تدعم هذه المهارة؟
تعمل هذه المهارة مع Claude و Codex و Claude Code. يجب أن تتوفر الدالة fork_terminal() في كل أداة.
ما الأوامر التي يمكنني تشغيلها؟
أي أمر CLI يعمل في الطرف الخاص بك. الأمثلة الشائعة تشمل ffmpeg و curl و wget و npm و python و docker وأوامر git.
هل بياناتي آمنة؟
نعم. توفر هذه المهارة فقط تعليمات للذكاء الاصطناعي. يحدث تنفيذ جميع الأوامر في الطرف الخاص بك. لا يتم إرسال أي بيانات إلى خوادم خارجية.
لماذا لا أستخدم spawn:agent للأوامر؟
spawn:agent مخصص لتوليد مساعدين ذكاء اصطناعي. استخدم spawn:terminal لأوامر CLI مثل ffmpeg و curl و npm وسكريبتات python.
كيف أحصل على مخرجات الأمر؟
اضبط CAPTURE=true لحجب وإرجاع المخرجات، أو استخدم LOG_TO_FILE=true لكتابة المخرجات في ملف تصحيح للمراجعة لاحقاً.

Detalles del desarrollador

Estructura de archivos