用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GuanceCloud/ai-skills --skill sls2dql命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Plan, audit, implement, repair, and validate Real User Monitoring across Web, MiniApp, Android, iOS/tvOS, macOS, HarmonyOS, React Native, Flutter, UniApp, C++, and Unity repositories. Use for browser/mobile RUM access, Public DataWay or DataKit delivery, Session Replay, RUM-to-APM tracing, or an existing RUM integration review—even when the user supplies only an Application ID and receiver variables.
Instrument repositories in every language with an official OpenTelemetry implementation: C++, C#/.NET, Erlang/Elixir, Go, Java, JavaScript/TypeScript, Kotlin, PHP, Python, Ruby, Rust, and Swift. Use when a user asks to add or deepen traces, correlated logs, metrics, context propagation, OTLP/HTTP export, or an auditable observability-instrumentation inventory across a repository or monorepo.
Generate, repair, or review Guance Dashboard JSON from real metrics CSV files, tag metadata, and resource-catalog or custom-object CSV/JSON data.
基于 SOC 职业分类
正在显示 SKILL.md
| name | sls2dql |
| author | samuel |
| description | Convert, validate, and explain Alibaba Cloud SLS queries as GuanceDB DQL. |
Use this skill to convert Alibaba Cloud SLS queries into GuanceDB DQL and to explain conversion status or diagnostics.
./sls2dql/bin/sls2dql./sls2dql/scripts/run_sls2dql.sh./sls2dql/references/USER_QUICKSTART_zh.md./sls2dql/references/USER_GUIDE_zh.md--namespace.FROM, also pass --source.--mode strict by default.--mode allow-approximate only when the user accepts approximate semantics.exact, approximate, or unsupported.report or batch instead of manually stitching results../sls2dql/bin/sls2dql version
./sls2dql/bin/sls2dql convert --namespace L --query "SELECT count(*) AS pv FROM access_log"
./sls2dql/bin/sls2dql convert --namespace L --source access_log --query "status:500 AND service:api"
./sls2dql/bin/sls2dql validate --namespace L --query "status:500 | SELECT count(*) AS pv FROM access_log"
./sls2dql/bin/sls2dql explain --namespace L --query "* | SELECT count(*) AS pv FROM access_log GROUP BY host"
State the command or mode used, whether namespace, source, and index were provided, and the final conversion status. Return final DQL only when the converter produced executable DQL.