Generate professional PDF invoices from natural language or structured data. Use when the user asks to create an invoice, bill a client, generate a receipt, track payments, or manage invoicing. Supports line items, tax calculation, discounts, multiple currencies, recurring invoices, and payment tracking. Outputs clean PDF invoices ready to send.
从您的智能体即时创建专业发票。
生成发票:
bash
python3 scripts/invoice.py create \
--client Acme公司 \
--items 网站开发,40小时,$150 主机设置,1,$500 \
--tax 7 \
--due-days 30
一次性配置您的商家详细信息:
bash
python3 scripts/invoice.py setup \
--business 您的公司 \
--email billing@company.com \
--address 123 Main St, City, ST 12345 \
--phone +1-555-0100 \
--logo assets/logo.png
存储位置:~/.openclaw/invoice-config.json
生成的发票包含:
支持:美元、欧元、英镑、加元、澳元、日元、瑞士法郎及20多种其他货币,并带有正确的符号格式。
bash
python3 scripts/invoice.py recurring \
--client 客户 \
--items 月度顾问费,1,$2000 \
--frequency monthly \
--start 2026-03-01
设置为cron任务以实现自动生成和交付。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 agent-invoice-generator-1776177142 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-invoice-generator-1776177142 技能
skillhub install agent-invoice-generator-1776177142
文件大小: 6 KB | 发布时间: 2026-4-15 12:20