# Cmd Executor

> Cmd Executor

- Skill: `javimosch/cmd-executor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/cmd-executor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/cmd-executor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/cmd-executor

---

# Cmd Executor

## Description
Runs any Windows command locally and replies with the output.

### Usage
Send a message starting with `Run command:` followed by the command.
Example:
```
Run command: dir "C:\Users\Md Sadik Laskar\Documents"
```
The assistant will reply with the listing.

