vibetunnel
Manage VibeTunnel terminal sessions.
Installation
npx clawhub@latest install vibetunnelView the full skill documentation and source below.
Documentation
VibeTunnel
Manage [VibeTunnel]() terminal sessions via REST API. Create, list, monitor, and control sessions visible in the web dashboard.
Setup
VibeTunnel must be running. Default: Override with VT_URL env var.
## Health Check
__CODE_BLOCK_0__
## List Sessions
__CODE_BLOCK_1__
Compact view:
__CODE_BLOCK_2__
## Create Session
__CODE_BLOCK_3__
Parameters:
- command: array — command + args (default: ["zsh", "-l", "-i"])
- name: string — display name
- workingDir: string — working directory
- cols: number — terminal width (default: 120)
- rows: number — terminal height (default: 30)
## Get Session
__CODE_BLOCK_4__
## Delete Session
__CODE_BLOCK_5__
## Send Input
__CODE_BLOCK_6__
Note: include \n to execute the command.
## Resize Session
__CODE_BLOCK_7__
## Examples
**Launch Claude Code session:**
__CODE_BLOCK_8__
**Launch tmux session:**
__CODE_BLOCK_9__
**Clean up exited sessions:**
__CODE_BLOCK_10__
## Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| VT_URL | | VibeTunnel server URL |