[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-release-packet":3,"mdc-8q4bi6-key":36,"related-org-nvidia-release-packet":319,"related-repo-nvidia-release-packet":480},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"release-packet","prepare payment release packets for approval","Prepare a human-approval release packet for a screened payment. Does not release funds — release requires a human checker.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"nvidia","NVIDIA","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fnvidia.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Operations","operations","tag",{"name":17,"slug":18,"type":15},"Finance","finance",{"name":20,"slug":21,"type":15},"Payments","payments",{"name":23,"slug":24,"type":15},"Approvals","approvals",72,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fnemoclaw-community","2026-08-05T05:58:26.916181",null,32,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"Our repository of community driven examples, showcases, and integrations","https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fnemoclaw-community\u002Ftree\u002FHEAD\u002Fexamples\u002Frecipes\u002Fnvidia\u002Fpayment-ops-hermes\u002Fskills\u002Frelease-packet","---\nname: release-packet\ndescription: Prepare a human-approval release packet for a screened payment. Does not release funds — release requires a human checker.\n---\n\n# release-packet\n\nUse this skill after `payment-screening` returns `CLEARED_FOR_REVIEW`, when\nan operator wants the payment prepared for a human approver.\n\nThis skill prepares a packet marked `PENDING_HUMAN_APPROVAL`. It does **not**\ncontact the payment rail. FinGuard cannot reach `payments-rail.internal` —\nthat egress is denied by the sandbox policy. Only a human approver on the\nhost can release.\n\n## Procedure\n\n### 1. Re-screen, then prepare the packet\n\n```bash\n\u002Fusr\u002Fbin\u002Fpython3 \u002Fsandbox\u002F.hermes\u002Fskills\u002Frelease-packet\u002Fscripts\u002Fprepare_release_packet.py \\\n  --queue \u002Fsandbox\u002F.hermes\u002Fskills\u002Fpayment-screening\u002Fdata\u002Fpayment-queue.json \\\n  --sanctions \u002Fsandbox\u002F.hermes\u002Fskills\u002Fpayment-screening\u002Fdata\u002Fofac-sdn-fixture.json \\\n  --id WIRE-1007 \\\n  --maker \"$USER\"\n```\n\nThe packet includes the payment, the screening result, the maker identity,\nand `status: PENDING_HUMAN_APPROVAL`.\n\n### 2. Hand off to a human checker\n\nTell the operator, explicitly, that release is a human action:\n\n> \"Release packet prepared for WIRE-1007, status PENDING_HUMAN_APPROVAL.\n> I cannot release this — a human approver must run the release on the host.\"\n\n### 3. If asked to release anyway\n\nDo not attempt it. If you try to POST to the payment rail, the sandbox\ndrops the connection (deny-by-default). That is by design: maker-checker is\nenforced by the platform. Restate that a human approver is required.\n\n## Pitfalls\n\n- Never set `status` to anything implying the payment was sent.\n- Never claim funds moved.\n- Do not prepare a packet for a payment that screened as `HOLD`.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,48,71,100,107,114,228,241,247,252,261,267,272,278,313],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":4},"text",{"type":42,"tag":49,"props":50,"children":51},"p",{},[52,54,61,63,69],{"type":47,"value":53},"Use this skill after ",{"type":42,"tag":55,"props":56,"children":58},"code",{"className":57},[],[59],{"type":47,"value":60},"payment-screening",{"type":47,"value":62}," returns ",{"type":42,"tag":55,"props":64,"children":66},{"className":65},[],[67],{"type":47,"value":68},"CLEARED_FOR_REVIEW",{"type":47,"value":70},", when\nan operator wants the payment prepared for a human approver.",{"type":42,"tag":49,"props":72,"children":73},{},[74,76,82,84,90,92,98],{"type":47,"value":75},"This skill prepares a packet marked ",{"type":42,"tag":55,"props":77,"children":79},{"className":78},[],[80],{"type":47,"value":81},"PENDING_HUMAN_APPROVAL",{"type":47,"value":83},". It does ",{"type":42,"tag":85,"props":86,"children":87},"strong",{},[88],{"type":47,"value":89},"not",{"type":47,"value":91},"\ncontact the payment rail. FinGuard cannot reach ",{"type":42,"tag":55,"props":93,"children":95},{"className":94},[],[96],{"type":47,"value":97},"payments-rail.internal",{"type":47,"value":99}," —\nthat egress is denied by the sandbox policy. Only a human approver on the\nhost can release.",{"type":42,"tag":101,"props":102,"children":104},"h2",{"id":103},"procedure",[105],{"type":47,"value":106},"Procedure",{"type":42,"tag":108,"props":109,"children":111},"h3",{"id":110},"_1-re-screen-then-prepare-the-packet",[112],{"type":47,"value":113},"1. Re-screen, then prepare the packet",{"type":42,"tag":115,"props":116,"children":121},"pre",{"className":117,"code":118,"language":119,"meta":120,"style":120},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u002Fusr\u002Fbin\u002Fpython3 \u002Fsandbox\u002F.hermes\u002Fskills\u002Frelease-packet\u002Fscripts\u002Fprepare_release_packet.py \\\n  --queue \u002Fsandbox\u002F.hermes\u002Fskills\u002Fpayment-screening\u002Fdata\u002Fpayment-queue.json \\\n  --sanctions \u002Fsandbox\u002F.hermes\u002Fskills\u002Fpayment-screening\u002Fdata\u002Fofac-sdn-fixture.json \\\n  --id WIRE-1007 \\\n  --maker \"$USER\"\n","bash","",[122],{"type":42,"tag":55,"props":123,"children":124},{"__ignoreMap":120},[125,149,167,185,203],{"type":42,"tag":126,"props":127,"children":130},"span",{"class":128,"line":129},"line",1,[131,137,143],{"type":42,"tag":126,"props":132,"children":134},{"style":133},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[135],{"type":47,"value":136},"\u002Fusr\u002Fbin\u002Fpython3",{"type":42,"tag":126,"props":138,"children":140},{"style":139},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[141],{"type":47,"value":142}," \u002Fsandbox\u002F.hermes\u002Fskills\u002Frelease-packet\u002Fscripts\u002Fprepare_release_packet.py",{"type":42,"tag":126,"props":144,"children":146},{"style":145},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[147],{"type":47,"value":148}," \\\n",{"type":42,"tag":126,"props":150,"children":152},{"class":128,"line":151},2,[153,158,163],{"type":42,"tag":126,"props":154,"children":155},{"style":139},[156],{"type":47,"value":157},"  --queue",{"type":42,"tag":126,"props":159,"children":160},{"style":139},[161],{"type":47,"value":162}," \u002Fsandbox\u002F.hermes\u002Fskills\u002Fpayment-screening\u002Fdata\u002Fpayment-queue.json",{"type":42,"tag":126,"props":164,"children":165},{"style":145},[166],{"type":47,"value":148},{"type":42,"tag":126,"props":168,"children":170},{"class":128,"line":169},3,[171,176,181],{"type":42,"tag":126,"props":172,"children":173},{"style":139},[174],{"type":47,"value":175},"  --sanctions",{"type":42,"tag":126,"props":177,"children":178},{"style":139},[179],{"type":47,"value":180}," \u002Fsandbox\u002F.hermes\u002Fskills\u002Fpayment-screening\u002Fdata\u002Fofac-sdn-fixture.json",{"type":42,"tag":126,"props":182,"children":183},{"style":145},[184],{"type":47,"value":148},{"type":42,"tag":126,"props":186,"children":188},{"class":128,"line":187},4,[189,194,199],{"type":42,"tag":126,"props":190,"children":191},{"style":139},[192],{"type":47,"value":193},"  --id",{"type":42,"tag":126,"props":195,"children":196},{"style":139},[197],{"type":47,"value":198}," WIRE-1007",{"type":42,"tag":126,"props":200,"children":201},{"style":145},[202],{"type":47,"value":148},{"type":42,"tag":126,"props":204,"children":206},{"class":128,"line":205},5,[207,212,218,223],{"type":42,"tag":126,"props":208,"children":209},{"style":139},[210],{"type":47,"value":211},"  --maker",{"type":42,"tag":126,"props":213,"children":215},{"style":214},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[216],{"type":47,"value":217}," \"",{"type":42,"tag":126,"props":219,"children":220},{"style":145},[221],{"type":47,"value":222},"$USER",{"type":42,"tag":126,"props":224,"children":225},{"style":214},[226],{"type":47,"value":227},"\"\n",{"type":42,"tag":49,"props":229,"children":230},{},[231,233,239],{"type":47,"value":232},"The packet includes the payment, the screening result, the maker identity,\nand ",{"type":42,"tag":55,"props":234,"children":236},{"className":235},[],[237],{"type":47,"value":238},"status: PENDING_HUMAN_APPROVAL",{"type":47,"value":240},".",{"type":42,"tag":108,"props":242,"children":244},{"id":243},"_2-hand-off-to-a-human-checker",[245],{"type":47,"value":246},"2. Hand off to a human checker",{"type":42,"tag":49,"props":248,"children":249},{},[250],{"type":47,"value":251},"Tell the operator, explicitly, that release is a human action:",{"type":42,"tag":253,"props":254,"children":255},"blockquote",{},[256],{"type":42,"tag":49,"props":257,"children":258},{},[259],{"type":47,"value":260},"\"Release packet prepared for WIRE-1007, status PENDING_HUMAN_APPROVAL.\nI cannot release this — a human approver must run the release on the host.\"",{"type":42,"tag":108,"props":262,"children":264},{"id":263},"_3-if-asked-to-release-anyway",[265],{"type":47,"value":266},"3. If asked to release anyway",{"type":42,"tag":49,"props":268,"children":269},{},[270],{"type":47,"value":271},"Do not attempt it. If you try to POST to the payment rail, the sandbox\ndrops the connection (deny-by-default). That is by design: maker-checker is\nenforced by the platform. Restate that a human approver is required.",{"type":42,"tag":101,"props":273,"children":275},{"id":274},"pitfalls",[276],{"type":47,"value":277},"Pitfalls",{"type":42,"tag":279,"props":280,"children":281},"ul",{},[282,296,301],{"type":42,"tag":283,"props":284,"children":285},"li",{},[286,288,294],{"type":47,"value":287},"Never set ",{"type":42,"tag":55,"props":289,"children":291},{"className":290},[],[292],{"type":47,"value":293},"status",{"type":47,"value":295}," to anything implying the payment was sent.",{"type":42,"tag":283,"props":297,"children":298},{},[299],{"type":47,"value":300},"Never claim funds moved.",{"type":42,"tag":283,"props":302,"children":303},{},[304,306,312],{"type":47,"value":305},"Do not prepare a packet for a payment that screened as ",{"type":42,"tag":55,"props":307,"children":309},{"className":308},[],[310],{"type":47,"value":311},"HOLD",{"type":47,"value":240},{"type":42,"tag":314,"props":315,"children":316},"style",{},[317],{"type":47,"value":318},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":320,"total":479},[321,339,357,368,380,394,407,421,434,445,459,468],{"slug":322,"name":322,"fn":323,"description":324,"org":325,"tags":326,"stars":336,"repoUrl":337,"updatedAt":338},"nemoclaw-user-guide","retrieve NemoClaw documentation and configuration","Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[327,330,333],{"name":328,"slug":329,"type":15},"Documentation","documentation",{"name":331,"slug":332,"type":15},"MCP","mcp",{"name":334,"slug":335,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-07-20T06:00:01.461044",{"slug":340,"name":340,"fn":341,"description":342,"org":343,"tags":344,"stars":354,"repoUrl":355,"updatedAt":356},"mcore-build-and-dependency","manage Megatron-LM development environments","Container-based dev environment setup and dependency management for Megatron-LM. Covers acquiring and launching the CI container, uv package management, and updating uv.lock.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[345,348,351],{"name":346,"slug":347,"type":15},"Containers","containers",{"name":349,"slug":350,"type":15},"Deployment","deployment",{"name":352,"slug":353,"type":15},"Python","python",17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-27T06:06:11.249662",{"slug":358,"name":358,"fn":359,"description":360,"org":361,"tags":362,"stars":354,"repoUrl":355,"updatedAt":367},"mcore-bump-base-image","update NVIDIA PyTorch base images","Bump the NVIDIA PyTorch base image (`nvcr.io\u002Fnvidia\u002Fpytorch:YY.MM-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in `docker\u002F.ngc_version.dev` and GitLab CI in `.gitlab\u002Fstages\u002F01.build.yml`), the post-bump CI loop (re-run functional tests, refresh golden values, mark broken tests), and the gotchas that bit PRs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[363,366],{"name":364,"slug":365,"type":15},"CI\u002FCD","ci-cd",{"name":349,"slug":350,"type":15},"2026-07-14T05:25:59.97109",{"slug":369,"name":369,"fn":370,"description":371,"org":372,"tags":373,"stars":354,"repoUrl":355,"updatedAt":379},"mcore-cicd","manage CI\u002FCD pipelines for Megatron-LM","CI\u002FCD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a pull-request\u002FBRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[374,375,376],{"name":364,"slug":365,"type":15},{"name":349,"slug":350,"type":15},{"name":377,"slug":378,"type":15},"GitHub","github","2026-07-27T06:06:12.278222",{"slug":381,"name":381,"fn":382,"description":383,"org":384,"tags":385,"stars":354,"repoUrl":355,"updatedAt":393},"mcore-create-issue","investigate CI failures and create issues","Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[386,389,390],{"name":387,"slug":388,"type":15},"Debugging","debugging",{"name":377,"slug":378,"type":15},{"name":391,"slug":392,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":395,"name":395,"fn":396,"description":397,"org":398,"tags":399,"stars":354,"repoUrl":355,"updatedAt":406},"mcore-linting-and-formatting","lint and format Megatron-LM code","Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[400,403],{"name":401,"slug":402,"type":15},"Best Practices","best-practices",{"name":404,"slug":405,"type":15},"Code Analysis","code-analysis","2026-07-14T05:25:56.18433",{"slug":408,"name":408,"fn":409,"description":410,"org":411,"tags":412,"stars":354,"repoUrl":355,"updatedAt":420},"mcore-migrate-gpt-to-hybrid","migrate Megatron-LM models to HybridModel","Migration guide for moving Megatron Core GPTModel checkpoints, model providers, training commands, and layer mappings to HybridModel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[413,416,419],{"name":414,"slug":415,"type":15},"Machine Learning","machine-learning",{"name":417,"slug":418,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:11.777011",{"slug":422,"name":422,"fn":423,"description":424,"org":425,"tags":426,"stars":354,"repoUrl":355,"updatedAt":433},"mcore-onboard-gb200-1node-tests","onboard functional tests for GB200","Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[427,430],{"name":428,"slug":429,"type":15},"QA","qa",{"name":431,"slug":432,"type":15},"Testing","testing","2026-07-14T05:25:53.673039",{"slug":435,"name":435,"fn":436,"description":437,"org":438,"tags":439,"stars":354,"repoUrl":355,"updatedAt":444},"mcore-run-on-slurm","launch distributed training jobs on SLURM","How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, container conventions, monitoring, and per-rank failure diagnosis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[440,441],{"name":349,"slug":350,"type":15},{"name":442,"slug":443,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":446,"name":446,"fn":447,"description":448,"org":449,"tags":450,"stars":354,"repoUrl":355,"updatedAt":458},"mcore-split-pr","split pull requests to reduce review load","Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[451,454,455],{"name":452,"slug":453,"type":15},"Code Review","code-review",{"name":377,"slug":378,"type":15},{"name":456,"slug":457,"type":15},"Pull Requests","pull-requests","2026-07-14T05:26:01.226578",{"slug":460,"name":460,"fn":461,"description":462,"org":463,"tags":464,"stars":354,"repoUrl":355,"updatedAt":467},"mcore-testing","run and manage Megatron-LM tests","Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[465,466],{"name":428,"slug":429,"type":15},{"name":431,"slug":432,"type":15},"2026-07-14T05:25:54.928983",{"slug":469,"name":469,"fn":470,"description":471,"org":472,"tags":473,"stars":354,"repoUrl":355,"updatedAt":478},"nightly-sync","manage nightly main-to-dev sync workflows","Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[474,477],{"name":475,"slug":476,"type":15},"Automation","automation",{"name":364,"slug":365,"type":15},"2026-07-30T05:29:03.275638",525,{"items":481,"total":576},[482,499,511,521,533,548,563],{"slug":483,"name":483,"fn":484,"description":485,"org":486,"tags":487,"stars":25,"repoUrl":26,"updatedAt":498},"cross-source-gap-analysis","identify alignment gaps across communication sources","Compare findings across Slack, GitHub, NVIDIA forums, and Outlook to identify alignment gaps, missing coverage, and follow-ups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[488,491,492,495],{"name":489,"slug":490,"type":15},"Analysis","analysis",{"name":377,"slug":378,"type":15},{"name":493,"slug":494,"type":15},"Outlook Email","outlook-email",{"name":496,"slug":497,"type":15},"Slack","slack","2026-08-05T05:58:20.663418",{"slug":500,"name":500,"fn":501,"description":502,"org":503,"tags":504,"stars":25,"repoUrl":26,"updatedAt":510},"github-readonly-live","read live GitHub repository data","Read the configured live GitHub repository through authenticated, policy-scoped GitHub REST GET requests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[505,508,509],{"name":506,"slug":507,"type":15},"API Development","api-development",{"name":377,"slug":378,"type":15},{"name":9,"slug":8,"type":15},"2026-08-05T05:58:19.175067",{"slug":512,"name":512,"fn":513,"description":514,"org":515,"tags":516,"stars":25,"repoUrl":26,"updatedAt":520},"nemoclaw-autoheal","guide Hermes availability and auto-heal setup","Guide users through Hermes availability checks and the optional host-side auto-heal setup without crossing the sandbox-to-host boundary.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[517,518,519],{"name":387,"slug":388,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},"2026-08-05T05:58:22.804006",{"slug":522,"name":522,"fn":523,"description":524,"org":525,"tags":526,"stars":25,"repoUrl":26,"updatedAt":532},"nemoclaw-nvteam","route engineering and community work","Route product, program, engineering, data and ML, quality, SRE, security, and developer-community work through the eight local role lenses packaged with the developer-community-chief-of-staff recipe in nemoclaw-community. Use for explicit NVTeam or persona activation, cross-functional readiness, developer relations, community enablement, technical-enablement work, or automatic specialist routing within this recipe. Do not use for a standalone question about core NemoClaw product capabilities unless the user explicitly requests NVTeam. This skill is Community-recipe behavior, not a built-in NemoClaw capability.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[527,530,531],{"name":528,"slug":529,"type":15},"Management","management",{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},"2026-08-05T05:58:31.181122",{"slug":534,"name":534,"fn":535,"description":536,"org":537,"tags":538,"stars":25,"repoUrl":26,"updatedAt":547},"nv-tech-assistant","answer NVIDIA technical questions","Answer NVIDIA technical questions by searching authorized sources and citing retrieved evidence rather than relying on memory. Use for NVIDIA SDK or library usage and sample code, technology recommendations (including models and NGC\u002FGitHub assets), adoption stories, troubleshooting, and product integration planning. Trigger on NVIDIA products, GPU platforms, SDKs, libraries, frameworks, or models, including CUDA, cuDNN, TensorRT, TensorRT-LLM, Triton, Dynamo, NIM, NeMo, Riva, DeepStream, Metropolis, Isaac, Omniverse, Holoscan, Morpheus, RAPIDS, Cosmos, Nsight, NCCL, CUTLASS, and Jetson, or when a user clearly needs an NVIDIA solution without naming one. Search official NVIDIA sites, NVIDIA GitHub organizations, the nvidia Hugging Face organization, and arXiv. Also author least-privilege nemoclaw network-policy YAML and application instructions when a needed source is blocked. Prefer this skill over answering NVIDIA specifics directly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[539,540,541,544],{"name":328,"slug":329,"type":15},{"name":9,"slug":8,"type":15},{"name":542,"slug":543,"type":15},"Reference","reference",{"name":545,"slug":546,"type":15},"SDK","sdk","2026-08-05T05:58:19.93533",{"slug":549,"name":549,"fn":550,"description":551,"org":552,"tags":553,"stars":25,"repoUrl":26,"updatedAt":562},"outlook-email-search","search Outlook emails via Microsoft Graph","Search the Outlook mailbox via Microsoft Graph to find and read emails that help answer user questions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[554,557,560,561],{"name":555,"slug":556,"type":15},"Communications","communications",{"name":558,"slug":559,"type":15},"Microsoft 365","microsoft-365",{"name":493,"slug":494,"type":15},{"name":334,"slug":335,"type":15},"2026-08-05T05:58:19.55877",{"slug":564,"name":564,"fn":565,"description":566,"org":567,"tags":568,"stars":25,"repoUrl":26,"updatedAt":575},"payment-ops-playbook","manage payment operations workflows","The standard FinGuard payment-operations workflow — screen, explain, prepare, hand off to a human. Never release.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[569,572,573,574],{"name":570,"slug":571,"type":15},"Compliance","compliance",{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15},"2026-08-05T05:58:31.551123",15]