← 返回 Skills 市场
226
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install opc-invoice-manager
功能描述
Accounts Receivable light system for solo entrepreneurs. Manages the full billing lifecycle: invoice generation, collections follow-up, payment reconciliatio...
安全使用建议
This skill appears coherent and implements invoicing workflows using the two included Python scripts. Before installing, review these practical points: (1) confirm where the skill will store files — it reads/writes invoices/, INDEX.json and .numbering-config.json in the working directory; avoid pointing it at any system or sensitive directories; (2) inspect the two Python scripts yourself (they use only the standard library and appear to perform local file/JSON processing) and verify you’re comfortable with them executing; (3) the registry source/homepage are unknown — consider obtaining the skill from a verified repository or author if possible; (4) ensure the runtime environment has Python 3.8+ and that running untrusted scripts in your agent environment matches your security policy; (5) because the skill can run scripts, consider limiting autonomous invocation or reviewing agent sandboxing if you are concerned about code execution. Overall the behaviour is proportional to its invoicing purpose.
功能分析
Type: OpenClaw Skill
Name: opc-invoice-manager
Version: 1.1.0
The opc-invoice-manager skill bundle is a well-designed invoicing and accounts receivable system for solo entrepreneurs. It utilizes Python scripts (invoice_tracker.py and invoice_numbering.py) to manage a local file-based database of invoices and client profiles without any external network calls or suspicious dependencies. The SKILL.md instructions include robust safety constraints, such as explicit prohibitions against providing tax advice and requirements for arithmetic validation, ensuring the agent operates within professional and safe boundaries.
能力评估
Purpose & Capability
Name/description match what the skill implements: invoice generation, aging, collections and basic reconciliation. The files and declared behavior (templates, client/profile JSON, numbering and tracker scripts) are appropriate and proportional to that purpose.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts (invoice_tracker.py and invoice_numbering.py) and to read/write files under an invoices/ and optional contracts/ archive. This is coherent with invoicing functionality but means the agent will read and update local invoice metadata and write INDEX.json and .numbering-config.json in the invoices directory. No instructions reference unrelated system paths or external endpoints.
Install Mechanism
No install specification. The skill is instruction+script only and relies on Python 3.8+ stdlib. No downloads or package installs are requested.
Credentials
The skill declares no required environment variables, no credentials, and no config paths outside its project. The code operates on local files (invoices/, contracts/) which is expected for this functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It will create/update local artifacts (INDEX.json, .numbering-config.json and invoice metadata) in the invoices directory when run — normal for an invoicing tool but worth noting because those files are persisted to disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opc-invoice-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/opc-invoice-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Major update: enhanced invoice generation and tracking
v1.0.0
Initial release: invoice generation, tracking, and management for solo entrepreneurs
元数据
常见问题
OPC Invoice Manager 是什么?
Accounts Receivable light system for solo entrepreneurs. Manages the full billing lifecycle: invoice generation, collections follow-up, payment reconciliatio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 226 次。
如何安装 OPC Invoice Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opc-invoice-manager」即可一键安装,无需额外配置。
OPC Invoice Manager 是免费的吗?
是的,OPC Invoice Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OPC Invoice Manager 支持哪些平台?
OPC Invoice Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OPC Invoice Manager?
由 Leon Fan(@leonfjr)开发并维护,当前版本 v1.1.0。
推荐 Skills