The agent needs to do more than think - it needs to do. These tools cover the outer loop of development and system operation.
Shell
| Tool | What it does |
|---|
bash | Run a shell command |
Process management
| Tool | What it does |
|---|
process_list | List running processes |
process_cancel | Kill a process by PID |
Developer utilities
| Tool | What it does |
|---|
node_run | Run a Node.js script inline |
npm_list | List installed npm packages |
npm_check | Check for outdated or security-vulnerable packages |
schedule | Schedule a one-shot callback (one-off, not recurring) |
The coder family is file-centric. System & Utilities covers everything around the files - running dev servers, tailing logs, killing a hung process, running one-off scripts.
See also
- Coder - File-centric tools
- Cron - Recurring scheduling