Real Skill packageSource verifiedClawHub registry

huawei-cloud-mrs-clickhouse-sql-check

Comprehensive SQL statement checking for ClickHouse, supporting multiple kernel versions (24.8, 23.3, 22.3) and two check modes: 1. Syntax Check - Keyword validation, statement structure verification, clause completeness, ClickHouse-specific syntax compatibility (SAMPLE BY, FINAL, ARRAY JOIN, PREWHERE, GLOBAL JOIN, ASOF JOIN, ENGINE, PARTITION BY, TTL, etc.) based on kernel source grammar 2. Specification Check - Development specification rules (SPEC001-SPEC035) from MRS Development Specification v01, covering DDL…

Identity and source

Publisher attributionhuaweicloud-skills-teamregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 61% rule confidence
Package forminstruction with code21 recorded files
Canonical sourceClawHub registryclawhub:huaweiclouddev:huawei-cloud-mrs-clickhouse-sql-check
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/23/2026.claude/skills/huawei-cloud-mrs-clickhouse-sql-check
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/23/2026.agents/skills/huawei-cloud-mrs-clickhouse-sql-check
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/23/2026skills/huawei-cloud-mrs-clickhouse-sql-check
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @huaweiclouddev/huawei-cloud-mrs-clickhouse-sql-check
clawhub inspect @huaweiclouddev/huawei-cloud-mrs-clickhouse-sql-check --version 1.0.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
21 / 21 inspected as text
Checked
8/23/2026, 2:01:35 AM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/22/2026, 2:28:52 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:018e2e0403184aaf7126dd5e33dda9cb7983c89036b7a1d140a93950f4aa4311
Show up to 21 recorded paths
  • references/ddl_grammar.md
  • references/dml_misc_grammar.md
  • references/select_grammar.md
  • references/token_types.md
  • rules/common/spec_rules.py
  • rules/v22.3/grammar_rules.py
  • rules/v22.3/keywords.py
  • rules/v22.3/token_types.py
  • rules/v23.3/grammar_rules.py
  • rules/v23.3/keywords.py
  • rules/v23.3/token_types.py
  • rules/v24.8/grammar_rules.py
  • rules/v24.8/keywords.py
  • rules/v24.8/token_types.py
  • scripts/ck_sql_checker.py
  • scripts/ck_sql_parser.py
  • scripts/ck_sql_tokenizer.py
  • scripts/version_loader.py
  • skill-card.md
  • SKILL.md
  • templates/report_template.md

Source changelog

- Removed the `skill-card.md` file. - Updated `rules/v23.3/keywords.py` (specific content of the change not detailed). - No functional changes to the workflow or usage were introduced. - Minor documentation or keyword updates related to version 23.3 may have occurred.