Toolchestrator Skill banner
kstevica kstevica

Toolchestrator Skill

Development community

Description

Claude Code skill to connect a local tool to a Toolchestrator hub, the runtime for vibe-coded apps.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Toolchestrator connect skill

[Toolchestrator](https://toolchestrator.com) is the runtime for vibe-coded apps: the small tools your team builds with Claude Code, made usable by teammates and callable by AI while each keeps running on the maker's machine, outbound-only. Nothing moves to the cloud, and nothing connects into the machine an app runs on.

This repo is the Claude Code **skill** that connects a tool to a Toolchestrator hub. It is the same skill every hub serves at `/skill`; it lives here so you can read it, copy it, or vendor it into a project directly.

What's in here

  • toolchestrator-connect/SKILL.md - the connect skill. It walks an AI copilot through installing the client, registering the tool, syncing versioned data-model schemas and records, serving remote task actions, reading other tools' data, invoking other tools, and exposing the tool's own web UI or terminal through the hub. All outbound-only.
  • rules/toolchestrator.md - a short snippet to paste into your project's CLAUDE.md so Claude keeps the connection conventions (survey before adding models, never sync secrets, respect soft-locked fields, keep the tool working when the hub is unreachable) in mind on every run.

Use it with Claude Code

You need two things from whoever runs your hub: the **hub URL** (a remote address such as `https://hub.toolchestrator.com`, never localhost) and a **personal token**. The skill will ask you for both.

**Option A - straight from your hub (no clone).** Every hub serves this skill. Point your copilot at `/skill`, or download it as a file:

curl -L "/skill?download=1" -o toolchestrator-connect.md

**Option B - from this repo.** Copy the skill into a project, or into your global skills dir so it is available everywhere:

git clone https://github.com/kstevica/toolchestrator-skill
cp -r toolchestrator-skill/toolchestrator-connect ~/.claude/skills/
# (or .claude/skills/ inside a single