/install terminal-in-chrome
Web Terminal Extension Skill
Overview
This skill manages the local backend server for the Web Terminal Chrome Extension, which injects a fully functional, resizable local terminal into any website via xterm.js.
Architecture
- Server (
/server): A lightweight Node.js backend running locally (ws://localhost:8989) that spawns the actual terminal process (bashorzsh) usingnode-pty. - Extension (
/extension): A Chrome extension that injectsxterm.jsinto websites and connects back to the local server via WebSockets.
Operations
Start the Server
Trigger phrases: "start web terminal", "run terminal server", "start terminal backend"
Action:
Navigate to the server directory and start the Node.js server in the background.
cd server
npm start
The server will run on port 8989.
Stop the Server
Trigger phrases: "stop web terminal", "kill terminal server", "stop terminal backend"
Action: Find the process running on port 8989 and kill it.
lsof -i :8989
kill -9 \x3CPID>
Check Status
Trigger phrases: "web terminal status", "is terminal running?", "check terminal server"
Action: Check if port 8989 is in use to determine if the server is running.
lsof -i :8989
User Instructions for Extension
If the user asks how to use the extension, provide these steps:
- Open Google Chrome and navigate to
chrome://extensions/ - Enable Developer mode (toggle in the top right corner).
- Click Load unpacked.
- Select the
extensionfolder from this project (web-terminal-extension/extension). - Go to any website.
- Press
Ctrl + \``** or **Cmd + J` to toggle the terminal. - Drag the top border to resize it.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install terminal-in-chrome - After installation, invoke the skill by name or use
/terminal-in-chrome - Provide required inputs per the skill's parameter spec and get structured output
What is Terminal In Chrome?
Manages the Web Terminal Chrome Extension local backend server. Use this skill to start, stop, or check the status of the local terminal server running on po... It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Terminal In Chrome?
Run "/install terminal-in-chrome" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Terminal In Chrome free?
Yes, Terminal In Chrome is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Terminal In Chrome support?
Terminal In Chrome is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Terminal In Chrome?
It is built and maintained by yayayahei (@yayayahei); the current version is v1.1.13.