← 返回 Skills 市场
yang1002378395-cmyk

ClawMart Auto Invoice

作者 yang1002378395-cmyk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
288
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawmart-auto-invoice
功能描述
自动生成专业PDF发票,支持模板选择、客户管理、收款状态跟踪及财务报表生成,提升财务效率。
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawmart-auto-invoice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawmart-auto-invoice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug clawmart-auto-invoice
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ClawMart Auto Invoice 是什么?

自动生成专业PDF发票,支持模板选择、客户管理、收款状态跟踪及财务报表生成,提升财务效率。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 288 次。

如何安装 ClawMart Auto Invoice?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawmart-auto-invoice」即可一键安装,无需额外配置。

ClawMart Auto Invoice 是免费的吗?

是的,ClawMart Auto Invoice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ClawMart Auto Invoice 支持哪些平台?

ClawMart Auto Invoice 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ClawMart Auto Invoice?

由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v1.0.0。

💬 留言讨论