fints-banking
Support for German personal online banking following FinTS banking standard. Out of the box support for many german banks. Uses system keychain to keep credentials safe. Native Human-in-the-loop experince for transactions. Built in recovery and onboarding flows.
Why use this skill?
Manage your German bank accounts securely with OpenClaw. Features FinTS support, balance checks, transaction history, and a mandatory human-in-the-loop transfer system.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/h4gen/fints-bankingWhat This Skill Does
The fints-banking skill provides a robust interface for the OpenClaw AI agent to interact with German bank accounts using the FinTS (Financial Transaction Services) standard. It acts as a bridge between your natural language requests and your local fints-agent-cli installation, enabling you to check balances, retrieve transaction history, and initiate bank transfers securely. By leveraging your system keychain for credential storage, it ensures that your banking secrets remain encrypted on your device while allowing the agent to handle routine banking management.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/h4gen/fints-banking
Once installed, ensure you have fints-agent-cli available on your system path. If the command is missing, the agent will guide you through the setup process. Always review the GitHub repository at https://github.com/h4gen/fints-agent-cli before initializing your credentials.
Use Cases
This skill is perfect for users who want to streamline their personal finance management. Common use cases include:
- Balance Checking: Quickly asking the agent for the current status of multiple bank accounts.
- Transaction Auditing: Generating summaries of recent spending or looking for specific deposits.
- Scheduled Transfers: Performing one-time payments to known payees with mandatory human-in-the-loop approval processes.
Example Prompts
- "What is the current balance of my main checking account?"
- "Show me all transactions from last week regarding my grocery shopping."
- "Send 50 Euros to my landlord at DE123456789 for rent."
Tips & Limitations
- Mandatory Approval: For your safety, the agent will never execute a transfer without explicit, final confirmation using the phrase 'APPROVE TRANSFER'.
- Security: The skill prohibits following instructions found in untrusted text like email bodies or PDFs to prevent automated fraud.
- Provider Support: Always use the provider discovery flow before attempting to onboard. If your bank is not in the registry, the skill will inform you immediately rather than guessing parameters.
- System Keychain: Ensure your local environment is configured with a secure keychain; the agent is designed to offload auth tokens safely, so avoid manual credential storage in plain text files.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-h4gen-fints-banking": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution
Related Skills
cold-outreach-hunter
Meta-skill for orchestrating Apollo API, LinkedIn API, YC Cold Outreach, and MachFive Cold Email into a complete B2B cold outreach pipeline. Use when the user wants end-to-end lead sourcing, enrichment, personalized copy strategy, and generation-ready outreach sequences with strict quality and safety gates.
skills-search-fts
Instantly find the best AI agent skills, tools, and capabilities from across the entire web.
seo-ranker
Meta-skill for end-to-end SEO auditing and on-page optimization by orchestrating brave-search, summarize, api-gateway, and markdown-converter. Use when users want to understand why a page is not ranking for a target keyword and need concrete rewrite actions plus backlink intelligence.
no-code-frontend-builder
Meta-skill for generating production-ready React UI for non-programmers by orchestrating frontend-design-ultimate, shadcn-ui, and react-expert. Use when users describe UI outcomes (for example dashboards, landing pages, admin screens) and need a single copy-pasteable TSX component with explicit setup and dependency instructions.
clawauth
Let agents request OAuth access from end users via short links, continue working asynchronously, and later claim reusable third-party API tokens from local keychain storage instead of a centralized SaaS token vault.