Skip to main content
OrchestKit v6.7.1 — 67 skills, 38 agents, 77 hooks with Opus 4.6 support
OrchestKit

Installation

Install OrchestKit in Claude Code — marketplace, CLI, or manual setup.

# Universal toolkit (46 skills)
claude install orchestkit/orkl

# Full toolkit (67 skills — includes Python, React, LLM/RAG)
claude install orchestkit/ork

Not sure which? See Choosing a Plugin.

Interactive Setup

Quick presets

What is your primary stack?

Recommendation

orklUniversal toolkit

Why?

The universal toolkit covers your needs with 45 language-agnostic skills. Lighter weight, works for any stack.

45

Skills

38

Agents

77

Hooks

Install

$ claude install orchestkit/orkl
Memory
MCP Integration

Verify Installation

Run the health check after installing:

/ork:doctor

Expected output:

OrchestKit Health Check
=======================
Plugin:     ork v6.0.8
Skills:     62 loaded (24 commands, 38 reference)
Agents:     36 registered
Hooks:      89 active (66 global, 22 agent, 1 skill-scoped)
Memory:     Graph ✓  Local ✓  CC Native ✓
MCP:        context7 ✓  memory ✓  tavily ○  agentation ○

Status: Healthy

means optional and not configured. means active. means enabled but misconfigured.

Optional: Web Research (Tavily)

OrchestKit works out of the box with all 3 memory tiers (Graph, Local, CC Native). For enhanced web research, enable the Tavily MCP:

1. Get a free API key at app.tavily.com (1,000 credits/month free)

2. Set the key in your shell profile (~/.zshrc or ~/.bashrc):

export TAVILY_API_KEY="tvly-your-key-here"

3. Enable the MCP in .mcp.json:

"tavily": {
  "command": "sh",
  "args": ["-c", "TAVILY_API_KEY=${TAVILY_API_KEY} exec npx -y tavily-mcp@latest"],
  "disabled": false
}

Without Tavily, web research falls back to WebFetch → agent-browser automatically.

Requirements

  • Claude Code >= 2.1.33
  • Node.js >= 18 (for hooks)
  • Git (for commit/PR workflows)

Next Steps

Edit on GitHub

Last updated on