
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)
agentuity-cli-cloud-thread-list capabilities & compatibility
- Capabilities
- thread list · cloud inspection · cli command
- Use cases
- devops
- Runs
- Hosted SaaS
What agentuity-cli-cloud-thread-list says it does
List recent threads. Requires authentication. Use for Agentuity cloud platform operations
List all threads regardless of project context:
npx skills add https://github.com/agentuity/docs --skill agentuity-cli-cloud-thread-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 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
Cloud Thread List
List recent threads
Prerequisites
- Authenticated with
agentuity auth login
Usage
agentuity cloud thread list [options]Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--count | number | No | 10 | Number of threads to list (1–100) |
--orgId | string | Yes | - | Filter by organization ID |
--projectId | string | Yes | - | Filter by project ID |
--all | boolean | Yes | - | List all threads regardless of project context |
Examples
List 10 most recent threads:
bunx @agentuity/cli cloud thread listList 25 most recent threads:
bunx @agentuity/cli cloud thread list --count=25Filter 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 --allOutput
Returns: array