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.
npx skills add razz-team/brighty-agent-toolkit --skill brighty-payoutsgit clone --depth 1 https://github.com/razz-team/brighty-agent-toolkitWrote 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.
[](https://agentmods.dev/skills/razz-team/brighty-agent-toolkit/brighty-payouts)<a href="https://agentmods.dev/skills/razz-team/brighty-agent-toolkit/brighty-payouts"><img src="https://agentmods.dev/badge/skills/razz-team/brighty-agent-toolkit/brighty-payouts.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00129 | $0.03232 |
| Opus 5 | $0.00064 | $0.01616 |
| Sonnet 5 | $0.00026 | $0.00646 |
| Haiku 4.5 | $0.00013 | $0.00323 |
Grade A, and why
brighty-payouts 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.
How it starts
The opening of the file, as written. The whole thing — 251 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brighty Payouts
Tools to move money out of Brighty business accounts: batched payouts
(CREATED container with N transfers, committed in one shot), one-off
internal/external transfers attached to a payout, and FX between two of
the business's own accounts (intent + execute).
Activate this skill when the user wants to pay people or vendors, sweep funds between currencies, or stage and run payroll.
Tools provided
Payouts (6) — container + transfers + commit:
brighty_list_payouts— list payouts. The API takes no input filter parameters. Returns{ payouts: Payout[], nextPage? }. EachPayouthasid,createdAt,state(CREATED|STARTED|COMPLETED),paidTransfers,totalTransfers, optionalname,description,paidAmount,totalAmount,startedAt,completedAt. CapturecreatedAtfrom this list — every other payout call needs it.brighty_create_payout— open aCREATEDcontainer. Optionalnameanddescription. Returns the newPayout(notecreatedAt— keep it for follow-up calls).brighty_get_payout— fetch one payout. RequirespayoutIdANDcreatedAt(the API rejects withoutcreatedAt). Returns{ payout, transfers }where each transfer is discriminated bytype(Crypto|Fiat|Internal).brighty_create_internal_transfer— add a Brighty-to-Brighty transfer to a payout. Recipient is identified byreceiverUsername(the @-tag on the recipient's Brighty profile, not a customer/account id). Source account currency must equal transfer currency; this tool does not FX.Idempotency-Keyis required by the API; the tool auto-generates a UUIDv4 when none is supplied. Returns{ transfer: { id, createdAt }, idempotencyKey }.brighty_create_external_transfer— add a fiat (IBAN/BIC/account number) or crypto (on-chain address +transferNetworkId) transfer to a payout. Provide either an inlinebeneficiary(withkind: "FIAT" | "CRYPTO") or a savedbeneficiaryId. The API requirescreatedAt(the payout's timestamp) as a query param — pass it viapayoutCreatedAt.Idempotency-Keyis required and auto-generated. Returns{ transfer: { id, createdAt }, idempotencyKey }.brighty_start_payout— commit a payout (POST/payouts/{id}/start?createdAt=...). Runs a local preflight balance check first: sum per-source-account requirements, fetch each source's balance, abort with a per-account shortfall list if any account is short. RequirespayoutIdandcreatedAt. The API returns 204 on success; the tool returns{ ok: true }.skipPreflight=trueis dangerous and only used when the user has explicitly accepted partial-failure risk.
What ships with it
2 files 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.
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.
- 7d ago First seen · 251 lines · 129 tokens per session scan A 1a53235167e6
brighty-payouts is a skill published in the GitHub repository razz-team/brighty-agent-toolkit (2 stars, last pushed 26d ago), licensed MIT. It adds 129 tokens to every session and 3,232 once invoked, about $0.0006 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.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.