# Exec Tool

> Execute shell commands and manage background processes (npm, python, curl, etc.)

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

---


# Shell Execution Tool Skill

Provides shell command execution and process management tools.

## Provided Tools
- `exec` - Execute shell commands (npm, git, python, curl, etc.)
  - Supports background execution for long-running processes
  - Configurable timeout and working directory
- `process` - Manage running exec sessions (list, poll, log, kill)

## When to use
- User needs to run CLI commands
- User wants to start/stop development servers
- User needs to install packages or run builds
- User wants to manage background processes

## Security Notes
- Commands run with the server process permissions
- Use with caution for destructive operations

