TopRank Skills

Home / Claw Skills / Git / GitHub / afrexai-invoice-engine
Official OpenClaw rules 54%

afrexai-invoice-engine

Generate, manage, and track professional invoices with payment terms, recurring billing, overdue automation, and financial reporting. Use when creating invoices, tracking payments, managing clients, or reviewing revenue.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 afrexai-invoice-engine 技能。 若已安装,则直接安装 afrexai-invoice-engine 技能。

Overview

Skill Key
1kalin/afrexai-invoice-engine
Author
1kalin
Source Repo
openclaw/skills
Version
-
Source Path
skills/1kalin/afrexai-invoice-engine
Latest Commit SHA
9fcbdfe461be1c95b99843a04587890d8b5f369e

Extracted Content

SKILL.md excerpt

# Invoice Engine — Complete Invoicing & Accounts Receivable

A zero-dependency agent skill for end-to-end invoicing — from quote to payment to reporting.

## Quick Start

When the user says "create an invoice" or "bill [client]":

1. Check if client exists in memory (see Client Registry below)
2. If new client → run Client Onboarding
3. Generate invoice using the Invoice Builder
4. Present for review → finalize
5. Track in the Invoice Ledger

---

## 1. Client Registry

Maintain a YAML client database in your workspace:

```yaml
# clients.yaml
clients:
  - id: "CLI-001"
    name: "Acme Corp"
    contact: "Jane Smith"
    email: "jane@acme.com"
    address:
      line1: "123 Business Ave"
      line2: "Suite 400"
      city: "New York"
      state: "NY"
      zip: "10001"
      country: "US"
    tax_id: "US-EIN-12-3456789"
    payment_terms: "net-30"       # net-15, net-30, net-45, net-60, due-on-receipt, custom
    preferred_currency: "USD"
    default_tax_rate: 0           # 0 for B2B cross-border, local rate for domestic
    notes: "PO required for invoices > $5,000"
    created: "2026-01-15"
    lifetime_revenue: 12500.00
    invoices_sent: 3
    invoices_paid: 2
    avg_days_to_pay: 22
```

### Client Onboarding Checklist
When adding a new client, collect:
- [ ] Legal entity name (exactly as on their records)
- [ ] Billing contact name + email
- [ ] Billing address (full, with country)
- [ ] Tax ID / VAT number (if applicable)
- [ ] Preferred payment terms
- [ ] Currency preference
- [ ] Any PO or approval requirements
- [ ] Tax-exempt? (if so, get certificate reference)

---

## 2. Invoice Builder

### Invoice Number Format
```
[PREFIX]-[YEAR].[MONTH].[SEQUENCE]
Example: INV-2026.02.001
```

Configurable prefix per business line:
- `INV` = standard invoice
- `PRO` = proforma / quote
- `REC` = recurring invoice
- `CN` = credit note

### Invoice Template

When generating an invoice, structure it as:

```
╔══════════════════════════════════════════════════════════...

README excerpt

# Invoice Engine — Complete Invoicing & AR for AI Agents

Professional invoicing, payment tracking, overdue management, and financial reporting — all in one agent skill. Zero dependencies.

## Install

```bash
clawhub install afrexai-invoice-engine
```

## What It Does

- **Create invoices** from natural language ("invoice Acme for 20 hours at $250")
- **Client registry** with payment terms, tax handling, and history
- **Recurring billing** — auto-generate monthly/quarterly invoices
- **Overdue automation** — reminder schedule with email templates at +1, +7, +14, +30 days
- **Revenue dashboard** — collection rate, DSO, aging report, monthly trends
- **Quote-to-invoice pipeline** — proformas → accepted → invoice → paid
- **Multi-currency** — USD, GBP, EUR, BTC/Lightning
- **Credit notes & adjustments** — partial refunds, corrections, write-offs
- **Tax handling** — decision tree for domestic, cross-border, EU reverse charge, tax-exempt
- **Late fee calculation** — configurable rates with grace periods

## Quick Start

Just tell your agent:
- "Invoice [client] for [description]"
- "What's overdue?"
- "Revenue this month"
- "Set up recurring: [client] $3,500/month"

The skill handles numbering, tax logic, payment terms, and tracking automatically.

## Why This Over Others?

| Feature | Others | This Skill |
|---|---|---|
| Dependencies | Node.js + weasyprint | Zero |
| Client management | ❌ | Full registry + onboarding |
| Recurring billing | ❌ | Auto-generate on schedule |
| Overdue automation | ❌ | 5-stage reminder sequence |
| Revenue reporting | ❌ | Dashboard + aging + trends |
| Multi-currency | ❌ | USD/GBP/EUR/BTC |
| Quote pipeline | ❌ | Quote → Accept → Invoice |
| Tax handling | Basic | Decision tree by region |
| Credit notes | ❌ | Full adjustment workflow |
| Late fees | ❌ | Auto-calculate with caps |

## ⚡ Level Up

Get the full **AI Context Pack** for your industry — includes invoicing context PLUS market landscape, competitor analysis, compliance...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carlulsoe

parakeet-stt

★ 0

Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.

carlzhao007

feishu-process-feedback

★ 0

飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。

cartoonitunes

bottyfans

★ 0

BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.

camopel

arxivkb

★ 0

Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.