A comprehensive tool for managing, monitoring, and controlling terminal sessions through the VibeTunnel REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vibetunnel
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vibetunnel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
VibeTunnel acts as a powerful management layer for terminal sessions, enabling developers to interact with shell processes through a standardized REST API. By leveraging this tool within the Openclaw Skills ecosystem, users can programmatically create, list, and control terminal instances that are instantly visible in the VibeTunnel web dashboard. It bridges the gap between automated script execution and interactive terminal environments, making it an essential component for developers who need to orchestrate complex CLI workflows.
VibeTunnel requires Node.js and the jq utility for processing API responses. To begin using this in your Openclaw Skills workflow, install the package and ensure the server is active.
npm install -g vibetunnel
By default, the skill looks for the server at http://localhost:8080. You can override this by setting the appropriate environment variable:
export VT_URL="http://your-server-address:8080"
Verify the setup with a health check:
curl -s ${VT_URL}/api/health | jq .
The skill organizes session data and metadata through the following JSON schema to ensure compatibility with Openclaw Skills integrations:
| Property | Type | Description |
|---|---|---|
id |
String | Unique UUID for the terminal session |
name |
String | Custom display name for dashboard identification |
status |
String | Current process state (e.g., running, exited) |
command |
Array | The executable and arguments being run |
workingDir |
String | The directory context for the session |
cols |
Number | The character width of the terminal grid |
Loading
A comprehensive secrets management workflow integrating mise, fnox, and infisical to ensure secure environment variable injection and credential hygiene.

Automate the deployment of Solana tokens through the Blowfish Agent API with integrated Meteora Dynamic Bonding Curve support.

A comprehensive integration allowing AI agents to programmatically fetch marketing performance data from over 100 platforms through a unified API.

A high-performance search skill for AI agents that returns structured, LLM-ready web data including summaries and metadata.

A specialized tool for pet care professionals to generate branded, fillable PDF client intake and onboarding forms with ease.

A skill that enforces the Conventional Commits specification for git messages to enable automated changelogs and semantic versioning.








































