Guandata CLI Suite
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_d7c66672/guandata-cli-suite.
About this skill
Problem
Guandata BI work spans datasources, ETL, datasets, pages, cards, metrics, and workflows. Web UI troubleshooting lacks context, while ad hoc scripts easily miss ID references, permissions, schedules, and recycle-bin differences. This skill routes common CLI tasks to the right official components, keeping engineers inside explicit task boundaries for query, modification, and validation.
How It Works
- Capability routing: use
guanclifor query/analysis and form data,guandsfor datasource/dataset write operations and form structure,guanetlfor ETL,guanvisfor visualization and page directories,guanmetricfor metrics, andguanwffor workflows. - Execution order: determine whether the user wants capability info, setup, or a concrete task; check that the target component is available; then follow the target skill's rules for query, preview, confirmation, save, publish, and validation.
- Key constraint: prefer in-place updates when editing/renaming existing BI resources; use page commands for page rename/move and directory commands for directories; avoid simulating edits by deleting and recreating resources.
- Deletion semantics: page deletion may be soft delete, but CLI may not provide restore; directory deletion can be physical and require empty directories, so impacts must be explicit before running it.
Boundaries
Useful for engineering workflows that operate Guandata BI resources, orchestrate cross-component tasks, and validate production objects. Do not rely on it to restore every deleted object, and do not force delete-recreate when in-place update is unavailable. Some constraints, such as dataset directory moves, must be handled in the web UI.
Use Cases
- Use guands during data onboarding to manage datasources, accounts, dataset directories, imports, and refresh schedules.
- Use guancli to query page, card, field lineage, and metric data when debugging online BI resource structures or node SQL.
- Use guanvis to create or modify cards, filters, and metric cards while managing page directories for visualization builds.
- Use guanetl to create, debug, save, and schedule complex ETL logic, then validate the output in BI pages.
Best For
- Data engineers who need to inspect datasources, datasets, and import schedules without the web UI.
- BI analysts who need to query pages, cards, field lineage, and validate metric definitions at scale.
- Platform admins who need to manage Guandata BI page directories, metric directories, and workflow DAGs.
- Automation engineers who need to invoke cross-component CLI tasks from scripts or AI workflows.
Related Skills
A systematic code error fixing skill that follows a five-step workflow: Reproduce, Isolate, Understand, Fix, Verify, to help developers resolve code errors.
Supports inline SVG/HTML rendering and Mermaid code output, covering common technical diagram creation like architecture and flow diagrams.
A comprehensive browser automation guide covering navigation, interaction, multi-tab management, and data collection, tailored for domestic web ecosystems and tools like Playwright/Selenium.
Control Windows WeChat through GUI automation to search contacts and send text, images, or files without official APIs.