Invoice Template
Skill VerificadoGenerate professional PDF invoices from templates
This skill leverages MCP tools like `create_docx`, `fill_docx_template`, and `docx_to_pdf` to generate professional PDF invoices. It supports structured invoice data and can utilize templates for consistent branding and formatting.
Maintenance
- warning:Dependency ManagementThe installation instructions list required Python dependencies (`python-docx`, `openpyxl`, `reportlab`, `jinja2`) but do not mention any automated dependency management tools like dependabot or vulnerability scanning.
Practical Utility
- info:Edge casesThe 'Best Practices' section mentions validating required fields, but explicit documentation of failure modes and recovery steps for edge cases is minimal.
Instalación
npx skills add claude-office-skills/skillsEjecuta el CLI de skills de Vercel (skills.sh) mediante npx — requiere Node.js en local y al menos un agente compatible con skills instalado (Claude Code, Cursor, Codex, …). Asume que el repositorio sigue el formato de agentskills.io.
Extensiones similares
Invoice Generator Skill
98Create professional invoices with proper formatting for freelancers and small businesses. Supports multiple currencies and tax calculations.
PDF Compress
98Reduce PDF file size while maintaining acceptable quality
Expense Report
95>
Stripe Payments
95Automate Stripe payment processing, subscription management, invoicing, and financial reporting
Invoice Automation
92Automate invoice generation, sending, tracking, and payment reconciliation across accounting platforms
PDF Generator
92Create and manipulate PDF files programmatically. Use when the user needs to generate PDFs, fill PDF forms, extract PDF content, add watermarks/overlays, or merge documents. Supports both template-based generation (form filling, overlays) and from-scratch creation. Keywords: PDF, document, form, fillable, merge, watermark, extract, text, report.