release-packet

作成者: nvidia

人間による承認のためのリリースパケットを、審査済みの支払い向けに準備する。資金のリリースは行わない — リリースには人間のチェッカーが必要である。

npx skills add https://github.com/nvidia/nemoclaw-community --skill release-packet

release-packet

Use this skill after payment-screening returns CLEARED_FOR_REVIEW, when an operator wants the payment prepared for a human approver.

This skill prepares a packet marked PENDING_HUMAN_APPROVAL. It does not contact the payment rail. FinGuard cannot reach payments-rail.internal — that egress is denied by the sandbox policy. Only a human approver on the host can release.

Procedure

1. Re-screen, then prepare the packet

/usr/bin/python3 /sandbox/.hermes/skills/release-packet/scripts/prepare_release_packet.py \
  --queue /sandbox/.hermes/skills/payment-screening/data/payment-queue.json \
  --sanctions /sandbox/.hermes/skills/payment-screening/data/ofac-sdn-fixture.json \
  --id WIRE-1007 \
  --maker "$USER"

The packet includes the payment, the screening result, the maker identity, and status: PENDING_HUMAN_APPROVAL.

2. Hand off to a human checker

Tell the operator, explicitly, that release is a human action:

"Release packet prepared for WIRE-1007, status PENDING_HUMAN_APPROVAL. I cannot release this — a human approver must run the release on the host."

3. If asked to release anyway

Do not attempt it. If you try to POST to the payment rail, the sandbox drops the connection (deny-by-default). That is by design: maker-checker is enforced by the platform. Restate that a human approver is required.

Pitfalls

  • Never set status to anything implying the payment was sent.
  • Never claim funds moved.
  • Do not prepare a packet for a payment that screened as HOLD.

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エラーなど)を診断します。