Toolverse
All skills

port-kill-process-killer-by-port

by openclaw

Kill processes running on any port with one command. Cross-platform utility for developers. No more lsof grep awk xargs. Free CLI tool.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Mobile
Views
1

About this skill

Kill processes running on any port with one command. Cross-platform utility for developers. No more lsof grep awk xargs. Free CLI tool.

How to use

  1. Zainstaluj narzędzie globalnie za pomocą npm: npm install -g @lxgicstudios/port-kill. Po instalacji będziesz mieć dostęp do komendy z dowolnego miejsca w terminalu.

  2. Aby zabić proces na porcie 3000, wpisz: npx @lxgicstudios/port-kill 3000. Narzędzie automatycznie znajdzie proces działający na tym porcie i go zatrzyma.

  3. Jeśli zwykłe zatrzymanie nie działa, użyj flagi -f do wymuszonego zabicia: npx @lxgicstudios/port-kill 3000 -f. To wysyła sygnał SIGKILL, który nie może być zignorowany.

  4. Aby najpierw zobaczyć, co zajmuje port bez zabijania procesu, użyj flagi --list: npx @lxgicstudios/port-kill 3000 --list. Wyświetli informacje o procesach na tym porcie.

  5. Jeśli chcesz sprawdzić, czy port jest wolny, wpisz: npx @lxgicstudios/port-kill --check 3000. Narzędzie poinformuje Cię o statusie portu.

  6. Aby znaleźć następny dostępny port, użyj: npx @lxgicstudios/port-kill --find 3000. Zwróci listę wolnych portów zaczynając od podanego numeru.

Related skills

analyzing-financial-statements

by anthropics

This skill calculates key financial ratios and metrics from financial statement data for investment analysis

Mobile
16113

godot

by bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI

Mobile
547680

ios-simulator-skill

by conorluddy

21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.

Mobile
19154

create-plan

by antinomyhq

Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. Use when users need

Mobile
13108

claude-mobile-ios-testing

by krzemienski

Use when testing iOS apps on simulator, capturing screenshots for validation gates, automating UI testing with expo-mcp and xc-mcp, or verifying visual correctness - combines expo-mcp autonomous testing (React Native level) with xc-mcp simulator management (iOS level)

Mobile
15111

build-macos-apps

by glittercowboy

Build professional native macOS apps in Swift with SwiftUI and AppKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode.

Mobile
31136