Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/moorcheh:namespaces name "NamespaceName"This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Namespaces List all namespaces in your Moorcheh account, or inspect details of a specific namespace. ## Usage ## Workflow 1. Run the list script (it always returns **all** namespaces- there is no per-name HTTP call in this pack): 2. If no `name` argument was provided: - Display every namespace with type, `vector_dimension` (when vector), and `item_count` 3. If `name` **was** provided: - Locate that namespace in the script output (or re-run and filter client-side) - If missing, say so clearly; if present, echo **type**, **item_count**, and **vector_dimension** when relev...
List all namespaces in your Moorcheh account, or inspect details of a specific namespace.
# List all namespaces
/moorcheh:namespaces
# Get details for a specific namespace
/moorcheh:namespaces name "my-documents"
uv run ${SKILL_ROOT}/skills/moorcheh/scripts/list_namespaces.py
name argument was provided:
vector_dimension (when vector), and item_countname was provided:
Requires:
MOORCHEH_API_KEY: Moorcheh API keynpx claudepluginhub moorcheh-ai/agent-skills --plugin moorcheh/namespacesLists all available memory namespaces with their purposes, signal words, selection guidance, and usage examples for organizing project knowledge.