🖥️
AutomationRust

Nebula Runtime

by Kuddev

Nebula Runtime is an Automation skill for Claude Code, published by Kuddev in nebula.

546 stars31 forkson Kuddev/nebulaAdded 2026/08/26+14% in starsRepository updated 2026/08/25
ai-cliai-terminalclaude-codecodexconptydeveloper-toolsgpu-acceleratedopenglpowershellrustsession-persistencesplit-panessshssh-clientterminalterminal-emulatorwindows
Install in seconds
Install Nebula Runtime
Copy Nebula Runtime into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Kuddev/nebula/tree/main/docs/skills/nebula-runtime ~/.claude/skills/nebula-runtime

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Kuddev/nebula.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
docs/skills/nebula-runtime/SKILL.md in Kuddev/nebula
Installs to
~/.claude/skills/nebula-runtime
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Nebula Runtime does

Nebula Runtime controls the live Nebula terminal workspace from Claude Code or Codex. Use it to split panes, open tabs or files, run commands, start agents, and read or wait for output through the Runtime API.

Nebula Runtime is cataloged under Automation on DirSkills. Nebula Runtime comes from a repository tagged ai-cli, ai-terminal, claude-code, codex and conpty.

Documentation

README

Nebula Runtime

Use Nebula's versioned local Runtime API to control the resident terminal directly. Never discover it with tasklist, port-file inspection, source-code grep, or GUI automation.

CLI Resolution

Nebula exports its exact portable executable path to every child terminal as NEBULA_CLI.

  • PowerShell: invoke it as & $env:NEBULA_CLI ctl ....
  • POSIX shells: invoke it as "$NEBULA_CLI" ctl ....
  • If NEBULA_CLI is absent, use nebula ctl ... only when nebula is already on PATH; otherwise report runtime_unavailable instead of searching the filesystem.

The examples below use nebula as a readable placeholder for the resolved invocation above.

Workflow

Choose one of these paths without exploratory process or source-code searches:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Nebula Runtime

  • How does Nebula Runtime compare to other Automation skills?

    Nebula Runtime ranks #1296 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Nebula Runtime against them. Open each page to compare what they document and how they install.