# Agent List

> List running aide agent instances and their status. Use when the user asks about running agents, agent status, or wants to see what agents are active. Use when this capability is needed.

- Skill: `tomevault-io/agent-list` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agent-list`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agent-list/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/agent-list

---


# List Agent Instances

The user wants to see running aide agent instances.

Use the Bash tool to run:

```
aide ps
```

Present the output in a clear format. If no instances are running, suggest creating one with `aide run <image>`.

---
> Source: [yiidtw/aide](https://github.com/yiidtw/aide) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

