← 返回
未分类 中文

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...
管理 Web Terminal Chrome 扩展的本地后端服务器。使用此技能可以启动、停止或检查本地终端服务器的运行状态(运行在 po...)。
yayayahei yayayahei 来源
未分类 clawhub v1.1.29 4 版本 100000 Key: 无需
★ 0
Stars
📥 165
下载
💾 2
安装
4
版本
#latest

概述

Web Terminal Extension Skill

Repository

https://github.com/yayayahei/skills/tree/main/terminal-in-chrome

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

  1. Server (/server): A lightweight Node.js backend running locally (ws://localhost:8989) that spawns the actual terminal process (bash or zsh) using node-pty.
  2. Extension (/extension): A Chrome extension that injects xterm.js into 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 <PID>

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:

  1. Open Google Chrome and navigate to chrome://extensions/
  2. Enable Developer mode (toggle in the top right corner).
  3. Click Load unpacked.
  4. Select the extension folder from this project (web-terminal-extension/extension).
  5. Go to any website.
  6. Press Ctrl + \ or Cmd + J` to toggle the terminal.
  7. Drag the top border to resize it.

版本历史

共 4 个版本

  • v1.1.29 当前
    2026-06-12 00:32
  • v1.1.28
    2026-06-11 18:12
  • v1.1.27
    2026-06-09 18:49
  • v1.1.16
    2026-06-07 13:02 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 471 📥 78,421
business-ops

Eisenhower Task Manager

yayayahei
基于Eisenhower矩阵和P0‑P2优先级的任务管理,结合客户项目管理。四象限执行,分离客户项目列表用于项目跟踪。
★ 0 📥 1,282
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,004