LaunchKit · 2026
Back to Skills

brighty

Banking interface for AI bots and automation.

0
558 downloads
by @maay

Setup & Installation

openclaw skills install @maay/brighty

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install brighty

Version History

v1.1.0Feb 13, 2026 - Version note by skill developer:

Add config/mcporter.json for automatic MCP server registration

What This Skill Does

Connects AI agents and bots to the Brighty banking API via MCP. Supports account management, virtual Mastercard issuance, crypto trading, and SEPA/SWIFT payments for both business and freelance accounts.

Gives bots direct programmatic access to real banking operations without manual UI interaction or third-party payment middleware.

When to use it

  • Paying vendor invoices parsed from uploaded PDFs
  • Running monthly salary payouts to a remote team's IBANs
  • Issuing virtual Mastercards for bot-controlled expenses
  • Converting crypto balances to EUR for business operations
  • Checking account balances and transaction history from an agent

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Pay this invoice — uploads PDF with recipient name, IBAN, BIC, amount EUR 1200, reference INV-2026-04

AGENT
  1. 1Extract recipient name, IBAN, BIC, amount, currency, and reference from the invoice
  2. 2Call brighty_list_accounts to identify the correct source account
  3. 3Call brighty_create_payout with name 'Invoice payment'
  4. 4Call brighty_create_external_transfer with the extracted details and source account
  5. 5Present full payment summary to user and request confirmation before calling brighty_start_payout
OUTPUT

Payout executed: EUR 1200 sent to recipient via SEPA with reference INV-2026-04

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

BRIGHTY_API_KEY environment variableBrighty Business or freelance account (signup at business.brighty.app)