office-productivity
Automate Office Document Creation
This skill provides a comprehensive workflow for creating, automating, and converting office documents using LibreOffice and Microsoft Office tools. It enables developers and content creators to programmatically generate documents, spreadsheets, and presentations without manual intervention.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "office-productivity". Create a quarterly sales report
النتيجة المتوقعة:
A complete ODT document with sales data tables, calculated totals, formatted headers, and professional styling ready for distribution.
استخدام "office-productivity". Generate client invoices in bulk
النتيجة المتوقعة:
Multiple personalized PDF invoices generated from a spreadsheet data source, each with client-specific details and calculated amounts.
استخدام "office-productivity". Convert legacy documents to modern format
النتيجة المتوقعة:
Batch-converted documents from old formats to DOCX or ODT with preserved formatting and embedded images.
التدقيق الأمني
آمنAll 71 static findings are false positives. The skill is a documentation/guidance meta-skill describing how to invoke other office productivity skills. The detected patterns (external_commands, weak crypto, network reconnaissance) are misinterpreted text strings like skill names (e.g., '@libreoffice-writer') and format extensions (e.g., 'docx', 'odf'). No executable code exists in this skill.
مشكلات عالية المخاطر (3)
عوامل الخطر
⚙️ الأوامر الخارجية (55)
درجة الجودة
ماذا يمكنك بناءه
Automated Report Generation
Generate weekly or monthly reports by automating spreadsheet creation with imported data, applying formulas, and exporting to PDF.
Bulk Document Creation
Create personalized documents for multiple recipients using mail merge, such as generating invoices or personalized letters.
Presentation from Data
Transform data from spreadsheets into professional presentations with charts and formatted slides for stakeholder meetings.
جرّب هذه الموجهات
Use @libreoffice-writer to create an ODT document with a professional template that includes header, footer, and styled paragraphs.
Use @xlsx-official to create an Excel spreadsheet with sales data, apply formulas for totals, and generate a bar chart visualization.
Use @pptx-official to create a 10-slide presentation from the quarterly sales data, including title slide, agenda, charts, and conclusion.
Use @libreoffice-writer to convert the document from DOCX to PDF format while preserving all formatting and images.
أفضل الممارسات
- Use consistent templates across all document types for professional appearance
- Test automation workflows with sample data before production use
- Keep skill invocations specific - specify exact formats and desired outputs
تجنب
- Assuming all Office applications are available without checking system dependencies
- Creating complex nested workflows without breaking them into testable phases
- Ignoring error handling for format conversion failures