@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 +1 -1
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
- package/skills/fibuki-guide/SKILL.md +11 -9
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# FiBuKI OpenClaw Plugin
|
|
2
2
|
|
|
3
|
-
|
|
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
|
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "fibuki",
|
|
3
3
|
"name": "FiBuKI Tax Studio",
|
|
4
|
-
"description": "
|
|
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": "
|
|
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,22 +1,24 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: fibuki
|
|
3
|
-
description: "
|
|
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":"
|
|
6
|
+
metadata: {"openclaw":{"emoji":"🏦","primaryEnv":"FIBUKI_API_KEY","requires":{"env":["FIBUKI_API_KEY"],"bins":["curl"]}}}
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# FiBuKI
|
|
9
|
+
# FiBuKI — European Bank Transactions & Receipt Matching
|
|
10
10
|
|
|
11
|
-
You are helping manage a FiBuKI
|
|
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
|
-
- **
|
|
16
|
-
- **
|
|
17
|
-
- **
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
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
|
|