Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agentuity avatar

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)
At a glance

agentuity-cli-cloud-queue-list capabilities & compatibility

Capabilities
queue list · cloud inspection · cli command
Use cases
devops
Runs
Hosted SaaS
From the docs

What agentuity-cli-cloud-queue-list says it does

List all queues. Requires authentication. Use for Agentuity cloud platform operations
SKILL.md
bunx @agentuity/cli cloud queue list
SKILL.md
npx skills add https://github.com/agentuity/docs --skill agentuity-cli-cloud-queue-list

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars4
Last updatedMarch 8, 2026
Repositoryagentuity/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

SKILL.mdMarkdownGitHub ↗

Cloud Queue List

List all queues

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity cloud queue list [options]

Options

OptionTypeRequiredDefaultDescription
--limitnumberYes-Maximum number of queues to return
--offsetnumberYes-Offset for pagination

Examples

List all queues:

bunx @agentuity/cli cloud queue list

List all queues (alias):

bunx @agentuity/cli cloud queue ls

Output

Returns JSON object:

{
  "queues": "array",
  "total": "number"
}
FieldTypeDescription
queuesarray-
totalnumber-

Related skills

CLI & Terminalinframonitoring

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.