run_shell_command
Execute shell commands within specific skill directories to run scripts and manage processes directly from the AgentSkills MCP server.
Instructions
run shell command in a subprocess.
Here you need to fill in skill_name.
This skill_name parameter allows you to navigate directly to the folder corresponding to skill_name, making it more convenient to use the scripts within that folder to execute commands.
If you want to know the exact path, you can use pwd to get the absolute path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | skill name | |
| command | Yes | shell command |