0.1.0 · stable · Jun 2, 2026

Install cbk in one line.

Cyber Kit is a Go CLI for installing and managing agent kits for Claude and Codex, targeting .claude/ and .codex/ with clean release artifacts.

$ curl -fsSL https://downloads.cyberhq.net/install.sh | sh
↓ Download for macOS — · detecting platform All platforms →

Up and running in 30 seconds

Install both harness kits, check the environment, then inspect inventory before the first agent session.

1

Install both kits

Creates or updates `.claude/` and `.codex/` with Cyber Kit defaults.

cbk init --target both
2

Check health

Validates local tooling, schemas, metadata, and kit structure.

cbk doctor
3

Inspect inventory

Emits dashboard-ready counts for agents, skills, and hooks.

cbk inspect

Kits

Two kit artifacts ship together so Claude and Codex stay aligned without changing internal runtime compatibility names.

Downloads

Choose a platform binary or kit tarball from the selected release manifest.

static.cyberhq.net
v0.1.0stableJun 2, 2026
  • Initial Cyber Kit CLI release with `version`, `doctor`, `init`, and `inspect`.
  • Ships Claude and Codex kit tarballs with SHA-256 manifest metadata.
  • Preserves `.ck.json`, `.ckignore`, `CK_*`, and schema compatibility names.