office-customer-quote

Generate customer quotes from CSV or XLSX price lists into XLSX documents.

11|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/didclawapp-ai/zagens --skill office-customer-quote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-customer-quote
Source: https://github.com/didclawapp-ai/zagens/tree/main/crates/runtime-server/assets/skills/office-customer-quote
Command: npx skills add https://github.com/didclawapp-ai/zagens --skill office-customer-quote

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of customer quotes, saving time and reducing errors in pricing and deliverables.

Core Features & Use Cases

  • Automated Quote Generation: Automatically generate customer quotes based on predefined price lists and customer requirements.
  • In-Depth Information Extraction: Extracts line items, calculates totals, and verifies accuracy.
  • Use Case: Imagine you need to generate a detailed quote for a customer with specific product requirements. This Skill will take the customer's specifications, match them with your price list, and produce a professional quote document in XLSX format.

Quick Start

Generate a customer quote by running the office-customer-quote skill with the following command: office-customer-quote generate --customer "John Doe" --validity 60 --tax-rate 0.13

Frequently Asked Questions about office-customer-quote

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a customer quote from an Excel price list?

Generate a customer quote by running the office-customer-quote skill with parameters like --customer, --validity, and --tax-rate. It matches your CSV or XLSX price list with customer requirements and outputs a professional XLSX quote document.

How do I automate pricing and quote generation for sales workflows?

Automate quote generation by feeding predefined price lists and customer specifications into this Python-based tool. It extracts line items, calculates totals, verifies accuracy, and outputs a formatted XLSX document.

Can I use CSV files to generate sales quotations?

Yes, you can use CSV files for input data to generate sales quotations. The tool supports both CSV and XLSX formats for your predefined price lists and customer requirements, outputting the final quote in XLSX format.

Do I need Python to generate XLSX quote documents?

Yes, Python is required to execute the quote generation process and produce the final XLSX document. This environment supports the scripts needed to extract line items, calculate totals, and verify pricing accuracy.

What is the best way to calculate tax rates and totals for a customer quote?

Calculate tax rates and totals by passing the --tax-rate parameter during quote generation. The tool automatically extracts line items, applies the specified tax rate, calculates totals, and verifies accuracy in the final XLSX output.

How do I set a validity period for a generated customer quote?

Set a validity period by using the --validity parameter, such as --validity 60 for 60 days. The tool incorporates this duration into the final XLSX quote document alongside the calculated totals and line items.