LogoClawIndex
CasesSkillsAbout
LogoClawIndex

gccli - GBase 8a database querying via gccli CLI

Queries GBase 8a databases via gccli, including schema inspection, SQL execution, and procedure or function invocation.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Check current database context
  • Inspect table status and schemas
  • Execute single or multi-statement SQL
  • Inspect procedure and function definitions
  • Execute stored procedures and functions

Inputs

  • GBase connection credentials in .env
  • SQL statements or SQL script files

Outputs

  • Database query results and schema information
  • Temporary SQL script files
  • Database state modifications

Requirements

  • GBase 8a database instance
  • gccli execution script at {baseDir}/scripts/gccli-run.sh
  • .env file with GBASE_HOST, GBASE_USER, GBASE_PWD, GBASE_DB

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
gccli
gbase
gbase-8a
database
sql
Check current database context
Inspect table status and schemas
Execute single or multi-statement SQL
Inspect procedure and function definitions
GBase connection credentials in .env
SQL statements or SQL script files
Database query results and schema information
Temporary SQL script files
Database state modifications