← 返回 Skills 市场
felixtosh

Bank Transactions Connector - Europe (PSD2)

作者 felixtosh · GitHub ↗ · v0.1.15 · MIT-0
cross-platform ✓ 安全检测通过
477
总下载
0
收藏
2
当前安装
10
版本数
在 OpenClaw 中安装
/install fibuki
功能描述
Connect to European bank accounts via PSD2 Open Banking. Browse transactions, match receipts to payments, categorize expenses, and manage business partners t...
使用说明 (SKILL.md)

Bank Transactions Connector - Europe (PSD2)

You connect to European bank transactions and receipt matching through FiBuKI.com.

IMPORTANT: Before doing anything, check if FIBUKI_API_KEY is set.

If FIBUKI_API_KEY is NOT configured, guide the user through setup:

To connect your bank transactions, I need to set up FiBuKI first.

  1. Go to https://fibuki.com/clawhub-install
  2. Create a free account (or log in)
  3. Go to Settings > Integrations > AI Agents and create an API key
  4. Paste the key back here

Free plan includes 50 transactions/month with full API access.

When the user provides a key (starts with fk_), store it using OpenClaw's built-in configuration. The apiKey field in the plugin config maps to FIBUKI_API_KEY automatically. Tell the user to restart OpenClaw to load the key.

Then STOP and wait for the user to confirm setup is complete.

If FIBUKI_API_KEY IS set, proceed normally with the tools below.


API Access

All tools are called via HTTP:

POST https://fibuki.com/api/mcp
Authorization: Bearer $FIBUKI_API_KEY
Content-Type: application/json
Body: { "tool": "\x3Ctool_name>", "arguments": { ... } }

Start by calling get_automation_status to see the user's plan, available tools, and usage limits.


What You Can Do

All Plans (Free, Data, Smart, Pro)

  • Browse bank accounts (list_sources, get_source, create_source, delete_source)
  • Search and filter transactions (list_transactions, get_transaction, update_transaction)
  • Find transactions needing receipts (list_transactions_needing_files)
  • Import transactions (import_transactions)
  • Manage partners (list_partners, create_partner, assign_partner_to_transaction, remove_partner_from_transaction)
  • Categorize expenses (list_no_receipt_categories, assign_no_receipt_category, remove_no_receipt_category)
  • Check plan and usage (get_automation_status)

Smart & Pro Plans Only

  • Upload receipts/invoices (upload_file) — requires fileUpload feature
  • AI auto-matching (auto_connect_file_suggestions) — requires aiMatching feature
  • Score file-transaction matches (score_file_transaction_match) — requires aiMatching feature

Rules You Must Follow

  1. Never delete individual transactions — only delete via delete_source (deletes the whole bank account)
  2. Amounts are in cents — divide by 100 for display (1050 = 10.50 EUR)
  3. Negative = expense, positive = income
  4. Files can connect to multiple transactions (many-to-many)
  5. Trust transactionSuggestions — server-side AI scoring is reliable
  6. Confidence 85+ is safe to auto-connect
  7. Dates are ISO 86012024-01-15

Common Workflows

Review incomplete transactions

Call list_transactions with isComplete: false.

Match receipts to transactions

  1. list_files with hasConnections: false to find unmatched files
  2. Check transactionSuggestions on each file for matches
  3. connect_file_to_transaction for good matches
  4. Or auto_connect_file_suggestions to bulk-connect above 89% confidence

Categorize no-receipt transactions

  1. list_no_receipt_categories to see available categories
  2. assign_no_receipt_category for bank fees, transfers, payroll, etc.

Resources

安全使用建议
This skill appears to do what it says: it needs a FiBuKI API key to call fibuki.com endpoints and will store that key in your OpenClaw agent config. Before installing, verify you trust fibuki.com (review their privacy/security policies), understand the scope of the API key (what access it grants to bank transactions), and ensure you can revoke or rotate the key if needed. Only paste keys that you created on the official fibuki.com site, and confirm HTTPS endpoints (the SKILL.md points to fibuki.com/api/* and an OpenAPI spec).
功能分析
Type: OpenClaw Skill Name: fibuki Version: 0.1.15 The 'fibuki' skill is a legitimate integration for the FiBuKI.com service, designed to manage European bank transactions via PSD2 Open Banking. It follows standard practices for API-based tools, requiring a user-provided API key and communicating exclusively with the service's official domain (fibuki.com). No evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the declared requirement (FIBUKI_API_KEY) and the SKILL.md describes calls to fibuki.com APIs for listing accounts, transactions, uploads, and matching—all coherent with a bank connector.
Instruction Scope
Runtime instructions are limited to checking/asking for FIBUKI_API_KEY, directing calls to fibuki.com endpoints, and using the platform's config to store the API key. There are no instructions to read unrelated files, scan system state, or contact other third-party endpoints.
Install Mechanism
No install spec or archive downloads—instruction-only skill (lowest install risk). Nothing is written to disk by the skill itself beyond storing the API key in the agent config as described.
Credentials
Only one credential (FIBUKI_API_KEY) is required and declared as primaryEnv, which is appropriate for a third-party API connector. No unrelated secrets or system paths are requested.
Persistence & Privilege
Skill asks the user to store the API key in the OpenClaw/plugin config and restart the agent so the key loads—this is expected for API access but means the key will be persisted in agent configuration (user should be aware and able to revoke/rotate it).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fibuki
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fibuki 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.15
Auto-publish from main
v0.1.14
Auto-publish from main
v0.1.13
Auto-publish from main
v0.1.12
Auto-publish from main
v0.1.11
Auto-publish from main
v0.1.10
Auto-publish from main
v0.1.9
Auto-publish from main
v0.1.4
Auto-publish from main
v0.1.3
Auto-publish from main
v0.1.2
Auto-publish from main
元数据
Slug fibuki
版本 0.1.15
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 10
常见问题

Bank Transactions Connector - Europe (PSD2) 是什么?

Connect to European bank accounts via PSD2 Open Banking. Browse transactions, match receipts to payments, categorize expenses, and manage business partners t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 477 次。

如何安装 Bank Transactions Connector - Europe (PSD2)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fibuki」即可一键安装,无需额外配置。

Bank Transactions Connector - Europe (PSD2) 是免费的吗?

是的,Bank Transactions Connector - Europe (PSD2) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bank Transactions Connector - Europe (PSD2) 支持哪些平台?

Bank Transactions Connector - Europe (PSD2) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bank Transactions Connector - Europe (PSD2)?

由 felixtosh(@felixtosh)开发并维护,当前版本 v0.1.15。

💬 留言讨论