looker_ingest
仓库创建 2026年5月11日最近提交 7 天前SkillHot 收录 20 天前
▸ 精选理由
自动把运行时实体规范化为可长期存证的证据,适合大量 Looker 资产的团队。
▸ 风险提示
需要访问和处理机构内部 Looker 导出数据,可能包含敏感信息。
这个 Skill 做什么
把 Looker 导出的 dashboard/Look/explore JSON 转换并载入 ktx 知识与语义层建议。
把 Looker 导出的 dashboard/Look/explore 的 JSON 解析成可被 ktx 存储的知识片段和语义层建议。适合在你有 Looker API 暂存的 runtime 文件(位于 explores/, dashboards/, looks/)时,用来把界面定义转成持久知识。它把 runtime 实体当作证据,输出可贡献到知识层的结构化提案,而不是简单复刻原始 JSON。
▸ 展开 SKILL.md 英文原文
Extract durable ktx knowledge and semantic-layer contribution proposals from staged Looker runtime dashboard, Look, and explore JSON. Load for WorkUnits whose raw files are under explores/, dashboards/, or looks/.
1.5k
Stars
96
Forks
17
仓库内 Skill
+49
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Kaelio/ktx/main/packages/cli/src/skills/looker_ingest/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Kaelio/ktx/main/packages/cli/src/skills/looker_ingest/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Looker Runtime Ingest Looker runtime ingest turns API-staged dashboards, Looks, and explores into durable ktx memory. Runtime entities are evidence. They are not themselves the final knowledge shape. ## Required Workflow 1. Read every `rawFiles` entry for the WorkUnit. 2. Read relevant `dependencyPaths` before making a decision. For dashboard and Look WUs this usually includes the referenced explore JSON, signal files, `folders/tree.json`, and `users/<id>.json`. 3. Treat `signals/*.json`, owners, folders, schedules, and favorites as prioritization or provenance context only. 4. Extract generalizable metric formulas, segment definitions, field semantics, and domain conventions. 5. Use `w
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有