payment-ops-playbook

作成者: nvidia

FinGuardの標準的な支払いオペレーションワークフロー — スクリーニング、説明、準備、人間への引き継ぎ。決してリリースしないこと。

npx skills add https://github.com/nvidia/nemoclaw-community --skill payment-ops-playbook

payment-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

  1. Screen the payment (payment-screening). Report decision + per-check breakdown.
  2. If HOLD — stop. Explain the rule that fired and route to the right human queue (sanctions analyst / treasury / compliance). Do not override.
  3. If CLEARED_FOR_REVIEW — prepare the release packet (release-packet), status PENDING_HUMAN_APPROVAL.
  4. Hand off to a named human approver. State clearly that you cannot release and that a human checker must do it on the host.
  5. 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.

nvidiaのその他のスキル

compileiq-debug
nvidia
何かがおかしいときに使用:Search()がハングする、すべての評価がINVALID_SCOREを返す、スコアが改善しない、すべての設定が同じ数値を返す、ptxasエラー…
create-github-pr
nvidia
gh CLIを使用してGitHubのプルリクエストを作成します。ユーザーが新しいPRを作成したい、コードをレビューに提出したい、またはプルリクエストを開きたい場合に使用します。トリガーキーワード -…
nemoclaw-maintainer-cross-issue-sweep
nvidia
他のオープンなIssueをスキャンし、特定のPRが修正する可能性があるものや、誤って壊す可能性があるものを見つけます。隣接修正の機会や矛盾リスクをfile:line…と共に出力します。
fhir-basics
nvidia
エージェントにFHIR R4 APIの動作方法、利用可能なリソース、検索パラメータを使ったクエリ方法、およびすべてのレスポンス形式を正しく解析する方法を教えます…
compileiq-validate-result
nvidia
検索が完了した後、かつスピードアップの申請やACFの発送の前に使用します。dump_results CSVを読み込み、トップK候補(単一目的)を抽出します…
changelog-audit
nvidia
リリース前にWarp CHANGELOG.mdを監査:失われたエントリを復元、ユーザー影響で並べ替え、エントリの文言を洗練、行折り返し、および(リリースブランチモードで)比較をバンプ…
maintain-dynamic-plugins
nvidia
NeMo Relayの動的プラグインローダー、マニフェスト、RustネイティブSDK、gRPCワーカープロトコル、PythonワーカーSDK、ドキュメント、テスト、およびリリースワークフローのカバレッジを維持する
dgx-diagnose
nvidia
一般的なDGX Station GB300の問題(CUDAクラッシュ、誤ったGPUターゲット、vLLM/SGLangコンテナのバグ、MIG状態の問題、NVLink/Fabric Managerエラーなど)を診断します。