
Agentuity Cli Cloud Queue List
- 1 installs
- 4 repo stars
- Updated March 8, 2026
- agentuity/docs
agentuity-cli-cloud-queue-list is a Claude Code skill that documents the `agentuity cloud queue list` command for listing all queues on the Agentuity cloud platform.
About
agentuity-cli-cloud-queue-list is a Claude Code skill documenting the Agentuity CLI command that lists all queues on the Agentuity cloud platform. It is a read-only, authenticated operation that requires agentuity auth login and supports --limit and --offset pagination, returning a JSON object with a queues array and total count. A developer uses it to inspect queues on the Agentuity platform from the terminal.
- Documents the `agentuity cloud queue list` command with options and JSON output
- Read-only, authenticated listing of all queues on the Agentuity cloud platform
- Requires agentuity auth login; supports --limit and --offset pagination
Agentuity Cli Cloud Queue List by the numbers
- 1 all-time installs (skills.sh)
- Ranked #467 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
agentuity-cli-cloud-queue-list capabilities & compatibility
- Capabilities
- queue list · cloud inspection · cli command
- Use cases
- devops
- Runs
- Hosted SaaS
What agentuity-cli-cloud-queue-list says it does
List all queues. Requires authentication. Use for Agentuity cloud platform operations
bunx @agentuity/cli cloud queue list
npx skills add https://github.com/agentuity/docs --skill agentuity-cli-cloud-queue-listAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 4 |
| Last updated | March 8, 2026 |
| Repository | agentuity/docs ↗ |
What it does
Listing all queues on the Agentuity cloud platform from the CLI.
Who is it for?
Inspecting Agentuity cloud queues from the terminal
Skip if: Creating or mutating queues, or non-Agentuity platforms
When should I use this skill?
You need to list all queues on the Agentuity cloud platform from the CLI.
What you get
A JSON list of queues with a total count.
- A JSON object with a queues array and total count
By the numbers
- 2 required options: --limit and --offset
Files
Cloud Queue List
List all queues
Prerequisites
- Authenticated with
agentuity auth login
Usage
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:
bunx @agentuity/cli cloud queue listList all queues (alias):
bunx @agentuity/cli cloud queue lsOutput
Returns JSON object:
{
"queues": "array",
"total": "number"
}| Field | Type | Description |
|---|---|---|
queues | array | - |
total | number | - |