hologres-cli

Automate safe Hologres database operations with structured JSON outputs.

17|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/aliyun/hologres-ai-plugins --skill hologres-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hologres-cli
Source: https://github.com/aliyun/hologres-ai-plugins/tree/main/agent-skills/skills/hologres-cli
Command: npx skills add https://github.com/aliyun/hologres-ai-plugins --skill hologres-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Hologres CLI skill provides a safe, automation-friendly interface to perform database operations with guaranteed structured JSON outputs for automation.

Core Features & Use Cases

  • Safe, audit-logged SQL execution and data management for Hologres from AI agents.
  • Supports schema inspection, dynamic table management, data import/export, and GUC parameter management.
  • Use cases include automated onboarding tasks, compliance checks, and batch maintenance in AI-driven workflows.

Quick Start

Configure a profile with hologres config, verify connectivity with hologres status, and run a read query with hologres sql run to see results.

Frequently Asked Questions about hologres-cli

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

FAQPage Schema
How do I execute SQL queries on Hologres safely from an AI agent?

Hologres SQL execution from AI agents is secured using safety guards like read-only sessions, write guards, and row-limit protections to guarantee structured JSON outputs for safe database automation.

What is the best way to automate Hologres schema inspection and Dynamic Table management?

Automating Hologres schema inspection and Dynamic Table lifecycle management is best handled via a CLI that provides structured JSON outputs, allowing AI agents to process routine database maintenance tasks efficiently.

Can I use this Hologres CLI to manage data import and export operations for automated workflows?

Yes, you can use this Hologres CLI to manage data import and export operations. It supports automated workflows by providing audit-logged execution and structured JSON outputs for reliable data movement.

Does this database CLI support multiple configuration profiles for different Hologres environments?

Yes, this database CLI supports multiple configuration profiles. You can configure distinct profiles to manage different Hologres environments and verify connectivity before executing automated database operations.

What safety guards prevent destructive SQL execution when automating Hologres database operations?

Safety guards preventing destructive SQL execution during Hologres automation include enforced read-only sessions, strict write guards, and row-limit protections to secure AI agent database interactions.