Skills wave
Wave accounting — invoices, customers, transactions, accounts, products, taxes. Small business accounting CLI.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/wave" ~/.claude/skills/openclaw-skills-wave && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/wave" ~/.openclaw/skills/openclaw-skills-wave && rm -rf "$T"
manifest:
skills/aiwithabidi/wave/SKILL.mdsource content
🌊 Wave
Invoicing and accounting for small business — invoices, customers, transactions.
Features
- Businesses — list connected businesses
- Invoices — create, send, list, delete
- Customers — manage customer records
- Accounts — chart of accounts
- Transactions — view financial transactions
- Products & taxes — manage items and tax rates
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | API key/token for Wave |
Quick Start
python3 {baseDir}/scripts/wave.py businesses python3 {baseDir}/scripts/wave.py invoices <business-id> python3 {baseDir}/scripts/wave.py invoice-create <business-id> <customer-id> --amount 500 python3 {baseDir}/scripts/wave.py customers <business-id> python3 {baseDir}/scripts/wave.py transactions <business-id>
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation