code_execution
$
npx mdskill add taracodlabs/aiden/code_executionExecutes code and scripts on Windows systems
- Runs Python, Node.js, and PowerShell scripts with Windows-specific syntax
- Relies on PowerShell for shell commands and system interactions
- Verifies environment setup like Python/Node.js availability before execution
- Returns captured output and cleans up temporary files after execution
SKILL.md
.github/skills/code_executionView on GitHub ↗
--- name: code_execution description: Running scripts and code on Windows version: 1.0.0 tags: code, script, python, node, run, execute, build license: Apache-2.0 --- # Code Execution When executing code on Windows: 1. Use PowerShell syntax for shell commands 2. Full paths always: C:\Users\shiva\DevOS\workspace\ 3. For Python: verify python is in PATH first with shell_exec 4. For Node.js: check node version before running 5. Always capture and return stdout + stderr 6. Clean up temp files after execution 7. Never use Linux commands: use dir not ls, type not cat
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)
- 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)
- currently_running_processesShow me my currently running processes.
- 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)