# Agentuity CLI Cloud Keyvalue Stats

> Get statistics for keyvalue storage. Requires authentication. Use for Agentuity cloud platform operations

- Skill: `majiayu000/agentuity-cli-cloud-keyvalue-stats-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/agentuity-cli-cloud-keyvalue-stats-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/agentuity-cli-cloud-keyvalue-stats-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: Apache-2.0
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/agentuity-cli-cloud-keyvalue-stats-2

---


# Cloud Keyvalue Stats

Get statistics for keyvalue storage

## Prerequisites

- Authenticated with `agentuity auth login`
- Project context required (run from project directory or use `--project-id`)

## Usage

```bash
agentuity cloud keyvalue stats [name]
```

## Arguments

| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<name>` | string | No | - |

## Examples

Show stats for all namespaces:

```bash
bunx @agentuity/cli kv stats
```

Show stats for production namespace:

```bash
bunx @agentuity/cli kv stats production
```

Show stats for cache namespace:

```bash
bunx @agentuity/cli kv stats cache
```

