
Description
Prepare a human-approval release packet for a screened payment. Does not release funds — release requires a human checker.
SKILL.md
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
statusto anything implying the payment was sent. - Never claim funds moved.
- Do not prepare a packet for a payment that screened as
HOLD.
More skills from the nemoclaw-community repository
View all 13 skillscross-source-gap-analysis
identify alignment gaps across communication sources
Jul 14AnalysisGitHubOutlook EmailResearch +1github-readonly-live
read live GitHub repository data
Jul 14GitHubREST APInemoclaw-autoheal
manage Hermes availability and auto-healing
Jul 14MonitoringNVIDIAOperationsoutlook-email-search
search Outlook emails via Microsoft Graph
Jul 14Microsoft 365Outlook EmailSearchpayment-ops-playbook
execute payment operations workflows
Jul 23ComplianceFinanceOperationsPaymentspayment-screening
screen outbound payments for compliance
Jul 23ComplianceFinancePaymentsSecurity
More from NVIDIA
View publishernemoclaw-user-guide
retrieve NemoClaw documentation and configuration
NemoClaw
Jul 20DocumentationMCPSearchmcore-build-and-dependency
manage Megatron-LM development environments
Megatron-LM
Jul 14ContainersDeploymentPythonmcore-bump-base-image
update NVIDIA PyTorch base images
Megatron-LM
Jul 14CI/CDDeploymentmcore-cicd
manage CI/CD pipelines for Megatron-LM
Megatron-LM
Jul 14CI/CDDeploymentGitHubmcore-create-issue
investigate CI failures and create issues
Megatron-LM
Jul 14DebuggingGitHubTriagemcore-linting-and-formatting
lint and format Megatron-LM code
Megatron-LM
Jul 14Best PracticesCode Analysis