Skip to content
Skillv1.0.0

agentuity-cli-cloud-keyvalue-list-namespaces

List all keyvalue namespaces. 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/data/agentuity-cli-cloud-keyvalue-list-namespaces/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill agentuity-cli-cloud-keyvalue-list-namespaces. Copyright stays with the author (Apache-2.0).

Cloud Keyvalue List-namespaces

List all keyvalue namespaces

Prerequisites

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

Usage

agentuity cloud keyvalue list-namespaces

Examples

List all namespaces:

bunx @agentuity/cli kv list-namespaces

List namespaces (using alias):

bunx @agentuity/cli kv namespaces

List namespaces (short alias):

bunx @agentuity/cli kv ns

Output

Returns: array

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-136348/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-136348.ocm.jsonjson
{
  "ocm": "1",
  "id": "majiayu000-claude-skill-registry-agentuity-cli-cloud-key-136348",
  "kind": "skill",
  "name": "agentuity-cli-cloud-keyvalue-list-namespaces",
  "description": "List all keyvalue namespaces. Requires authentication. Use for Agentuity cloud platform operations",
  "publisher": "majiayu000",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "read-only",
      "fast",
      "requires-auth",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "List all keyvalue namespaces. Requires authentication. Use for Agentuity cloud platform operations"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/majiayu000/claude-skill-registry",
      "path": "skills/data/agentuity-cli-cloud-keyvalue-list-namespaces/SKILL.md",
      "ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
      "url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/data/agentuity-cli-cloud-keyvalue-list-namespaces/SKILL.md",
      "key": "majiayu000/claude-skill-registry/skills/data/agentuity-cli-cloud-keyvalue-list-namespaces/SKILL.md"
    },
    "allowed_tools": [
      "Bash(agentuity:*)"
    ],
    "license": "Apache-2.0"
  },
  "instructions": "# Cloud Keyvalue List-namespaces\n\nList all keyvalue namespaces\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 list-namespaces\n```\n\n## Examples\n\nList all namespaces:\n\n```bash\nbunx @agentuity/cli kv list-namespaces\n```\n\nList namespaces (using alias):\n\n```bash\nbunx @agentuity/cli kv namespaces\n```\n\nList namespaces (short alias):\n\n```bash\nbunx @agentuity/cli kv ns\n```\n\n## Output\n\nReturns: `array`",
  "cost": {
    "context_tokens": 133
  }
}

Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-agentuity-cli-cloud-key-136348/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.