Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

brightybrighty 搜索

Agent Skill

brighty 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

26,784

周安装

1,116

GitHub Stars

公开资料未说明

下载量

8,928
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:brighty(brighty 搜索)
来源仓库:https://github.com/maay/brighty
安装命令:
openclaw skills install brighty
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install brighty

简介

人工智能机器人和自动化的银行界面。获取银行账户、发行万事达卡、买卖加密货币、发送付款和发票——全部通过 API 完成。当用户需要机器人的银行账户、想要管理余额、进行转账、处理付款或操作银行卡时使用。

SKILL.md

name
brighty
description
Banking interface for AI bots and automation. Get a bank account, issue a Mastercard, buy and sell crypto, send payments and invoices — all via API. Use when the user needs a bank account for a bot, wants to manage balances, make transfers, handle payouts, or operate cards.
metadata
{"openclaw":{"requires":{"env":["BRIGHTY_API_KEY"],"bins":["mcporter"]},"primaryEnv":"BRIGHTY_API_KEY","emoji":"🏦","homepage":"https://github.com/Maay/brighty_mcp"}}

Brighty Business & Freelance Banking

Give your bot a bank account. MCP server for Brighty banking API via mcporter — open accounts, issue Mastercard cards, buy and sell crypto, send SEPA/SWIFT payments. Works for both business and freelance accounts.

Getting Started

1. Sign up

Register at Brighty Business Portal. Both business and freelance accounts are supported — freelance accounts are particularly well-suited for bots and automation. The owner walks through the onboarding steps.

What you get by default:

  • Crypto account
  • EUR / USD / GBP fiat account for self-transfers only (no third-party payments)
  • Mastercard virtual card issuance (linked to crypto or fiat accounts)

Need to pay third parties (invoices, salaries, etc.)? Contact support to enable a full fiat account with outgoing payments:

The bank will set it up within a few days.

2. Get API key

Go to Account > Business and click Create API Token. Only the business owner can do this.

3. Configure

This skill includes config/mcporter.json which auto-registers the brighty MCP server. You just need to set the API key:

# Add to your environment (e.g. ~/.openclaw/.env)
BRIGHTY_API_KEY=your-api-key

Or configure manually:

mcporter config add brighty --command "npx -y github:Maay/brighty_mcp" --env BRIGHTY_API_KEY=your-api-key

Check connection: mcporter call brighty.brighty_status

Security:

  • Never store API key in SKILL.md, memory files, or chat history
  • Key lives only in env or config/mcporter.json (local, not pushed to git)

Authorization Notice

All actions performed through this skill are executed on behalf of the business owner. By using this skill, the owner confirms they authorize these operations.

Tool Reference

All tools called via mcporter call brighty.<tool> [params].

Accounts

  • brighty_list_accounts — list all accounts (optional: type=CURRENT|SAVING, holderId=UUID)
  • brighty_get_account id=UUID — account details
  • brighty_create_account name=X type=CURRENT|SAVING currency=EUR
  • brighty_terminate_account id=UUID — close account (must be zero balance)
  • brighty_get_account_addresses id=UUID — routing/crypto deposit addresses

Cards

  • brighty_list_cards — all business cards
  • brighty_get_card id=UUID
  • brighty_order_card customerId=UUID cardName=X sourceAccountId=UUID cardDesignId=UUID
  • brighty_freeze_card id=UUID / brighty_unfreeze_card id=UUID
  • brighty_set_card_limits id=UUID currency=EUR dailyLimit=1000 monthlyLimit=5000
  • brighty_list_card_designs / brighty_get_virtual_card_product

Transfers (between own accounts)

  • brighty_transfer_own sourceAccountId=UUID targetAccountId=UUID amount=100 currency=EUR
  • brighty_transfer_intent — preview exchange rate/fees before transfer (same params + side=SELL|BUY, sourceCurrency, targetCurrency)

Payouts (batch transfers to others)

  • brighty_list_payouts / brighty_get_payout id=UUID
  • brighty_create_payout name=X — create batch
  • brighty_create_internal_transfer — add Brighty-to-Brighty transfer to payout (by recipientAccountId or recipientTag)
  • brighty_create_external_transfer — add fiat (IBAN) or crypto transfer to payout
  • brighty_start_payout id=UUID — execute all transfers in batch

Team

  • brighty_list_members
  • brighty_add_members emails=a@b.com,c@d.com role=ADMIN|MEMBER
  • brighty_remove_members memberIds=UUID1,UUID2

Workflows

Pay an invoice

  1. Extract recipient name, IBAN, BIC, amount, currency, reference from invoice
  2. brighty_list_accounts — find source account
  3. brighty_create_payout name="Invoice payment"
  4. brighty_create_external_transfer with extracted details
  5. Confirm with user before brighty_start_payout

Mass salary payout

  1. Parse recipient list (names, IBANs, amounts)
  2. brighty_create_payout name="Salaries Feb 2026"
  3. Add each transfer via brighty_create_external_transfer or brighty_create_internal_transfer
  4. Show summary, confirm with user, then brighty_start_payout

Safety

  • Always confirm before executing payouts (brighty_start_payout)
  • Always confirm before terminating accounts
  • Show amounts and recipients clearly before any money movement
  • API docs: apidocs.brighty.app

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.62%
按下载量换算6,662

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills