Invoice Template
Skill VerifiziertGenerate 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.
Installation
npx skills add claude-office-skills/skillsFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Ähnliche Erweiterungen
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.