lark-slides
Crear presentaciones de Lark Slides con XML
¿Necesitas crear presentaciones profesionales para Lark (Feishu)? Esta habilidad proporciona comandos CLI y plantillas XML para crear, leer y gestionar presentaciones de diapositivas programáticamente con control total sobre el formato, diseños y contenido.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "lark-slides". Create a presentation called 'Q3 Review' with a title slide and one content slide with bullet points
النتيجة المتوقعة:
Created presentation 'Q3 Review' with 2 slides successfully. The presentation is now available in your Lark account and can be opened directly.
استخدام "lark-slides". Add an image to an existing presentation
النتيجة المتوقعة:
Image uploaded successfully. Use the returned file_token in your slide XML to reference the image within your presentation.
التدقيق الأمني
آمنThis is a legitimate Lark Suite CLI documentation skill containing markdown reference files and XML schemas. The static analyzer flagged 1167 potential issues, but after evaluation, ALL high-severity findings are false positives. The scanner detected markdown code fences as shell commands, documentation strings containing terms like 'base64' as weak crypto implementations, and relative paths in markdown links as path traversal. No malicious intent was found. The skill is pure documentation with no executable code.
مشكلات متوسطة المخاطر (2)
مشكلات منخفضة المخاطر (2)
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
📁 الوصول إلى نظام الملفات (1)
الأنماط المكتشفة
درجة الجودة
ماذا يمكنك بناءه
Generar presentaciones para reuniones de equipo
Crea rápidamente agendas de reuniones estructuradas con diapositivas de título, puntos clave e ítems de acción usando comandos CLI simples.
Automatizar informes semanales de estado
Construye informes semanales consistentes con plantillas estándar, gráficos y visualizaciones de datos para las partes interesadas.
Crear materiales de capacitación
Diseña diapositivas de capacitación profesionales con texto formateado, imágenes y contenido estructurado para la incorporación de empleados.
جرّب هذه الموجهات
Create a Lark Slides presentation with the title "{title}" and the following slide content: {slide_descriptions}. Use the lark-slides skill to create it.Create a {n}-slide presentation titled "{title}" based on this outline: {outline}. Include proper formatting, visual elements, and ensure consistent styling across all slides.Read the content of this Lark presentation: {presentation_id}. Then add a new slide with the title "{slide_title}" and content: {content}.Create a presentation with slides using custom XML elements. Include: {element_descriptions}. Reference the xml-schema-quick-ref.md for proper XML structure.أفضل الممارسات
- Siempre usa la bandera --as user por defecto para presentaciones personales para asegurar los permisos correctos
- Lee xml-schema-quick-ref.md antes de crear diapositivas con elementos XML personalizados
- Mantén las diapositivas concisas con una idea principal por diapositiva para mejor engagement de la audiencia
تجنب
- No uses rutas de archivo absolutas para imágenes locales - siempre usa rutas relativas desde el directorio de trabajo
- Evita crear más de 20 diapositivas en un solo comando +create - usa xml_presentation.slide.create para presentaciones más grandes
- No saltes la referencia del esquema XML al trabajar con elementos complejos como tablas o gráficos