brighty-cards

brighty-cards is a skill for Claude Code from razz-team/brighty-agent-toolkit. It costs 136 tokens per session (2,558 once invoked), scanned A, original, MIT.

A tool for issuing and managing Brighty business payment cards, including virtual, plastic, and metal cards.

In plain words
What is it for?
It lists cards and designs, retrieves card details, issues cards linked to an account, freezes or unfreezes them, and changes their spending policy.
Why use it?
It gives users a way to review cards and handle common card changes such as loss or spending-limit updates.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the brighty plugin — 4 skills, 1 MCP server shipped together

Good fit It lists cards and designs, retrieves card details, issues cards linked to an account, freezes or unfreezes them, and changes their spending policy.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/razz-team/brighty-agent-toolkit/brighty-cards
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add razz-team/brighty-agent-toolkit --skill brighty-cards
Clone the repo
git clone --depth 1 https://github.com/razz-team/brighty-agent-toolkit

Made for: Claude Code.

Or install brighty, the plugin that ships this one along with the rest of its 4 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for brighty-cards

README.md
[![agentmods](https://agentmods.dev/badge/skills/razz-team/brighty-agent-toolkit/brighty-cards.svg)](https://agentmods.dev/skills/razz-team/brighty-agent-toolkit/brighty-cards)
Your own site
<a href="https://agentmods.dev/skills/razz-team/brighty-agent-toolkit/brighty-cards"><img src="https://agentmods.dev/badge/skills/razz-team/brighty-agent-toolkit/brighty-cards.svg" alt="Measured on agentmods" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,558 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00136 $0.02558
Opus 5 $0.00068 $0.01279
Sonnet 5 $0.00027 $0.00512
Haiku 4.5 $0.00014 $0.00256

Measured 7d ago against content hash 2b0ee0c55c9f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

brighty-cards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/brighty-cards/SKILL.md · 207 lines

How it starts

The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Brighty Cards

Tools to issue and manage Brighty cards. Cards spend from a CURRENT account (see brighty-banking) in that account's currency. Activate this skill when the user wants to issue a card, change a card's limits, or freeze/unfreeze a card.

Tools provided

Lookup (2):

  • brighty_list_cards — list cards on the business. The API takes no filter params. Returns each card with id, name, type (DEBIT | CREDIT | PREPAID), network (VISA | MASTERCARD), formFactor (VIRTUAL | PLASTIC | METAL), status (ISSUED | CREATED | ACTIVE | ACTIVATING | FROZEN | TERMINATED), cardOwnerId, cardHolderId, cardHolderName, cardDesign, createdAt, optional bin / lastFour / availableAmount / limitAmount / expirationDate. Filter by formFactor / status / cardHolderId client-side after listing.
  • brighty_get_card — fetch one card by id, including the full status and limits.

Catalog (2):

  • brighty_list_card_designs — list available card designs. The API takes no filter params. Returns each design with id, optional name, formFactor, imageUrl, available.
  • brighty_get_virtual_card_product — fetch the virtual card product configuration: per-condition fees (issueFee, deliveryFee), free/total card limits, supported formFactor and cardType. The API takes no input parameters.

Lifecycle (4):

  • brighty_order_card — order a new card. Two-step internally: POSTs /cards/order/intent (returns { amount, fees, hash }), then POSTs /cards/order with { cardDesignId, customerId, sourceAccountId, fees, hash, holderName?, cardName?, spendingLimit? } and a fresh UUIDv4 Idempotency-Key. Returns { intent, card, idempotencyKey }. Inputs: cardDesignId, customerId, sourceAccountId, optional holderName, cardName, spendingLimit: { policy: "UNLIMITED" | "MONTHLY", limit?: Money }.
  • brighty_freeze_card — block authorisations on a card. Returns the full Card. Reversible via brighty_unfreeze_card.
  • brighty_unfreeze_card — resume authorisations on a previously frozen card. Returns the full Card.
  • brighty_set_card_limits — replace a card's spending policy. Sends PUT /cards/{id}/limits with { name: "UNLIMITED" | "MONTHLY", limit?: Money }. Use policy: "UNLIMITED" to remove the cap; use policy: "MONTHLY" plus a Money limit to set a per-month spend cap.

Read the full file on GitHub · 207 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 207 lines · 136 tokens per session scan A 2b0ee0c55c9f

Subscribe to this mod's changes

brighty-cards is a skill published in the GitHub repository razz-team/brighty-agent-toolkit (2 stars, last pushed 26d ago), licensed MIT. It adds 136 tokens to every session and 2,558 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories