technical-sys-info

Explain Kortix runtime model, durability rules, paths, and service endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kortix-ai/computer --skill technical-sys-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: technical-sys-info
Source: https://github.com/kortix-ai/computer/tree/main/packages/kortix-opencode/skills/KORTIX-system/technical-sys-info
Command: npx skills add https://github.com/kortix-ai/computer --skill technical-sys-info

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kortix operators and agents need a precise, shareable map of the runtime environment to reason about durability, paths, and service endpoints, without digging through scattered docs.

Core Features & Use Cases

  • System topology and runtime model: Docker-backed sandbox container, with clear separation of durable vs ephemeral storage.
  • Key paths and configuration: highlights /workspace, /opt/opencode, and user/project overrides under /workspace/.opencode.
  • Port and service awareness: lists the primary endpoints (Kortix Master on port 8000, OpenCode static service on port 3211, and Channels on port 3456).
  • Health checks and onboarding: provides quick health checks and onboarding guidance for new operators.

Quick Start

Describe the current system layout and health status using this skill.

Frequently Asked Questions about technical-sys-info

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

FAQPage Schema
What paths persist data in a Docker sandbox environment?

Health checks verify service endpoints in a Docker sandbox by testing the Kortix Master on port 8000, OpenCode on port 3211, and Channels on port 3456. These ports define the running system's network topology and operational status.

How do I configure project overrides in the Kortix system?

The Kortix system runtime model uses a Docker-backed sandbox container with clear separation of durable and ephemeral storage. This architecture ensures only /workspace persists, while other paths and service endpoints define the active environment.

Does the Kortix sandbox preserve files outside the workspace directory?

No, the Kortix sandbox does not preserve files outside the /workspace directory. The runtime model enforces strict durability rules where only /workspace persists, making all other paths ephemeral and cleared upon container restarts.

What ports do Kortix Master, OpenCode, and Channels use?

Kortix Master uses port 8000, OpenCode uses port 3211, and Channels uses port 3456. These service endpoints define the network topology for health-check verification and environment onboarding in the Docker sandbox.