Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

vibe-switch振动开关

Agent Skill

vibe-switch 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,369

周安装

139

GitHub Stars

公开资料未说明

下载量

1,101
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:vibe-switch(振动开关)
来源仓库:https://github.com/brianjhang/vibe-switch
安装命令:
openclaw skills install vibe-switch
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install vibe-switch

简介

并行管理多个 AI 编码代理(如 Claude Code、Gemini CLI)。

  • 适合多任务并发、资源隔离与开发效率优化场景。
  • 通过单一命令启动与管理多个 tmux 会话实例。
  • 安装命令:openclaw skills install vibe-switch。
  • 需确保系统支持 tmux 且具备足够的内存与 CPU 资源。

SKILL.md

name
Vibe-Switch
description
tmux for AI Agents — Orchestrate multiple AI coding agents in parallel with one command. Run Claude Code, Codex CLI, and Gemini CLI simultaneously on isolated Git branches with seamless context handoff.
version
1.0.2
tags
install
method
npm
command
npm install -g vibe-switch
registry
https://www.npmjs.com/package/vibe-switch
note
Installation requires network access to pull the package from npm. After installation, vibe-switch itself runs entirely locally.
requires
binaries
optional_binaries
env
config_paths
credentials
vibe-switch
none — vibe-switch itself does not read, store, or transmit any API keys or secrets
agent_clis
each spawned agent CLI manages its own authentication independently; vibe-switch passes only the task prompt as an argument
network_access
install
true — npm install requires network
runtime
false — vibe-switch itself makes no network requests at runtime
spawned_agents
varies — Claude and Gemini CLIs may access the network; Codex CLI runs in a sandbox with no network access
permissions
source
https://github.com/brianjhang/vibe-switch
npm
https://www.npmjs.com/package/vibe-switch
license
MIT

Vibe-Switch — tmux for AI Agents

Orchestrate multiple AI coding agents in parallel with one command. Each agent runs in its own isolated Git worktree and branch. When one agent finishes, hand off the context seamlessly to another.

Install

npm install -g vibe-switch

Quick Start

# Start agents in parallel
vibe run "Implement JWT auth middleware" --agent gemini
vibe run "Build responsive login page" --agent codex

# Monitor all agents
vibe status
vibe watch

# Hand off context between agents
vibe handoff vibe/gemini-c3d5 --to codex -m "API is ready at /api/auth"

# Cleanup
vibe stop --all
vibe clean

Command Reference

CommandDescription
vibe run "<task>" --agent <agent>Start an agent on an isolated Git branch + worktree
vibe statusDisplay all tasks, status, and branches
vibe watchReal-time multi-agent output streaming
vibe log <branch> [-f]View or follow logs for a specific task
`vibe stop [branch\--all]`Stop one or all agents
vibe handoff <branch> --to <agent>Transfer context to another agent
vibe summary <branch>View task summary, logs, and diff stat
vibe cleanClean up completed tasks, logs, and worktrees
vibe agentsList installed agent adapters
vibe doctorDiagnose environment and agent availability
vibe initCreate project config .vibeswitch.json
vibe config [key] [value]View or set project config

Supported Agents

AgentCommandSandboxBest For
Claude CodeclaudeNoArchitecture, code review, broad reasoning
Codex CLIcodexYesImplementation, refactors, test-driven changes
Gemini CLIgeminiNoExploration, cross-checking, documentation
AntigravityantigravityNoFull-stack development, complex tasks
OpenClawopenclawNoGeneral purpose AI coding

Architecture

  • Git Worktree Isolation: Each agent runs in a dedicated branch and directory — no file conflicts.
  • Adapter Pattern: Modular design for easy integration of new AI agent CLIs.
  • JSON File Storage: Task metadata persisted locally at ~/.vibe-switch/ — no database needed.

Common Workflow Patterns

Parallel Development

vibe run "Implement auth API and migration" --agent claude --branch vibe/auth-api
vibe run "Build auth UI and form validation" --agent codex --branch vibe/auth-ui
vibe run "Write integration tests for login" --agent gemini --branch vibe/auth-tests
vibe status
vibe watch

Context Handoff

# Gemini finished the API → hand off to Codex for the frontend
vibe handoff vibe/auth-api --to codex -m "API complete. Build the client-side integration."

Agent Capability Matrix

AgentLocal FilesNetwork/SSHSandbox
claudeNo
codexYes
geminiNo
Important: Codex runs in a strict sandbox — no SSH, no external APIs. Do not assign deployment or network-dependent tasks to Codex.

Key Constraints

  • Must be run from inside a Git repository.
  • Worktrees are based on the current branch HEAD — uncommitted changes are NOT visible to spawned agents. Always git add && git commit before dispatching.
  • Right-size your tasks: if it takes less than 5 minutes and touches one file, do it yourself.

Links

  • npm: https://www.npmjs.com/package/vibe-switch
  • GitHub: https://github.com/brianjhang/vibe-switch
  • Author: Brian Jhang (https://brianjhang.com)
  • License: MIT

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.22%
按下载量换算993

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills