用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/arunrlverma/openclaw-skills --skill invoice-generator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | invoice_generator |
| description | User needs to create, send, or track invoices for freelance work or business services |
Invoices generated by this AI are for convenience only. Verify all amounts, tax calculations, and legal requirements for your jurisdiction before sending.
Every invoice should include:
# INVOICE
**Invoice #:** INV-XXX
**Date:** YYYY-MM-DD
**Due Date:** YYYY-MM-DD
---
**From:**
[Your Name/Business]
[Address]
[Email]
**To:**
[Client Name/Business]
[Address]
[Email]
---
| Description | Qty | Rate | Amount |
|-------------|-----|------|--------|
| [Service 1] | X | $XX.XX | $XX.XX |
| [Service 2] | X | $XX.XX | $XX.XX |
| | |
|---|---|
| **Subtotal** | $XX.XX |
| **Tax (X%)** | $XX.XX |
| **Total** | **$XX.XX** |
---
**Payment Terms:** Net 30
**Payment Method:** [Bank transfer / PayPal / etc.]
Thank you for your business!
documents/invoices/INV-XXX-[client]-[date].mdMaintain an invoice ledger in data/invoices/ledger.jsonl:
{"number":"INV-001","client":"Acme Corp","amount":1500.00,"date":"2026-02-12","due":"2026-03-14","status":"sent"}
Status values: draft, sent, paid, overdue, cancelled
Common terms to offer:
Include standard late payment language:
A late fee of 1.5% per month will be applied to overdue balances. If payment is not received within 60 days, the account may be referred to collections.
Read iPhone data (contacts, calendar, reminders, location, photos, files, clipboard) and execute device commands (CRUD operations + open apps via URL schemes). Use when user asks about their phone data, wants to schedule events, set reminders, manage contacts, copy to clipboard, or open an app on their phone. NEVER suggest .ics files, email workarounds, or manual steps — always use device.sh.
Persistent memory system. Automatically remember facts, decisions, and user preferences across conversations. Query past information.
Manages nightly learning sessions. Stores learning plan, journal, and progress in persistent storage. Used automatically during the 1am-6am learning window.