agentuity-cli-cloud-session-get

Get details about a specific session. Requires authentication. Use for Agentuity cloud platform operations

16 stars

Best use case

agentuity-cli-cloud-session-get is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Get details about a specific session. Requires authentication. Use for Agentuity cloud platform operations

Teams using agentuity-cli-cloud-session-get should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agentuity-cli-cloud-session-get/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/devops/agentuity-cli-cloud-session-get/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agentuity-cli-cloud-session-get/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agentuity-cli-cloud-session-get Compares

Feature / Agentagentuity-cli-cloud-session-getStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Get details about a specific session. Requires authentication. Use for Agentuity cloud platform operations

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Cloud Session Get

Get details about a specific session

## Prerequisites

- Authenticated with `agentuity auth login`

## Usage

```bash
agentuity cloud session get <session_id>
```

## Arguments

| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<session_id>` | string | Yes | - |

## Examples

Get a session by ID:

```bash
bunx @agentuity/cli cloud session get sess_abc123xyz
```

## Output

Returns JSON object:

```json
{
  "id": "string",
  "created_at": "string",
  "start_time": "string",
  "end_time": "unknown",
  "duration": "unknown",
  "org_id": "string",
  "project_id": "string",
  "deployment_id": "string",
  "agent_ids": "array",
  "trigger": "string",
  "env": "string",
  "devmode": "boolean",
  "pending": "boolean",
  "success": "boolean",
  "error": "unknown",
  "method": "string",
  "url": "string",
  "route_id": "string",
  "thread_id": "string",
  "agents": "array",
  "eval_runs": "array",
  "timeline": "unknown",
  "route": "unknown"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `id` | string | Session ID |
| `created_at` | string | Creation timestamp |
| `start_time` | string | Start time |
| `end_time` | unknown | End time |
| `duration` | unknown | Duration in nanoseconds |
| `org_id` | string | Organization ID |
| `project_id` | string | Project ID |
| `deployment_id` | string | Deployment ID |
| `agent_ids` | array | Agent IDs |
| `trigger` | string | Trigger type |
| `env` | string | Environment |
| `devmode` | boolean | Dev mode |
| `pending` | boolean | Pending |
| `success` | boolean | Success |
| `error` | unknown | Error message |
| `method` | string | HTTP method |
| `url` | string | Request URL |
| `route_id` | string | Route ID |
| `thread_id` | string | Thread ID |
| `agents` | array | Agents |
| `eval_runs` | array | Eval runs |
| `timeline` | unknown | Session timeline |
| `route` | unknown | Route information |

Related Skills

alibaba-cloud-architecture

16
from diegosouzapw/awesome-omni-skill

Alibaba Cloud architecture patterns and best practices. Use when designing, deploying, or reviewing infrastructure on Alibaba Cloud including ECS, ACK, Function Compute, and OSS.

alchemy-cloudflare

16
from diegosouzapw/awesome-omni-skill

Alchemy IaC patterns for deploying TanStack Start apps to Cloudflare Workers with D1 databases. Use when setting up new TanStack Start projects, configuring Alchemy deployments, working with D1/Drizzle migrations, local development with Cloudflare bindings, or deploying to custom domains.

agentuity-cli-cloud-thread-get

16
from diegosouzapw/awesome-omni-skill

Get details about a specific thread. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-stream-get

16
from diegosouzapw/awesome-omni-skill

Get detailed information about a specific stream. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-ssh

16
from diegosouzapw/awesome-omni-skill

SSH into a cloud project or sandbox. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-session-logs

16
from diegosouzapw/awesome-omni-skill

Get logs for a specific session. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-secret-pull

16
from diegosouzapw/awesome-omni-skill

Pull secrets from cloud to local .env file. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-scp-upload

16
from diegosouzapw/awesome-omni-skill

Upload a file using security copy. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-scp-download

16
from diegosouzapw/awesome-omni-skill

Download a file using security copy. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-sandbox-upload

16
from diegosouzapw/awesome-omni-skill

Upload a compressed archive to a sandbox and extract it. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-sandbox-snapshot-list

16
from diegosouzapw/awesome-omni-skill

List snapshots. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-sandbox-list

16
from diegosouzapw/awesome-omni-skill

List sandboxes with optional filtering. Requires authentication. Use for Agentuity cloud platform operations