# OpenCLI Agent Pack: procs

Use this when an AI agent needs to work with `procs`.

## What this CLI is for
Process listing, filtering, and readable ps from the terminal. Built by dalance.

Best for: process listing, filtering, and readable ps from the terminal.

## Agent readiness
Human-first CLI (25/100)
- Supports non-interactive/scripted use.

## Install
```sh
brew install procs
```

## Verify before real work
```sh
procs --version
```
Expected signal: procs responds locally and is ready for the first real command.

## Safe starting commands
```sh
procs --version
```

```sh
procs node
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.

## Suggested agent instruction
You may use procs (`procs`) for process listing, filtering, and readable ps from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
