Harness Bridge — Design skill for Claude Code
Point any coding harness (Claude Code, Codex, OpenCode, Pi, OMP, Crush, Copilot, Grok…) at any OpenAI/Anthropic/Responses-compatible inference endpoint.
How to install Harness Bridge
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open 0xSero/harness-bridge and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Harness Bridge does
Point any coding harness (Claude Code, Codex, OpenCode, Pi, OMP, Crush, Copilot, Grok…) at any OpenAI/Anthropic/Responses-compatible inference endpoint. Core library + CLI + macOS tray + web UI.
Alternatives in Design
- Brand Guidelines — Apply Anthropic's official brand colors and typography to artifacts 94.1k ★
- Pipelines — Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework 2.4k ★
- Deepclaude — Use Claude Code's autonomous agent loop with DeepSeek V4 Pro, OpenRouter, or any Anthropic-compatible backend 2.3k ★
README
Local AI
Point any coding harness — Claude Code, Codex, OpenCode, Pi, OMP, Crush, Copilot, Grok — at any OpenAI-, Anthropic- or Responses-compatible inference endpoint. Pick a model from what the endpoint actually serves, click a harness, and it opens already talking to that model.

Nothing you own is edited. Your `~/.claude.json`, `~/.codex/config.toml` and `~/.config/opencode` are untouched: the endpoint, key and model travel in the launch environment, and the only setting the tool persists is its own selection.
Four packages, one core:
| Package | What it is |
|---|---|
| `packages/core` | providers, model discovery, launch plans, sessions |
| `packages/cli` | the harness-bridge / hbr executables |
| `packages/tray` | Local AI — the macOS menu bar app |
| `packages/web` | a browser UI on 127.0.0.1 |
Everything else is a thin shell over the core; each shell issues the same commands you would type.
Quick start
Requires [Bun](https://bun.sh) ≥ 1.1; the menu bar app needs macOS with Xcode command line tools.
git clone https://github.com/0xSero/harness-bridge && cd harness-bridge
bun install
cd packages/cli && bun link # puts `harness-bridge` and `hbr` on your PATH
# 1. name an endpoint
harness-bridge providers add --name HomeLab --url http://host:8080/v1 --key sk-…
# 2. see what it actually serves, and pick
harness-bridge models
harness-bridge use deepseek-v4.1-flash
# 3. open a harness on it
harness-bridge run claude
The key is written to `~/.config/harness-bridge/config.json`, mode `0600`. It is never passed on a command line, never logged, and never committed. A session never contains it either — see [Sessions](#sessions).
macOS menu bar
`bash packages/tray/build.sh` builds `Local AI.app` and a `Local AI.dmg`; install from the DMG, or:
open -a "/Applications/Local
Related Skills
Eagle Untagged Organizer
Agent Skills-compatible skill: batch-rename, annotate & tag untagged design assets in Eagle via eagle-mcp. Wor
Better Pi Rewind
Claude Code-style file checkpoints and conversation rewind for Pi and OMP
Neoclaw
100% free, 100% local, 100% C++ mini coding agent — NeoGraph orchestration + TransformerCPP inference + sandbo
Create Ad
Make an ad creative end to end — brief to built, reviewed artwork in Figma. The main entry point.
Grok Designer
Agent skill for delegating UI/UX review, design direction, HTML, and SVG tasks to Grok 4.5 via ZenMux
Cognitive Map
Visual understanding relationship mapping with conceptual bridge identification
Related Agents
Codex CLI
Codex CLI → any OpenAI-compatible endpoint
Openrouter Agent
Runs a model from any of ~60 vendors through OpenRouter's OpenAI-compatible endpoint, billed per token against
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode