ocx-registry

Discover, preview, and install OCX registry skills from a marketplace index.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The OCX registry enables teams to centrally discover, preview, and install reusable skills from a marketplace, reducing manual setup and integration effort.

Core Features & Use Cases

  • Discover and search for skills using a centralized index.
  • Preview SKILL.md files to evaluate compatibility before installation.
  • Install and load skills into your environment with a streamlined workflow.

Quick Start

Fetch the registry index.json and install a sample skill using ocx add.

Frequently Asked Questions about ocx-registry

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

FAQPage Schema
How do I discover and install reusable skills from a marketplace registry?▼

Previewing SKILL.md files before installation allows you to evaluate skill compatibility and metadata. You fetch the registry index.json, inspect the SKILL.md frontmatter to ensure correct skill metadata extraction, then install it with ocx add.

Do I need any special dependencies to use the ocx registry workflow?▼

The ocx registry workflow requires no special dependencies. It relies on a live index.json endpoint and standard shell tools to discover registry indices, preview SKILL.md frontmatter, and ensure correct skill metadata extraction and loading.

What is the best way to centrally manage and install team skills for reuse?▼

The best way to centrally manage team skills is using a marketplace registry to discover and preview SKILL.md files. This reduces manual integration effort by enabling seamless discovery, installation with ocx add, and loading with skill().

Why does skill metadata extraction fail when loading from the ocx registry?▼

Skill metadata extraction fails when the SKILL.md frontmatter is invalid or missing. The registry workflow requires valid frontmatter and a live index.json endpoint to correctly install and load skills using standard shell tools.