@fibukiapp/openclaw-plugin 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # FiBuKI OpenClaw Plugin
2
2
 
3
- Manage your FiBuKI tax accounting data through AI assistants. 25 tools for bank transactions, receipts, partners, and tax categorization.
3
+ Give your AI agent access to European bank transactions via PSD2 Open Banking. 25 tools to browse accounts, search payments, auto-match receipts, categorize expenses, and manage business partners.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "id": "fibuki",
3
3
  "name": "FiBuKI Tax Studio",
4
- "description": "Manage bank transactions, receipts, and tax bookkeeping for Austrian/German small businesses. 25 tools for transactions, files, partners, and categories.",
4
+ "description": "Access European bank transactions via PSD2 Open Banking. Browse accounts, search payments, auto-match receipts to transactions, categorize expenses, and manage partners. 25 tools for full bookkeeping control.",
5
5
  "skills": ["skills/fibuki-guide"],
6
6
  "channel": {
7
7
  "docsPath": "/integrations/fibuki",
8
- "blurb": "AI-powered tax bookkeeping for Austrian & German freelancers and small businesses"
8
+ "blurb": "Access European bank payments via PSD2 Open Banking search transactions, match receipts, categorize expenses"
9
9
  },
10
10
  "configSchema": {
11
11
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fibukiapp/openclaw-plugin",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "FiBuKI Tax Studio plugin for OpenClaw - manage transactions, receipts, and tax categorization",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -1,22 +1,24 @@
1
1
  ---
2
2
  name: fibuki
3
- description: "Manage bank transactions, receipts, and tax bookkeeping in FiBuKI. Match receipts to transactions, categorize expenses, and track completion status for Austrian/German small businesses."
3
+ description: "Access European bank transactions via PSD2 Open Banking and match receipts to payments. Browse accounts, search transactions, auto-match invoices, categorize expenses, and manage partners across Austrian and German bank connections."
4
4
  homepage: https://fibuki.com
5
5
  user-invocable: true
6
- metadata: {"openclaw":{"emoji":"receipt","primaryEnv":"FIBUKI_API_KEY","requires":{"env":["FIBUKI_API_KEY"],"bins":["curl"]}}}
6
+ metadata: {"openclaw":{"emoji":"🏦","primaryEnv":"FIBUKI_API_KEY","requires":{"env":["FIBUKI_API_KEY"],"bins":["curl"]}}}
7
7
  ---
8
8
 
9
- # FiBuKI Tax Bookkeeping
9
+ # FiBuKI European Bank Transactions & Receipt Matching
10
10
 
11
- You are helping manage a FiBuKI tax accounting account. FiBuKI is a bookkeeping tool for Austrian and German small businesses and freelancers.
11
+ You are helping manage a FiBuKI account. FiBuKI connects to European bank accounts via PSD2 Open Banking and provides AI-powered receipt matching and tax bookkeeping for small businesses and freelancers.
12
12
 
13
13
  ## What You Can Do
14
14
 
15
- - **View bank accounts and transactions** — browse, search, filter by date/amount/completion
16
- - **Match receipts to transactions** — connect uploaded files (invoices, receipts) to the right bank transactions
17
- - **Categorize transactions** — assign no-receipt categories to transactions that don't need receipts (bank fees, payroll, internal transfers)
18
- - **Track completion** — find incomplete transactions and help get them to 100%
19
- - **Manage partners** — create and assign business partners/vendors to transactions
15
+ - **Access PSD2 bank accounts** — browse connected European bank accounts and credit cards
16
+ - **Search & filter transactions** — by date range, amount, partner, completion status, or free text
17
+ - **Match receipts to payments** — connect uploaded invoices/receipts to bank transactions using AI confidence scoring
18
+ - **Auto-match in bulk** — let the AI engine connect high-confidence receipt-to-transaction matches automatically
19
+ - **Categorize expenses** — assign no-receipt categories (bank fees, payroll, internal transfers) to complete bookkeeping
20
+ - **Track completion** — find incomplete transactions and drive them to 100%
21
+ - **Manage business partners** — create, assign, and track vendors/suppliers across transactions
20
22
 
21
23
  ## Authentication
22
24