Agent skill
agentuity-cli-cloud-queue-list
List all queues. Requires authentication. Use for Agentuity cloud platform operations
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-queue-list
Metadata
Additional technical details for this skill
- tags
- read-only fast requires-auth
- command
- agentuity cloud queue list
SKILL.md
Cloud Queue List
List all queues
Prerequisites
- Authenticated with
agentuity auth login
Usage
bash
agentuity cloud queue list [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--limit |
number | Yes | - | Maximum number of queues to return |
--offset |
number | Yes | - | Offset for pagination |
Examples
List all queues:
bash
bunx @agentuity/cli cloud queue list
List all queues (alias):
bash
bunx @agentuity/cli cloud queue ls
Output
Returns JSON object:
json
{
"queues": "array",
"total": "number"
}
| Field | Type | Description |
|---|---|---|
queues |
array | - |
total |
number | - |
Didn't find tool you were looking for?