What problem does it solve? Accessing Abase NoSQL data normally requires knowing the exact cluster, namespace, and PSM for each environment. This Skill removes that burden by auto-resolving cluster and namespace metadata from just a namespace name or PSM, letting you query key-value data across Singapore, US, China, BOE, and EU regions through the ByteCloud gateway. ## Core Features & Use Cases - Namespace Search: Find Abase namespace details (cluster, owner, PSM) by name or PSM without knowing the cluster upfront. - Table Listing: List all tables within a namespace, with automatic cluster and namespace resolution. - Key-Value Queries: Execute Abase commands (get, hget, hgetall, set, del) against any table with flexible identification modes. - Use Case: An engineer needs to check a cached value in the entity_storage namespace in Singapore. They provide only the namespace name, table, and key—the Skill resolves the cluster and PSM automatically and returns the value. ## Quick Start Ask the agent to query the Abase namespace "entity_storage" in the sg region, table "sandbox", with a get command on key "test_key".