kill-tool

Terminate processes by sending signals. Use for stopping unresponsive programs, managing background tasks, and process lifecycle control.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kill-tool" with this command: npx skills add kill-tool

Kill - Process Signal Utility

Send termination signals to running processes identified by PID. Supports graceful shutdown (SIGTERM) and forceful termination (SIGKILL).

Usage

kill-tool [options] <pid>

Common Signals

  • -15 (SIGTERM): Graceful termination - default
  • -9 (SIGKILL): Force kill - immediate stop
  • -2 (SIGINT): Interrupt - like Ctrl+C
  • -1 (SIGHUP): Hangup - reload config
  • -l: List all available signal names

Examples

# Graceful termination
kill-tool 1234

# Force kill
kill-tool -9 5678

# List all signals
kill-tool -l

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Wake-on-LAN

Send Wake-on-LAN magic packets to wake sleeping devices on your LAN using saved aliases or direct MAC/IP via CLI or Python on Linux, macOS, and Android.

Registry SourceRecently Updated
Coding

Cloudinary Cli

Upload files and images to Cloudinary via CLI. Use when user wants to upload local files or images to Cloudinary CDN, especially when needing automatic image...

Registry SourceRecently Updated
Coding

Test skill

Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.

Registry SourceRecently Updated
Coding

.Clawhub Dist

The autonomous Agentic Development Ecosystem. Propose, Build, Publish, and Compound.

Registry SourceRecently Updated