← 返回 Skills 市场
brianjhang

Vibe-Switch

作者 Brian Jhang · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install vibe-switch
功能描述
tmux for AI Agents — Orchestrate multiple AI coding agents in parallel with one command. Run Claude Code, Codex CLI, and Gemini CLI simultaneously on isolate...
安全使用建议
This skill is coherent for orchestrating local agent CLIs, but before installing consider: (1) npm install runs third-party code — review the package repo and maintainer trustworthiness before global install; (2) any agent CLIs you run (Claude, Gemini, etc.) may send your repository files/prompts to external services — avoid dispatching secrets, credentials, or sensitive files to non-sandboxed agents; (3) the tool will create git worktrees and write logs/snapshots to ~/.vibe-switch — inspect those files and clean them when needed; (4) if you need confidentiality, prefer sandboxed agents (the docs mention Codex is sandboxed) or run agents in an isolated environment; (5) minor metadata inconsistency: the registry lists no install spec but SKILL.md includes npm install instructions — expect to install the CLI yourself rather than the platform auto-installing it.
功能分析
Type: OpenClaw Skill Name: vibe-switch Version: 1.0.2 The 'vibe-switch' skill bundle describes a legitimate developer tool for orchestrating multiple AI coding agents using Git worktrees. The requested permissions (filesystem access for logs/state and process spawning for agent CLIs) are consistent with its stated purpose, and there is no evidence of malicious intent, data exfiltration, or harmful prompt injection in SKILL.md.
能力评估
Purpose & Capability
Name/description (tmux-like orchestrator for multiple agent CLIs) matches the declared behavior: it spawns local agent CLIs, creates git worktrees, and stores state under ~/.vibe-switch. The optional env vars listed (ANTHROPIC_API_KEY, OPENAI_API_KEY, GOOGLE_APPLICATION_CREDENTIALS) correspond to the optional agent CLIs and are proportionate to the described purpose.
Instruction Scope
SKILL.md instructs only to install the CLI (npm) and then run local commands that create git worktrees, spawn subprocesses, and write/read ~/.vibe-switch files. It does not instruct reading unrelated system files or exfiltrating secrets itself. However, spawned agent CLIs (Claude, Gemini, etc.) may access networks and external services and thus can transmit repository contents or prompts externally — this is a consequence of orchestrating those CLIs, not an incoherence in the skill itself.
Install Mechanism
There is no auto-install spec in the registry; SKILL.md recommends 'npm install -g vibe-switch' from the public npm registry. Installing an npm package is a reasonable install path for a CLI, but it does run arbitrary third-party code on the host — a moderate risk that users should accept consciously (review package source, check maintainer, or audit install).
Credentials
Requested environment variables are conditional and tied to optional agent CLIs. The skill itself declares it does not read or store API keys. Minor inconsistency: the registry lists these env vars under 'required' with the clarifier 'only if using', which is acceptable but could be misread as mandatory; overall the credential requirements are proportionate to the skill's role as an orchestrator.
Persistence & Privilege
The skill writes local state under ~/.vibe-switch and creates/removes git worktrees — these are appropriate for a tool that manages per-task worktrees and logs. It does not set always:true, does not claim to modify other skills, and does not require global agent configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vibe-switch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vibe-switch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fixed security metadata - declared install method, network access scope, agent credential requirements, and detailed permissions to resolve ClawHub scan concerns.
v1.0.1
v1.0.1 - Added security metadata: required binaries, config paths, permissions. Clarified no credentials or network access needed.
v1.0.0
Initial release - tmux for AI Agents. Orchestrate Claude Code, Codex CLI, and Gemini CLI in parallel with isolated Git worktrees and seamless context handoff.
元数据
Slug vibe-switch
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Vibe-Switch 是什么?

tmux for AI Agents — Orchestrate multiple AI coding agents in parallel with one command. Run Claude Code, Codex CLI, and Gemini CLI simultaneously on isolate... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Vibe-Switch?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vibe-switch」即可一键安装,无需额外配置。

Vibe-Switch 是免费的吗?

是的,Vibe-Switch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Vibe-Switch 支持哪些平台?

Vibe-Switch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vibe-Switch?

由 Brian Jhang(@brianjhang)开发并维护,当前版本 v1.0.2。

💬 留言讨论