huawei-cloud-ges-graph
Installation
SKILL.md
⚠️ Execution Method (Must Read): This skill executes queries via local Python or Node.js scripts under
scripts/. Using direct API calls is prohibited.
- Query scripts are located under the skill directory
scripts/(e.g.,scripts/ges_graph_skill.py)- All scripts and environment check scripts are inside the skill package. You must use
skill action=execto execute them; do not run them directly in the shell- Prefer inline execution (
python -cornode -e) over creating temporary script files. See "Inline Execution (No Temp Files)" section below.- All paths are relative to the skill directory, which is the directory where this SKILL.md resides
GES Graph Access Guidance
Overview
Huawei Cloud Graph Engine Service (GES) persistent edition atomic capability, providing access guide for graph database operations. Covers Cypher queries, GQL queries, schema/label management, summary info queries, graph data editing and other core capabilities.
Directory Structure
The directory conventions are as follows (all paths are relative to the skill directory):