holoscan-setup

Inspects host and recommends the appropriate Holoscan SDK installation method.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill holoscan-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: holoscan-setup
Source: https://github.com/sayalinvidia/sayali-skills-test/tree/main/skills/holoscan-setup
Command: npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill holoscan-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

## What problem does it solve? Holoscan SDK installation is platform-specific and time-consuming; this Skill automates host inspection, determines compatibility, and delegates to the correct install path.

## Core Features & Use Cases

  • Automatic host inspection detects OS, architecture, CUDA driver version, and available tooling.
  • Guides available methods (Container, Debian/apt, pip wheel, Conda, Source) and delegates to the matching install skill.
  • Use Case: A developer on Ubuntu with NVIDIA GPU can quickly start Holoscan by selecting a container-based path.

### Quick Start Ask the agent to inspect the host and select the recommended Holoscan installation method.

Frequently Asked Questions about holoscan-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine the correct Holoscan SDK installation method for my system?

A Holoscan SDK setup tool inspects your host's hardware, OS, and CUDA driver version to output a recommended installation method, automating the platform-specific compatibility check.

What is the best way to install Holoscan SDK on Ubuntu with an NVIDIA GPU?

For Ubuntu with an NVIDIA GPU, the best way to install Holoscan SDK is often a container-based path, which an automated setup tool can recommend after inspecting your available tooling and CUDA drivers.

Can I install Holoscan SDK using pip wheel or Conda environments?

Yes, you can install the Holoscan SDK using pip wheel or Conda environments, as these are available options alongside Container, Debian/apt, and Source builds, selected based on your host environment.

Does Holoscan setup require a specific CUDA driver version before installing?

Holoscan setup requires inspecting your CUDA driver version to ensure platform compatibility, but the automated inspection process handles this check to delegate to the correct installation method.

What are the available Holoscan SDK installation options?

The available Holoscan SDK installation options include Container, Debian/apt, pip wheel, Conda, and Source, with the recommended method determined by an automated host environment inspection.