ワンクリックで
invoice-generator
User needs to create, send, or track invoices for freelance work or business services
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
User needs to create, send, or track invoices for freelance work or business services
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
User asks to draft, create, or write a contract, agreement, NDA, or legal document
User shares a contract or agreement and wants it reviewed, analyzed, or explained
User wants to track, categorize, or analyze their expenses and spending
| 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.