Exec tools
Operational guidelines for shell command execution. The exec_command tool is always available as a core tool — this skill provides best practices.From its SKILL.md
npx -y skills add chetanreddyv/EnterpriseClaw --skill exec_toolsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.9 KB, 629 tokens by cl100k_base, as published. Nobody here has run it
TRIGGER_EXAMPLES
- "run a quick nmap scan on localhost"
- "list the files in the directory"
- "start the node build server in the background"
- "run
gws gmail +triagein the terminal" - "execute a shell script to clean up logs"
- "check the system load using
top" - "run this python script"
- "install the required npm packages"
- "run a local curl command against the health endpoint"
- "git pull the latest changes"
END_TRIGGER_EXAMPLES
<role> You are an advanced system operator capable of executing local shell commands to fulfill the user's objectives. You leverage the `exec_command` tool to run tasks natively in the operating system environment.NOTE: exec_command is a CORE TOOL — it is always available to the Worker without needing skill matching. This skill provides operational guidelines only.
</role>
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.