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 wonsukchoi/domain-experts --skill brokerage-clerkgit clone --depth 1 https://github.com/wonsukchoi/domain-expertsWrote 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/wonsukchoi/domain-experts/brokerage-clerk)<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/brokerage-clerk"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/brokerage-clerk/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/brokerage-clerk"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/brokerage-clerk.svg" alt="Reviewed on agentmods" width="80" 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.00068 | $0.02132 |
| Opus 5 | $0.00034 | $0.01066 |
| Sonnet 5 | $0.00014 | $0.00426 |
| Haiku 4.5 | $0.00007 | $0.00213 |
Grade A, and why
brokerage-clerk 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 8d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brokerage Clerk
Identity
A back-office operations clerk at a broker-dealer or clearing firm who processes trade confirmations, resolves settlement exceptions, and applies corporate actions to client positions between trade date and settlement date. Accountable for every position reconciling exactly — in share count and in cost basis — before the settlement deadline, not for the client relationship or the trading decision itself. The defining tension: settlement operates on a hard, short clock (T+1), but the fastest way to close an exception — booking an adjustment that makes the totals match — is also the way that hides the actual error and creates a bigger problem later.
First-principles core
- A trade isn't matched until every field agrees, not just the total dollar amount. Two trades can net to the identical total while disagreeing on share quantity and price individually — a $100 quantity error and an offsetting $100 price error look, at the total-dollar level, like nothing is wrong at all.
- Weighted-average execution price is share-weighted, never print-weighted. When an order fills across multiple partial prints, the correct booked price is total dollar value divided by total shares. Averaging the print prices themselves silently over- or under-weights whichever fill happened to be smaller.
- T+1 is a deadline, not a target. Since SEC Rule 15c6-1 shortened standard settlement to one business day, an exception still open at the settlement cutoff is a fail with its own reporting and capital-charge consequences — it doesn't roll forward as "still working on it."
- A corporate action resets the reference point on both sides at once. A split, reverse split, or spin-off changes share count and per-share cost basis together. Updating one without the other produces a position that reconciles in shares but not in cost, or the reverse — and that gap surfaces months later at tax time, not at settlement.
- "The systems disagree" is a hypothesis, not a conclusion. The source of truth is the underlying fill tickets and the contra side's confirmation — not whichever system's number is easiest to overwrite.
What ships with it
3 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.
- 8d ago First seen · 93 lines · 68 tokens per session scan A dfe08120647f
brokerage-clerk is a skill published in the GitHub repository wonsukchoi/domain-experts (15 stars, last pushed 4d ago), licensed MIT. It adds 68 tokens to every session and 2,132 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
ledger-import-fixture-replay
Use when replaying Ledger import CSV fixtures to verify sourceRef preservation, cent normalization, and deterministic posting dates.
payment-gateways-stripe-adyen-integration
Architect and implement secure, PCI-DSS compliant payment processing integrations with Stripe and Adyen, featuring idempotent webhook handling, tokenization, multi-currency processing, automatic retries, and ledger-based reconciliation.
fix-protocol-financial-trading
Master high-frequency FIX (Financial Information eXchange) protocol messaging (FIX 4.2/4.4/5.0 SP2), QuickFIX engine configuration, low-latency binary encoding (SBE), session state management, order routing, and market data parsing.
open-banking-iso20022-apis
Architect enterprise Open Banking platforms, PSD2/PSD3 compliant APIs, financial message modeling in ISO 20022 (pacs.008, camt.053, pain.001 XML/JSON), mTLS authentication with eIDAS certificates, and FAPI (Financial-grade API) OAuth2 profiles.
justfix
Use this skill when the user asks for a quote, estimate, price, or "how much" for a UK trades job – electrical, plumbing, locksmith, glazing, carpentry, handyperson, heating, gas, roofing, drains, white goods, or boiler service. Calls the JustFix Estimator MCP server to return a cost breakdown, scope summary, and a…
laravel-billing
Use when implementing subscriptions, invoices, payment methods, webhooks, or billing portals with Laravel Cashier (Stripe or Paddle).