A cross-platform CLI tool to terminate processes running on specific ports without complex shell commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install port-kill
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 port-kill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Port Kill is a robust utility designed to manage network processes with ease. As a highlighted entry in the Openclaw Skills directory, it replaces cumbersome shell pipes involving lsof, grep, and awk with a simple command-line interface. Whether you are dealing with a zombie process on macOS or a locked port on Windows, this tool provides a unified syntax for developers to reclaim their local environment and keep development moving forward.
This utility is built to be lightweight and zero-configuration, making it an ideal addition to any developer's toolkit. By abstracting the operating system's native process management tools, Port Kill ensures that your automation workflows remain consistent regardless of the underlying platform where Openclaw Skills are deployed.
To begin using this tool, you can install it globally via npm or run it on-demand. This flexibility makes it perfect for integrating into various Openclaw Skills workflows.
# Install globally
npm install -g @lxgicstudios/port-kill
# Or run directly without installation
npx @lxgicstudios/port-kill 3000
The utility operates on a straightforward data structure to identify and manage process lifecycle events:
| Attribute | Type | Description |
|---|---|---|
| Port | Number | The network port specified for inspection or termination. |
| PID | Integer | The system-assigned Process Identifier associated with the port. |
| OS Logic | String | The detected platform logic (lsof, ss, or netstat) used for execution. |
| Force Flag | Boolean | Determines if a SIGKILL signal is sent to the process. |
Loading
A command-line utility that transforms startup ideas into comprehensive, investor-ready pitch deck content using AI.

Generate professional, structured startup pitch deck content instantly using AI.

An automated security tool that scans API route handlers to generate middleware-ready RBAC permission configurations.

A powerful AI-driven performance auditing tool that generates prioritized code fixes for Lighthouse reports.

An AI-powered CLI tool that analyzes git diffs to automatically generate comprehensive pull request titles and descriptions.

An AI-powered CLI utility that analyzes project routes to suggest and generate code for high-probability data and page prefetching.








































