.claude/skills/mec-aisql-cliRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
MEC 平台 AI SQL 生成、校验与任务管理 CLI。当用户需要通过自然语言需求生成 HIVE SQL、创建/执行 SQL 任务、查询任务状态或结果、批量执行查询时调用。触发关键词:aisql、生成SQL、SQL任务、查询状态。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/mec-aisql-cliRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/mec-aisql-cliRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/mec-aisql-cliRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-cliclawhub inspect @dylanjor/mec-aisql-cli --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:83a080922afa254e1584f4c181aa0e6cdd39cb01820cc52341baec3e8874d61b.gitignoreCHANGELOG.mdpyproject.tomlREADME.mdskill-card.mdSKILL.mdsrc/mec_aisql_cli/__init__.pysrc/mec_aisql_cli/__pycache__/__init__.cpython-310.pycsrc/mec_aisql_cli/__pycache__/api_client.cpython-310.pycsrc/mec_aisql_cli/__pycache__/cli.cpython-310.pycsrc/mec_aisql_cli/__pycache__/config.cpython-310.pycsrc/mec_aisql_cli/__pycache__/datetime_utils.cpython-310.pycsrc/mec_aisql_cli/__pycache__/output.cpython-310.pycsrc/mec_aisql_cli/__pycache__/sql_guard.cpython-310.pycsrc/mec_aisql_cli/api_client.pysrc/mec_aisql_cli/cli.pysrc/mec_aisql_cli/commands/__init__.pysrc/mec_aisql_cli/commands/__pycache__/__init__.cpython-310.pycsrc/mec_aisql_cli/commands/__pycache__/agent.cpython-310.pycsrc/mec_aisql_cli/commands/__pycache__/aisql.cpython-310.pycsrc/mec_aisql_cli/commands/agent.pysrc/mec_aisql_cli/commands/aisql.pysrc/mec_aisql_cli/config.pysrc/mec_aisql_cli/datetime_utils.pysrc/mec_aisql_cli/output.pysrc/mec_aisql_cli/sql_guard.pyTEST_REPORT.mdInitial 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.