Skip to content
Skillv1.0.0

agentuity-cli-cloud-keyvalue-stats

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

by majiayu000(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from majiayu000/claude-skill-registry (skills/design/agentuity-cli-cloud-keyvalue-stats-agentuity-examples/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill agentuity-cli-cloud-keyvalue-stats-agentuity-examples. Copyright stays with the author (Apache-2.0).

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

agentuity cloud keyvalue stats [name]

Arguments

Argument Type Required Description
<name> string No -

Examples

Show stats for all namespaces:

bunx @agentuity/cli kv stats

Show stats for production namespace:

bunx @agentuity/cli kv stats production

Show stats for cache namespace:

bunx @agentuity/cli kv stats cache

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/majiayu000-claude-skill-registry-agentuity-cli-cloud-key-bf2f41/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

majiayu000-claude-skill-registry-agentuity-cli-cloud-key-bf2f41.ocm.jsonjson
{
  "ocm": "1",
  "id": "majiayu000-claude-skill-registry-agentuity-cli-cloud-key-bf2f41",
  "kind": "skill",
  "name": "agentuity-cli-cloud-keyvalue-stats",
  "description": "Get statistics for keyvalue storage. Requires authentication. Use for Agentuity cloud platform operations",
  "publisher": "majiayu000",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "read-only",
      "fast",
      "requires-auth",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Get statistics for keyvalue storage. Requires authentication. Use for Agentuity cloud platform operations"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/majiayu000/claude-skill-registry",
      "path": "skills/design/agentuity-cli-cloud-keyvalue-stats-agentuity-examples/SKILL.md",
      "ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
      "url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/design/agentuity-cli-cloud-keyvalue-stats-agentuity-examples/SKILL.md",
      "key": "majiayu000/claude-skill-registry/skills/design/agentuity-cli-cloud-keyvalue-stats-agentuity-examples/SKILL.md"
    },
    "allowed_tools": [
      "Bash(agentuity:*)"
    ],
    "license": "Apache-2.0"
  },
  "instructions": "# Cloud Keyvalue Stats\n\nGet statistics for keyvalue storage\n\n## Prerequisites\n\n- Authenticated with `agentuity auth login`\n- Project context required (run from project directory or use `--project-id`)\n\n## Usage\n\n```bash\nagentuity cloud keyvalue stats [name]\n```\n\n## Arguments\n\n| Argument | Type | Required | Description |\n|----------|------|----------|-------------|\n| `<name>` | string | No | - |\n\n## Examples\n\nShow stats for all namespaces:\n\n```bash\nbunx @agentuity/cli kv stats\n```\n\nShow stats for production namespace:\n\n```bash\nbunx @agentuity/cli kv stats production\n```\n\nShow stats for cache na",
  "cost": {
    "context_tokens": 164
  }
}

Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-agentuity-cli-cloud-key-bf2f41/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.