agentuity-cli-cloud-thread-get
Get details about a specific thread. Requires authentication. Use for Agentuity cloud platform operations
npx skills add majiayu000/claude-skill-registry --skill agentuity-cli-cloud-thread-get-agentuity-sdk-explorer-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Cloud Thread Get Get details about a specific thread ## Prerequisites - Authenticated with `agentuity auth login` ## Usage ```bash agentuity cloud thread get <thread_id> ``` ## Arguments | Argument | Type | Required | Description | |----------|------|----------|-------------| | `<thread_id>` | string | Yes | - | ## Examples Get a thread by ID: ```bash bunx @agentuity/cli cloud thread get thrd_abc123xyz ``` ## Output Returns JSON object: ```json { "id": "string", "created_at": "string", "updated_at": "string", "deleted": "boolean", "deleted_at": "unknown", "deleted_by": "unknown", "org_id": "string", "project_id": "string", "user_data": "unknown" } ``` | Field | Type | Description | |-------|------|-------------| | `id` | string | Thread ID | | `created_at` | string | Creation timestamp | | `updated_at` | string | Update timestamp | | `deleted` | boolean | Deleted status | | `deleted_at` | unknown | Deletion timestamp | | `deleted_by` | unknown | Deleted by | | `org_id` | string | Organization ID | | `project_id` | string | Project ID | | `user_data` | unknown | User data as JSON |
- Prerequisites
- Usage
- Arguments
- Examples
- Output
agentuity cloud thread get <thread_id> bunx @agentuity/cli cloud thread get thrd_abc123xyz
What does the agentuity-cli-cloud-thread-get skill do?
Get details about a specific thread. Requires authentication. Use for Agentuity cloud platform operations
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agentuity-cli-cloud-thread-get-agentuity-sdk-explorer-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
