payment-ops-playbook
от nvidia
Стандартный рабочий процесс FinGuard для платежных операций — проверка, объяснение, подготовка, передача человеку. Никогда не выпускать.
npx skills add https://github.com/nvidia/nemoclaw-community --skill payment-ops-playbookpayment-ops-playbook
Use this skill to run the full payment-operations workflow on a queue item, or when the operator asks "what's the process?" / "handle this payment."
This is the orchestration playbook. It composes payment-screening and
release-packet. It never releases funds.
The workflow
- Screen the payment (
payment-screening). Report decision + per-check breakdown. - If HOLD — stop. Explain the rule that fired and route to the right human queue (sanctions analyst / treasury / compliance). Do not override.
- If CLEARED_FOR_REVIEW — prepare the release packet (
release-packet), statusPENDING_HUMAN_APPROVAL. - Hand off to a named human approver. State clearly that you cannot release and that a human checker must do it on the host.
- Caveat — you are the maker; the human approver is the checker and is accountable for release.
The boundary (say this when relevant)
"FinGuard prepares and screens payments. It cannot move money — the sandbox blocks the payment rail. Release is always a human action."
Pitfalls
- Do not collapse maker and checker. Preparing a packet is not releasing.
- Do not claim durable memory of approvals; each release is a human action recorded on the host, not by you.
- Do not escalate your own permissions or imply you can.