npx skills add ...
npx skills add nvidia/nemoclaw-community --skill payment-screening
Screen an outbound payment against limits, sanctions/watchlists, and duplicate checks before a human releases it.
npx skills add nvidia/nemoclaw-community --skill payment-screening
Use this skill when an operator asks you to check, validate, or screen an outbound payment (wire or ACH) before release.
This skill is read-only. It does not release, send, or settle anything.
Release requires a human approver — see the release-packet skill.
pain.001 credit-transfer file
(data/payment-queue.json). The screener flattens every
CdtTrfTxInf transaction and screens it by EndToEndId.data/ofac-sdn-fixture.json). It contains three real public SDN records
selected for deterministic demonstration; it is not a complete sanctions
list. Only the payments are synthetic.Run the screener against a payment ID from the queue (omit --id to screen
the whole batch):
The screener returns structured JSON with a decision
(CLEARED_FOR_REVIEW or HOLD) and a per-check breakdown. Sanctions hits
cite the matched OFAC SDN name and program.
Use this structure:
Never recommend overriding a hold. State the rule, and route to the appropriate human queue (sanctions analyst, treasury, compliance).