brokerage-clerk

brokerage-clerk is a skill for Claude Code, Codex from wonsukchoi/domain-experts. It costs 68 tokens per session (2,132 once invoked), scanned A, original, MIT.

Back-office guidance for processing securities trades and keeping client positions accurate between execution and settlement. Settlement is the point when the buyer pays and the seller delivers the securities.

In plain words
What is it for?
Recomputing prices across partial fills, resolving trade breaks, applying corporate actions, and handling delivery or settlement notices.
Why use it?
It helps find mismatches before the settlement deadline and prevents quick adjustments from hiding errors in shares, prices, or cost basis.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Recomputing prices across partial fills, resolving trade breaks, applying corporate actions, and handling delivery or settlement notices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wonsukchoi/domain-experts/brokerage-clerk
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 wonsukchoi/domain-experts --skill brokerage-clerk
Clone the repo
git clone --depth 1 https://github.com/wonsukchoi/domain-experts

Made for: Claude Code, Codex.

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 brokerage-clerk

README.md
[![agentmods](https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/brokerage-clerk/github.svg)](https://agentmods.dev/skills/wonsukchoi/domain-experts/brokerage-clerk)
Your own site
<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.

agentmods 80×15 button for brokerage-clerk

Your own site · 80×15
<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>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,132 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.00068 $0.02132
Opus 5 $0.00034 $0.01066
Sonnet 5 $0.00014 $0.00426
Haiku 4.5 $0.00007 $0.00213

Measured 8d ago against content hash dfe08120647f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

roles/brokerage-clerk/SKILL.md · 93 lines

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

  1. 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.
  2. 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.
  3. 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."
  4. 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.
  5. "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.

Read the full file on GitHub · 93 lines

Files

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.

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. 8d ago First seen · 93 lines · 68 tokens per session scan A dfe08120647f

Subscribe to this mod's changes

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.

Related

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.

z3z1ma/10x · 29 tokens

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.

hamzabellouch/agent-skills · 53 tokens

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.

hamzabellouch/agent-skills · 65 tokens

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.

hamzabellouch/agent-skills · 71 tokens

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…

Just-Fix/justfix-skill · 90 tokens

laravel-billing

Use when implementing subscriptions, invoices, payment methods, webhooks, or billing portals with Laravel Cashier (Stripe or Paddle).

fusengine/codex · 30 tokens