alibabacloud-tablestore-ops

Query Alibaba Cloud Tablestore instances and tables via Aliyun CLI.

213|24|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-tablestore-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alibabacloud-tablestore-ops
Source: https://github.com/aliyun/alibabacloud-aiops-skills/tree/main/skills/storage/ots/alibabacloud-tablestore-ops
Command: npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-tablestore-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Tablestore users struggle with ad-hoc querying and auditing of instances and data tables; this Skill provides safe, read-only access to discover and inspect resources via the Aliyun CLI.

Core Features & Use Cases

  • Read-only commands to list and describe Tablestore instances and tables
  • Export table schemas for auditing and validation
  • Use cases include discovering instances in a region, enumerating tables, and validating table metadata

Quick Start

Run the otsutil help to verify installation and begin exploring your Tablestore resources

Frequently Asked Questions about alibabacloud-tablestore-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Alibaba Cloud Tablestore instances and tables safely?

You can query Alibaba Cloud Tablestore resources safely by using read-only commands via the Aliyun CLI, which allows you to discover instances and inspect data tables without risking accidental modifications.

How do I list and describe Tablestore tables using otsutil?

You can list and describe Tablestore tables by running read-only otsutil commands via Aliyun CLI, enabling you to enumerate tables within an instance and view their specific metadata configurations.

Can I export Tablestore table schemas for auditing?

Yes, you can export Tablestore table schemas for auditing and validation by executing read-only query operations, providing a safe method to verify table metadata without altering data.

What are the prerequisites for using Aliyun CLI to query Tablestore data?

To query Tablestore data, you need otsutil with Aliyun CLI v3.3.0 or later, credentials configured via aliyun configure, and appropriate RAM permissions to access your Tablestore resources.

Does this Tablestore query method allow write operations?

No, this Tablestore query method strictly provides read-only access to instances and data tables, ensuring safe discovery, auditing, and schema validation without permitting any write operations.