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

Agentuity Cli Cloud Thread List

  • 1 installs
  • 4 repo stars
  • Updated March 8, 2026
  • agentuity/docs

agentuity-cli-cloud-thread-list is a Claude Code skill that documents the `agentuity cloud thread list` command for listing recent threads on the Agentuity cloud platform.

About

agentuity-cli-cloud-thread-list is a Claude Code skill documenting the Agentuity CLI command that lists recent threads on the Agentuity cloud platform. It is a read-only, authenticated operation that supports a --count option (1-100, default 10), filtering by --projectId or --orgId, and an --all flag to list threads regardless of project context. A developer uses it to review recent agent threads from the terminal.

  • Documents the `agentuity cloud thread list` command with options and output
  • Read-only, authenticated listing of recent threads, filterable by project or org
  • Supports --count (1-100, default 10) and an --all flag

Agentuity Cli Cloud Thread List by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #468 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-thread-list capabilities & compatibility

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

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

List recent threads. Requires authentication. Use for Agentuity cloud platform operations
SKILL.md
List all threads regardless of project context:
SKILL.md
npx skills add https://github.com/agentuity/docs --skill agentuity-cli-cloud-thread-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 recent agent threads on the Agentuity cloud platform from the CLI.

Who is it for?

Reviewing recent Agentuity agent threads from the terminal

Skip if: Reading full thread contents or mutating threads

When should I use this skill?

You need to list recent agent threads on the Agentuity cloud platform from the CLI.

What you get

An array of recent threads, optionally filtered by project or organization.

  • An array of recent threads

By the numbers

  • --count range 1-100, default 10

Files

SKILL.mdMarkdownGitHub ↗

Cloud Thread List

List recent threads

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity cloud thread list [options]

Options

OptionTypeRequiredDefaultDescription
--countnumberNo10Number of threads to list (1–100)
--orgIdstringYes-Filter by organization ID
--projectIdstringYes-Filter by project ID
--allbooleanYes-List all threads regardless of project context

Examples

List 10 most recent threads:

bunx @agentuity/cli cloud thread list

List 25 most recent threads:

bunx @agentuity/cli cloud thread list --count=25

Filter by project:

bunx @agentuity/cli cloud thread list --project-id=proj_*

Filter by organization:

bunx @agentuity/cli cloud thread list --org-id=org_*

List all threads regardless of project context:

bunx @agentuity/cli cloud thread list --all

Output

Returns: array

Related skills

CLI & Terminalmonitoringinfra

This week in AI coding

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

unsubscribe anytime.