用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GuanceCloud/pipeline-go --skill dql命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create, review, and validate GuanceCloud Arbiter scripts for security detection rules. Use when Codex needs to author SIEM or CSPM detection logic, query data with dql or PromQL, process DQL series, call trigger to generate security events, inspect Arbiter built-in functions, or debug Arbiter syntax/runtime/trigger-output problems.
Create, refine, and validate GuanceCloud/DataKit pipeline scripts from raw message samples. Use when Codex needs to author pipeline .p scripts, choose json/load_json versus grok extraction for text or JSON messages, run pipeline-go validation, or debug parsing/runtime/extraction errors.
基于 SOC 职业分类
正在显示 SKILL.md
| name | dql |
| description | 生成、修复、解释、评审 DQL。凡是要交付“最终可执行 DQL”,都必须先逐条通过 dqlcheck 校验,再输出最终结果。 |
用于解释、评审、生成、修复 DQL。
dqlcheck 是“实现是否接受这条 DQL”的最终判定器。references/DQL.md 和 references/DQL Functions.md 是起草和修复时的参考资料,不是最终裁决者。dqlcheck 只决定“这样写能不能执行”。./bin/dqlcheck。dqlcheck。./bin/dqldocs 更新 ./references/。--file 或 --stdin,不要依赖脆弱的 shell quoting。./references/ 起草 DQL。dqlcheck。PASS / FAIL,但最终交付不得包含 FAIL 条目。UNVERIFIED。./bin/dqlcheck -q '<DQL>'
./bin/dqlcheck -q '<DQL>' --out=build
./bin/dqlcheck --file /tmp/query.dql