agentuity-cli-cloud-session-list

List recent sessions. Requires authentication. Use for Agentuity cloud platform operations

16 stars

Best use case

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

List recent sessions. Requires authentication. Use for Agentuity cloud platform operations

Teams using agentuity-cli-cloud-session-list 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-list/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/backend/agentuity-cli-cloud-session-list/SKILL.md"

Manual Installation

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

How agentuity-cli-cloud-session-list Compares

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

Frequently Asked Questions

What does this skill do?

List recent sessions. 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 List

List recent sessions

## Prerequisites

- Authenticated with `agentuity auth login`

## Usage

```bash
agentuity cloud session list [options]
```

## Options

| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--count` | number | No | `10` | Number of sessions to list (1–100) |
| `--projectId` | string | Yes | - | Filter by project ID |
| `--deploymentId` | string | Yes | - | Filter by deployment ID |
| `--trigger` | string | Yes | - | Filter by trigger type (api, cron, webhook) |
| `--env` | string | Yes | - | Filter by environment |
| `--threadId` | string | Yes | - | Filter by thread ID |
| `--agentIdentifier` | string | Yes | - | Filter by agent identifier |
| `--devmode` | boolean | Yes | - | Filter by dev mode (true/false) |
| `--success` | boolean | Yes | - | Filter by success status (true/false) |
| `--startAfter` | string | Yes | - | Filter by start time after (ISO 8601) |
| `--startBefore` | string | Yes | - | Filter by start time before (ISO 8601) |

## Examples

List 10 most recent sessions:

```bash
bunx @agentuity/cli cloud session list
```

List 25 most recent sessions:

```bash
bunx @agentuity/cli cloud session list --count=25
```

Filter by project:

```bash
bunx @agentuity/cli cloud session list --project-id=proj_*
```

Filter by deployment:

```bash
bunx @agentuity/cli cloud session list --deployment-id=*
```

Only successful sessions:

```bash
bunx @agentuity/cli cloud session list --success=true
```

Only production sessions:

```bash
bunx @agentuity/cli cloud session list --devmode=false
```

Only API triggered sessions:

```bash
bunx @agentuity/cli cloud session list --trigger=api
```

Only production environment:

```bash
bunx @agentuity/cli cloud session list --env=production
```

## Output

Returns: `array`

Related Skills

magento-php-specialist

16
from diegosouzapw/awesome-omni-skill

Advanced PHP development for Magento 2 following PSR-12 and Magento coding standards. Use when writing PHP code, implementing business logic, or ensuring code quality. Masters modern PHP features, object-oriented programming, design patterns, and Magento-specific PHP practices.

Lemlist Automation

16
from diegosouzapw/awesome-omni-skill

Automate Lemlist multichannel outreach -- manage campaigns, enroll leads, add personalization variables, export campaign data, and handle unsubscribes via the Composio MCP integration.

jekyll-specialist

16
from diegosouzapw/awesome-omni-skill

Manages the samueltauil.github.io Jekyll site. Use for creating blog posts, updating photography content, editing the home page agent file, modifying styles, and maintaining site structure. Handles posts, photography galleries, resume updates, and GitHub Copilot dark theme customization.

GroqCloud Automation

16
from diegosouzapw/awesome-omni-skill

Automate AI inference, chat completions, audio translation, and TTS voice management through GroqCloud's high-performance API via Composio

codex-sessions-skill-scan

16
from diegosouzapw/awesome-omni-skill

Daily skill health scan: analyze ~/.codex/sessions plus per-repo session logs under ~/dev (default last 1 day) and summarize skill invocations + likely failures for personal skills in ~/dev/agent-skills (missing paths, tool failures, complex-task word triggers). Optional: include best-effort local OTel signals.

cloudflare

16
from diegosouzapw/awesome-omni-skill

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.

big-data-cloud-automation

16
from diegosouzapw/awesome-omni-skill

Automate Big Data Cloud tasks via Rube MCP (Composio). Always search tools first for current schemas.

agentuity-cli-cloud-queue-stats

16
from diegosouzapw/awesome-omni-skill

View queue analytics and statistics. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-auth-login

16
from diegosouzapw/awesome-omni-skill

Login to the Agentuity Platform using a browser-based authentication flow. Use for managing authentication credentials

editing-checklist

16
from diegosouzapw/awesome-omni-skill

Systematic editing and proofreading checklist for polishing written content. Use this skill when reviewing, editing, or proofreading drafts before publishing.

session-init

16
from diegosouzapw/awesome-omni-skill

Initializes session with environment check and task status overview. Use when user mentions セッション開始, 作業開始, 状況確認, what should I work on, start session. Do NOT load for: 実装作業, レビュー, セッション途中の作業.

anylist

16
from diegosouzapw/awesome-omni-skill

Manage grocery and shopping lists via AnyList. Use when user asks about shopping lists, groceries, or adding/checking off items to buy.