NVIDIANVIDIAOfficialยท23 Agent Skills Included

OpenShell

Run autonomous AI agents in safe, policy-controlled sandboxes

Runs AI coding agents inside isolated sandboxes governed by declarative YAML policies that control filesystem, network, process, and model access. Eliminates risks of data leaks, unauthorized API calls, and uncontrolled agent activity without manual supervision. Includes agent skills for CLI operations, policy generation, gateway debugging, issue triage, PR reviews, and security fixes.
npx skills add NVIDIA/OpenShell --all -g -y
Available:

Instructs the AI agent on OpenShell's architecture, skill workflow chains, and issue/PR conventions so it routes tasks like triage, spikes, builds, and security reviews to the correct sub-skills.

All Skills in This Repository (23)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

create-spike

Convert vague problem descriptions into structured GitHub spike issues with technical context.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

update-docs-from-commits

Scan recent commits to draft or update documentation pages under docs/.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

debug-openshell-cluster

Diagnose OpenShell cluster startup failures and unhealthy states.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

triage-issue

Automate assessment, classification, and routing of GitHub issues.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

debug-inference

Diagnose OpenShell inference failures and produce corrected gateway, provider, and network configurations.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

sbom

Generate CycloneDX SBOMs with Syft, resolve licenses, and export CSV reports.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

review-security-issue

Analyze GitHub issues for security implications and classify remediation actions.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

openshell-cli

Guide OpenShell CLI usage for sandbox, provider, policy, and gateway management.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

watch-github-actions

Monitor GitHub Actions workflow runs and job progress via the gh CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

review-github-pr

Summarize GitHub pull request diffs and identify key design decisions.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

create-github-issue

Create GitHub issues from natural language prompts using the gh CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

sync-agent-infra

Detect and fix drift across agent-first infrastructure files.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install OpenShell?โ–ผ

Run `npx skills add NVIDIA/OpenShell --all -g -y` in your terminal to install all skills in this suite globally.

What does OpenShell do for AI agents?โ–ผ

OpenShell runs agents like Claude Code, Codex, and Copilot inside isolated sandboxes where YAML policies control exactly which files, networks, and APIs the agent can touch.

How do I control what an agent can access?โ–ผ

You write a short YAML policy defining allowed hosts, HTTP methods, and paths, then apply it with `openshell policy set` without restarting the sandbox.

Can OpenShell manage agent API keys safely?โ–ผ

Yes. Providers inject credentials as environment variables at runtime, so keys never touch the sandbox filesystem or leak into agent code.

Does OpenShell work with Kubernetes and Docker?โ–ผ

Yes. The gateway supports Docker, Podman, Kubernetes, and MicroVM compute drivers, with a Helm chart available for cluster deployments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’