List agents for a project. Requires authentication. Use for Agentuity cloud platform operations
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill agentuity-cli-cloud-agent-list-agentuity-examples-2 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agentuity Cli Cloud Agent List Agentuity Examples 2?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-agentuity-cli-cloud-agent-list-agentuity-examples-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: agentuity-cli-cloud-agent-list
description: List agents for a project. Requires authentication. Use for Agentuity cloud platform operations
version: "0.0.103"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity cloud agent list"
---
# Cloud Agent List
List agents for a project
## Prerequisites
- Authenticated with `agentuity auth login`
- Project context required (run from project directory or use `--project-id`)
## Usage
```bash
agentuity cloud agent list [options]
```
## Options
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--deploymentId` | string | Yes | - | Filter by deployment ID |
| `--verbose` | boolean | No | `false` | Show full descriptions |
## Examples
List items:
```bash
bunx @agentuity/cli cloud agent list
```
Use verbose option:
```bash
bunx @agentuity/cli cloud agent list --verbose
```
Show output in JSON format:
```bash
bunx @agentuity/cli --json cloud agent list
```
## Output
Returns: `array`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!