Real Skill packageSource verifiedClawHub registry

mec-aisql-cli

MEC 平台 AI SQL 生成、校验与任务管理 CLI。当用户需要通过自然语言需求生成 HIVE SQL、创建/执行 SQL 任务、查询任务状态或结果、批量执行查询时调用。触发关键词:aisql、生成SQL、SQL任务、查询状态。

Identity and source

Publisher attributiondailijiaregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 53% rule confidence
Package forminstruction with code27 recorded files
Canonical sourceClawHub registryclawhub:dylanjor:mec-aisql-cli
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 Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/24/2026.claude/skills/mec-aisql-cli

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

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/24/2026.agents/skills/mec-aisql-cli

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

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/24/2026skills/mec-aisql-cli

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 @dylanjor/mec-aisql-cli
clawhub inspect @dylanjor/mec-aisql-cli --version 1.0.0

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
17 / 27 inspected as text
Checked
8/24/2026, 1:20:36 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • external write action — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: keepachangelog.com
  • api: mec.miaozhen.com
External clawhub result: suspicious

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/24/2026, 3:52:01 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

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

Package content hashsha256:83a080922afa254e1584f4c181aa0e6cdd39cb01820cc52341baec3e8874d61b
Show up to 27 recorded paths
  • .gitignore
  • CHANGELOG.md
  • pyproject.toml
  • README.md
  • skill-card.md
  • SKILL.md
  • src/mec_aisql_cli/__init__.py
  • src/mec_aisql_cli/__pycache__/__init__.cpython-310.pyc
  • src/mec_aisql_cli/__pycache__/api_client.cpython-310.pyc
  • src/mec_aisql_cli/__pycache__/cli.cpython-310.pyc
  • src/mec_aisql_cli/__pycache__/config.cpython-310.pyc
  • src/mec_aisql_cli/__pycache__/datetime_utils.cpython-310.pyc
  • src/mec_aisql_cli/__pycache__/output.cpython-310.pyc
  • src/mec_aisql_cli/__pycache__/sql_guard.cpython-310.pyc
  • src/mec_aisql_cli/api_client.py
  • src/mec_aisql_cli/cli.py
  • src/mec_aisql_cli/commands/__init__.py
  • src/mec_aisql_cli/commands/__pycache__/__init__.cpython-310.pyc
  • src/mec_aisql_cli/commands/__pycache__/agent.cpython-310.pyc
  • src/mec_aisql_cli/commands/__pycache__/aisql.cpython-310.pyc
  • src/mec_aisql_cli/commands/agent.py
  • src/mec_aisql_cli/commands/aisql.py
  • src/mec_aisql_cli/config.py
  • src/mec_aisql_cli/datetime_utils.py
  • src/mec_aisql_cli/output.py
  • src/mec_aisql_cli/sql_guard.py
  • TEST_REPORT.md

Source changelog

Initial release of mec-aisql-cli. - Provides a CLI for AI SQL generation, validation, and workflow automation on the MEC platform. - Supports natural language to HIVE SQL, task management, status/result querying, and batch execution. - Offers both interactive and automated bot modes, with built-in SQL type guard and field auto-lookup. - Includes 16 aisql subcommands for comprehensive task and SQL management. - Robust configuration management, datetime normalization, and structured bot JSON output. - Full documentation with typical workflows, error codes, and project structure.