currently_running_processes
$
npx mdskill add taracodlabs/aiden/currently_running_processesDisplays currently running processes on the system using PowerShell.
- Identifies active processes for system monitoring or troubleshooting.
- Relies on PowerShell to execute system commands.
- Executes 'Get-Process' command to fetch process data.
- Returns a list of processes with details like name and ID.
SKILL.md
.github/skills/currently_running_processesView on GitHub ↗
--- name: currently_running_processes description: Show me my currently running processes. version: 1.0.0 origin: local confidence: low tags: run_powershell --- # Currently Running Processes When performing this type of task: 1. Use tools in this order: run_powershell 2. Task completed in ~1s 3. Verify each step output before proceeding to the next
More from taracodlabs/aiden
- ade-footerInstalled skill — add instructions here
- archon-bridgeUnified portfolio + order routing across Zerodha, Upstox, Angel One
- censysCensys lookups: hosts, certificates, services on the public internet
- clipboard-historyRead/write Windows clipboard text, HTML, images, history (PowerShell)
- code_executionRunning scripts and code on Windows
- create_txt_fileCreates a text file with specified content at a given path
- crt.shEnumerate subdomains and TLS certs via CT logs (no API key needed)
- cveapiCVE lookup via MITRE + NVD: severity, CVSS, affected products, refs
- decrease_volume_littleDecreases the system volume by a small amount.
- defender-quickscanWindows Defender: scans, threat history, signatures (PowerShell)