← Back to Skills Marketplace
ClawMart Auto Invoice
by
yang1002378395-cmyk
· GitHub ↗
· v1.0.0
· MIT-0
288
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawmart-auto-invoice
Description
自动生成专业PDF发票,支持模板选择、客户管理、收款状态跟踪及财务报表生成,提升财务效率。
README (SKILL.md)
Auto-Invoice Skill
自动生成专业发票,节省财务时间。
功能
- 自动生成 PDF 发票
- 支持多种发票模板
- 发票编号自动管理
- 客户信息管理
- 收款状态追踪
- 财务报表生成
使用方式
给张总生成一张发票,金额 ¥13,800
查看本月未收款发票
生成本月财务报表
配置
公司信息
{
"company": {
"name": "你的公司/个人名称",
"address": "地址",
"phone": "电话",
"email": "邮箱",
"tax_id": "税号(如有)",
"bank": {
"name": "开户行",
"account": "账号"
}
}
}
发票模板
{
"templates": {
"service": "服务费发票",
"product": "产品销售发票",
"consulting": "咨询服务发票"
}
}
输出格式
📄 发票
发票编号:INV-2026-001
开票日期:2026-03-11
## 收款方
名称:[你的公司/个人名称]
地址:[地址]
电话:[电话]
## 付款方
名称:[客户公司]
联系人:张总
邮箱:[email protected]
## 项目明细
| 项目 | 数量 | 单价 | 金额 |
|------|------|------|------|
| 网站开发服务 | 1 | ¥13,800 | ¥13,800 |
## 费用汇总
- 小计:¥13,800
- 税费:¥0(个人服务)
- **总计:¥13,800**
## 付款方式
- 银行转账:
- 开户行:[银行]
- 账号:[账号]
- 户名:[名称]
- 支付宝:[账号]
- 微信:[账号]
## 付款状态
❌ 未付款
## 备注
- 请在 30 天内完成付款
- 付款后请发送凭证到 [邮箱]
数据分析
📊 财务报表(2026年3月)
## 收入统计
- 开票总额:¥85,000
- 已收款:¥65,000(76%)
- 待收款:¥20,000(24%)
## 客户分析
| 客户 | 发票数 | 金额 | 状态 |
|------|--------|------|------|
| 张总 | 2 | ¥35,000 | ✅ 已付 |
| 李经理 | 1 | ¥20,000 | ✅ 已付 |
| 王先生 | 1 | ¥15,000 | ❌ 待付 |
| 赵女士 | 1 | ¥15,000 | ❌ 待付 |
## 月度趋势
- 1月:¥45,000
- 2月:¥62,000
- 3月:¥85,000
- 增长:+88%
## 应收款预警
- 王先生 - ¥15,000 - 超期 5 天
- 赵女士 - ¥15,000 - 超期 3 天
技术栈
- Node.js / Python
- PDF 生成库
- GLM-5(内容生成)
- 本地存储
创建时间:2026-03-11 作者:ClawMart
Usage Guidance
This skill appears to be an instruction-only invoice generator and is internally consistent, but verify operational details before use: 1) Confirm where 'local storage' will write generated PDFs (path and access permissions) and whether those files are encrypted or shared. 2) Be cautious with sensitive data (bank account numbers, tax IDs) — only provide what’s necessary and verify retention policy. 3) The SKILL.md mentions a model (GLM-5) and runtimes (Node.js/Python) but provides no implementation; if the publisher later supplies code or an installer, inspect it for network calls or credentials. 4) If you plan to integrate this skill into systems that hold financial data, request an explicit implementation/source and audit how data is stored and transmitted.
Capability Analysis
Type: OpenClaw Skill
Name: clawmart-auto-invoice
Version: 1.0.0
The skill bundle contains only metadata and documentation (SKILL.md) describing an automated invoicing tool. There is no executable code, no evidence of data exfiltration, and no malicious prompt injection instructions; the content is entirely consistent with the stated purpose of generating invoices and financial reports.
Capability Assessment
Purpose & Capability
Name/description (auto PDF invoices, templates, client management, reports) match the SKILL.md content. There are no declared env vars, binaries, or config paths that would be unexpected for this purpose.
Instruction Scope
SKILL.md is an instruction-only spec showing invoice templates, example outputs, and required company info. It does not instruct the agent to read system files, environment variables, or to send data to arbitrary external endpoints. Minor ambiguity: it mentions '本地存储' (local storage) and a tech stack (Node.js/Python, GLM-5) without specifying where data is stored or whether an external model/service is invoked.
Install Mechanism
No install spec and no code files are present, so nothing will be written to disk by the skill itself. This is the lowest-risk install posture for an instruction-only skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. That aligns with a purely instructional template for generating invoices.
Persistence & Privilege
The skill is not marked always:true and makes no requests to change agent-wide settings. Autonomous invocation is allowed (platform default) but not combined with broad privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawmart-auto-invoice - After installation, invoke the skill by name or use
/clawmart-auto-invoice - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is ClawMart Auto Invoice?
自动生成专业PDF发票,支持模板选择、客户管理、收款状态跟踪及财务报表生成,提升财务效率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.
How do I install ClawMart Auto Invoice?
Run "/install clawmart-auto-invoice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawMart Auto Invoice free?
Yes, ClawMart Auto Invoice is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ClawMart Auto Invoice support?
ClawMart Auto Invoice is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawMart Auto Invoice?
It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.0.
More Skills