/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install terminal-in-chrome - 安装完成后,直接呼叫该 Skill 的名称或使用
/terminal-in-chrome触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。
如何安装 Terminal In Chrome?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install terminal-in-chrome」即可一键安装,无需额外配置。
Terminal In Chrome 是免费的吗?
是的,Terminal In Chrome 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Terminal In Chrome 支持哪些平台?
Terminal In Chrome 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Terminal In Chrome?
由 yayayahei(@yayayahei)开发并维护,当前版本 v1.1.13。