shell

Installation
SKILL.md

Couchbase Shell (cbsh)

cbsh is a modern shell for Couchbase built on Nushell. It exposes Couchbase operations as structured data pipelines — every command returns a table that can be filtered, transformed, and piped into the next command.

The Prompt

👤 Charlie 🏠 local in 🗄 travel-sample.inventory.airline >
  • 👤 Charlie — authenticated user
  • 🏠 local — active cluster identifier
  • 🗄 travel-sample.inventory.airline — active bucket.scope.collection

Environment (cb-env)

cb-env manages the active context. All commands operate against the active cluster/bucket/scope/collection unless overridden with flags.

Installs
2
First Seen
Jun 18, 2026
shell — couchbaselabs/agent-skills