Claude Code Plugins

Community-maintained marketplace

Feedback

Terminate processes with Tskill on Windows. Forcefully end processes by ID or name on remote desktop sessions. Free online tool, no registration required.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

title Tskill - Terminate Processes on Windows | Online Free DevTools by Hexmos
name tskill
path /freedevtools/tldr/windows/tskill/
canonical https://hexmos.com/freedevtools/tldr/windows/tskill/
description Terminate processes with Tskill on Windows. Forcefully end processes by ID or name on remote desktop sessions. Free online tool, no registration required.
category windows
keywords Windows process killer, Terminate Windows process, Kill process Windows command line, Windows Tskill command, Force kill Windows application, Windows remote session management, Command line process termination, Windows process management tool, Taskkill alternative Windows, Windows process identifier
features Terminate processes by process ID, Terminate processes by process name, Forcefully end processes in remote desktop sessions, Manage processes via command line on Windows, Kill unresponsive applications quickly
ogImage https://hexmos.com/freedevtools/site-banner.png
twitterImage https://hexmos.com/freedevtools/site-banner.png

tskill

Ends a process running in a session on a Remote Desktop Session Host. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/tskill.

  • Terminate a process by its process identifier:

tskill {{process_id}}

  • Terminate a process by its name:

tskill {{process_name}}