Overview
- Skill Key
- guoqunabc/browser-zombie-cleaner
- Author
- guoqunabc
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/guoqunabc/browser-zombie-cleaner
- Latest Commit SHA
- 4eebe269c9ab8d38bf78d588724d290a6ff83f75
Detect and clean up zombie browser processes left by OpenClaw's browser tool. When the OpenClaw Gateway restarts, Playwright-launched browser processes get orphaned and accumulate memory. This skill identifies them safely and optionally terminates them. Use when: memory is high, browser processes are piling up, or as part of periodic health checks.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 browser-zombie-cleaner 技能。 若已安装,则直接安装 browser-zombie-cleaner 技能。
# Browser Zombie Cleaner Detect and clean up orphaned browser processes left behind when OpenClaw Gateway restarts. ## The Problem OpenClaw's `browser` tool uses Playwright to launch Chrome/Chromium/Firefox. When the Gateway restarts (update, crash, manual restart), these browser child processes become orphans — their parent PID changes to 1 (init/systemd). They keep running, consuming memory, and accumulate over days. ## Safety Design This tool is **safe by default**: 1. **Detect-only mode** is the default — no processes are killed without `--kill` 2. **Triple verification** before killing: OpenClaw user-data-dir pattern + orphaned PPID + minimum age 3. **Only current user's processes** — never touches other users 4. **Only OpenClaw browsers** — identified by `~/.openclaw/browser/` in the command line 5. **Graceful shutdown** — SIGTERM first, SIGKILL only after grace period 6. **Audit log** — every action is logged to `/tmp/openclaw/zombie-browser-cleanup.log` 7. **No root required** — runs as regular user ## Usage ### Detect only (safe, default) ```bash bash <skill_dir>/scripts/cleanup-zombie-browsers.sh ``` Output example: ``` Found 8 OpenClaw browser processes, 5 are zombies (1200MB total) ZOMBIE: PID=66301 PPID=1 age=3d 2h mem=388MB ZOMBIE: PID=152356 PPID=1 age=2d 4h mem=168MB ... Run with --kill to terminate these zombie processes ``` ### Detect and clean ```bash bash <skill_dir>/scripts/cleanup-zombie-browsers.sh --kill ``` ### Options | Option | Default | Description | |--------|---------|-------------| | `--kill` | off | Actually terminate zombie processes | | `--min-age N` | 3600 (1h) | Only target processes older than N seconds | | `--grace N` | 10 | Seconds between SIGTERM and SIGKILL | | `--json` | off | Output as JSON (for programmatic use) | | `--log PATH` | `/tmp/openclaw/zombie-browser-cleanup.log` | Log file location | | `--pattern STR` | `.openclaw/browser/` | Pattern to identify OpenClaw browsers | ## Integration with Health...
openbotx
An open-source platform for orchestrating AI agents — secure, simple, and built for everyone. Multi-agent, real-time task board, web control panel, skills system, browser automation, multi-provider, scheduler, and more. One command to start. Everything from the browser. No coding required.
sealiu1997
OpenClaw skill for 知识星球 / ZSXQ digests with token-first auth and browser recovery.
abczsl520
🌐 OpenClaw skill for Browser-Use — AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting)
chizhongwang
Teach AI agents to discover hidden APIs, data functions & browser automation recipes for any website. Works with Claude Code, ClawHub, Cursor & any AgentSkills-compatible agent.
ashemag
OpenClaw skill to crosspost X/Twitter posts to Reddit via browser automation
canbirlik
A visual, human-like web browser for OpenClaw agents.Supports reading,screenshots, and visible mode.