返回顶部
i

invoice-generator发票生成器

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
234
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

invoice-generator

发票生成器

从您的智能体即时创建专业发票。

快速开始

生成发票:
bash
python3 scripts/invoice.py create \
--client Acme公司 \
--items 网站开发,40小时,$150 主机设置,1,$500 \
--tax 7 \
--due-days 30

命令

创建发票

bash python3 scripts/invoice.py create \ --client 客户名称 \ --items 描述,数量,单价 \ --tax 7 \ --discount 10 \ --currency USD \ --due-days 30 \ --notes 通过电汇付款

自然语言输入

当用户说出类似为Acme公司开具40小时开发工作的发票,每小时150美元,外加500美元设置费,7%税率,30天账期时——解析并传递给创建命令。

列出发票

bash python3 scripts/invoice.py list python3 scripts/invoice.py list --status unpaid

标记为已付款

bash python3 scripts/invoice.py paid --id INV-2026-001

查看发票

bash python3 scripts/invoice.py view --id INV-2026-001

商家信息设置

一次性配置您的商家详细信息:
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

发票格式

生成的发票包含:

  • - 发票编号(自动递增:INV-YYYY-NNN)
  • 商家和客户详细信息
  • 带数量和单价的逐项明细
  • 小计、税额、折扣和总计
  • 到期日期和付款条款
  • 备注/条款区域
  • 专业格式

输出

  • - PDF保存至~/Documents/Invoices/INV-YYYY-NNN.pdf
  • Markdown摘要打印至聊天窗口
  • 可选:通过已配置的邮件技能直接发送发票邮件

货币

支持:美元、欧元、英镑、加元、澳元、日元、瑞士法郎及20多种其他货币,并带有正确的符号格式。

定期发票

bash
python3 scripts/invoice.py recurring \
--client 客户 \
--items 月度顾问费,1,$2000 \
--frequency monthly \
--start 2026-03-01

设置为cron任务以实现自动生成和交付。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-invoice-generator-1776177142 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-invoice-generator-1776177142 技能

通过命令行安装

skillhub install agent-invoice-generator-1776177142

下载

⬇ 下载 invoice-generator v1.0.0(免费)

文件大小: 6 KB | 发布时间: 2026-4-15 12:20

v1.0.0 最新 2026-4-15 12:20
Generate professional PDF invoices from natural language. Multi-currency, tax, discounts, recurring invoices, payment tracking.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部