By DZMing
能力感知 + 路由引导:实时扫描环境中所有可用 skills、subagents、plugins 和 MCP servers,注入路由策略引导 Claude 自动选择最优执行路径。
输出当前环境的全部可用能力摘要(skills/agents/plugins/MCP/commands)。不做路由判断,只展示。安装/升级插件后可用此命令查看最新状态。
解释一条用户消息为什么会命中某个 skill/command/MCP,或为什么被放行。用于排查误路由和回归测试。
感知当前环境全部可用能力(skills/agents/plugins/MCP/commands),并根据任务自动选择最优执行路径。收到复杂或模糊任务时自动使用。
强制重新扫描环境能力并报告变化。在安装、卸载或更新插件后使用,用于确认新能力已就绪。
展示匿名路由统计摘要:匹配率、prompt 类型、no-match、确认闸门、低置信度候选和热门目标。用于诊断路由健康度。
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Capability awareness and auto-routing for Claude Code and Codex, with an experimental Hermes host adapter.
capability-orchestrator scans the local agent environment, summarizes available
skills, commands, plugins, agents, and MCP servers, then routes user prompts to
the best available execution surface. It also includes a separate Intent Router
layer that expands short operational prompts into a five-part execution contract.
The Intent Router layer is for shorthand operational prompts, not for replacing direct capability matching. It first classifies the prompt and runs a prompt-level safety precheck. It reads live work context, route history, and preferences only when the prompt is a supported shorthand intent or a high-risk action that must fail closed.
Typical intents include:
| Short prompt | Intent | Result |
|---|---|---|
继续 | continue_work | Continue the current safe technical work from live context. |
执行吧 | execute_plan | Execute an already-discussed plan with verification. |
还有什么没做完 | work_status | Summarize the remaining work and pick the next feasible task. |
做到可以商用 | commercial_readiness | Move the project toward a commercially usable, release-gated state. |
The execution contract always includes:
WhatGuardrailsSuccessBudgetVerifyIt folds in bounded live context from the repo rules, git status, recent route
log entries, and an optional preference profile at
~/.config/capability-orchestrator/preferences.json. Preferences are advisory
only and never reduce risk. If the prompt does not look like a safe operational
intent, the existing skill / command / MCP matcher still handles direct routing.
curl -fsSL https://raw.githubusercontent.com/DZMing/capability-orchestrator/master/install.sh | bash
Then restart Claude Code or Codex.
Windows Claude Code native install:
powershell -NoProfile -ExecutionPolicy Bypass -File .\install.ps1
Uninstall:
bash ~/.claude/plugins/cache/capability-orchestrator/install.sh --uninstall
For Codex, replace ~/.claude with ~/.codex.
| Host | Status | Notes |
|---|---|---|
| Claude Code | Stable | Uses SessionStart and UserPromptSubmit hooks |
| Codex | Stable | Linux/macOS native; Windows via WSL2 |
| OpenClaw | Frozen, scan-only | May read local workspace skills; no host bridge install, adapter commands, or lifecycle commitment |
| Hermes | Experimental, verified | Runtime snapshot, route bridge, slash command bridge, pre_llm_call bridge, lifecycle verification |
Hermes has verified install/reinstall/uninstall and bridge behavior, but it remains experimental until broader host lifecycle and Windows-native support commitments are frozen. OpenClaw host-bridge support is intentionally frozen; only read-only local skill scanning is kept as compatibility surface.
# Install a specific release
CAPABILITY_INSTALL_REF=vX.Y.Z \
curl -fsSL https://raw.githubusercontent.com/DZMing/capability-orchestrator/master/install.sh | bash
# Install from master
curl -fsSL https://raw.githubusercontent.com/DZMing/capability-orchestrator/master/install.sh | bash -s -- --channel=master
npx claudepluginhub dzming/capability-orchestratorUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
45% cost reduction measured. Cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time cost dashboard. The only Claude Code plugin built from CC source analysis.
Frontend design taste skills including brutalist, minimalist, soft, redesign, stitch, and more
Unified capability management center for Skills, Agents, and Commands.