Read from a UModel object-graph semantic layer with the umctl CLI (MCP alternative noted). Three kinds of read: (1) entities & relationships / topology (.entity, .topo) and (2) the model itself (.umodel, and .entity_set methods) return real rows; (3) metrics & logs (get_metrics / get_logs) return an executable *plan* — PromQL / Elasticsearch DSL with the entity id pre-substituted — that you run against the backend. Against a PaaS endpoint the same calls return data rows instead of a plan. Use to query or read UModel entities, relations, topology, or model metadata; to read a service's metrics or logs; to look up services and dependencies; or to discover what objects, datasets, and methods exist. For root-cause analysis on top of these reads, see the umodel-rca skill. Triggers: UModel, object graph, .entity / .topo / .umodel / .entity_set, query entities, read topology, read metrics / logs, get_metrics / get_logs, list services / dependencies / datasets, 实体查询, 关系/拓扑查询, 读模型, 读指标, 读日志, 查指标, 查日志, 查服务依赖.
$npx -y skills add alibaba/unifiedmodel --skill umodel-queryInstalls into the current project.
Run `npx skills use "https://github.com/alibaba/unifiedmodel" --skill "alibaba/unifiedmodel/umodel-query"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alibaba/unifiedmodel" that are relevant to the current task. Run `npx skills add "https://github.com/alibaba/unifiedmodel"` and select the relevant skills, then follow their instructions.