# Send Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "brighty",
    "name": "Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Maay/brighty",
    "canonicalUrl": "https://clawhub.ai/Maay/brighty",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/brighty",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brighty",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "config/mcporter.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "brighty",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T21:02:27.902Z",
      "expiresAt": "2026-05-15T21:02:27.902Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brighty",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brighty",
        "contentDisposition": "attachment; filename=\"brighty-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "brighty"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/brighty"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/brighty",
    "downloadUrl": "https://openagent3.xyz/downloads/brighty",
    "agentUrl": "https://openagent3.xyz/skills/brighty/agent",
    "manifestUrl": "https://openagent3.xyz/skills/brighty/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/brighty/agent.md"
  }
}
```
## Documentation

### 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.

### 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:

Telegram: @DonatasSupportBot
Email: support@brighty.app

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

### Pay an invoice

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

### Mass salary payout

Parse recipient list (names, IBANs, amounts)
brighty_create_payout name="Salaries Feb 2026"
Add each transfer via brighty_create_external_transfer or brighty_create_internal_transfer
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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Maay
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T21:02:27.902Z
- Expires at: 2026-05-15T21:02:27.902Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/brighty)
- [Send to Agent page](https://openagent3.xyz/skills/brighty/agent)
- [JSON manifest](https://openagent3.xyz/skills/brighty/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/brighty/agent.md)
- [Download page](https://openagent3.xyz/downloads/brighty)