port-process通过端口查找和管理系统进程。支持查找占用端口的进程、杀掉占用端口的进程、查看端口使用情况等操作。适用于 macOS 和 Linux 系统。使用场景:(1) "谁占用了 8080 端口",(2) "杀掉占用 3000 端口的进程",(3) "查看当前端口使用情况"。
Install via ClawdBot CLI:
clawdbot install wang-junjian/port-processGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 21, 2026
Developers use this skill to quickly identify and terminate processes occupying ports like 3000 or 8080 during local development, preventing conflicts when restarting servers. It streamlines debugging by allowing inspection of port usage without manual command-line searches.
IT administrators employ this skill to manage network services on macOS or Linux servers, such as freeing up ports blocked by stale processes or auditing port usage for security compliance. It aids in resolving connectivity issues by identifying unauthorized or misconfigured applications.
DevOps teams integrate this skill into automation scripts to ensure clean environments before deploying applications, such as killing processes on specific ports in pre-deployment steps. It enhances reliability in continuous integration by preventing port conflicts during automated testing.
Instructors and students use this skill in labs or courses to demonstrate networking concepts, like process management and port binding, on Unix-based systems. It provides hands-on practice for troubleshooting common issues in academic settings.
Security professionals leverage this skill to scan for open ports and associated processes, identifying potential vulnerabilities or unauthorized services on macOS or Linux machines. It supports incident response by enabling quick termination of suspicious processes.
Offer a basic version of the skill for free, with advanced features like automated monitoring, detailed analytics, or cross-platform support for Windows as paid upgrades. Revenue is generated through subscription plans for enterprises or individual power users.
License the skill to be embedded into popular DevOps tools (e.g., Jenkins, Docker) or cloud platforms, providing native port management capabilities. Revenue comes from licensing fees or revenue-sharing agreements with platform providers.
Sell customized versions of the skill tailored to specific industries, such as enhanced security features for financial services or integration with existing IT management systems. Revenue is generated through one-time development fees and ongoing support contracts.
💬 Integration Tip
Integrate this skill into existing command-line workflows by aliasing common commands or embedding it in shell scripts for automated port management.
Scored Apr 19, 2026
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Schedule and manage recurring tasks with cron and systemd timers. Use when setting up cron jobs, writing systemd timer units, handling timezone-aware scheduling, monitoring failed jobs, implementing retry patterns, or debugging why a scheduled task didn't run.
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. Use when you need an auditable automation that won’t silently fail.
Create, list, modify, and remove scheduled cron jobs to automate system tasks using simplified cron syntax and manage output logging.
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.