atlas-graph-query

仓库创建 2026年1月5日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要对图谱节点/边/统计做规范化查询的场景。

▸ 风险提示

需要访问/配置 ATLAS_MCP_URL,可能暴露内部图谱数据。

这个 Skill 做什么

为 agent 提供查询 Atlas 知识图谱的标准化接口。

提供标准化接口去查询 Atlas 知识图谱,可以查节点、边、类型、聚类、统计以及关联的 wiki 页面,用来把 Atlas 的上下文和你已扫描到的真实资源对比。需要做系统清单 enrichment、查图邻居或比对约定时会用到。它属于第二层的 enrichment 工具,别自行造 node id,服务地址由 atlas 插件或 ATLAS_MCP_URL 控制。

▸ 展开 SKILL.md 英文原文

Reference for querying the Atlas knowledge graph through its MCP tools — the SECONDARY enrichment/comparison layer that adds best-practice context to systems you have ALREADY scanned from your real sources (`az`, repos, dirs). Use when you need to look up nodes, edges, kinds, clusters, stats, or wiki pages in Atlas to compare against your real inventory. (atlas graph, query atlas, atlas mcp, search the graph, graph neighbors, atlas record, atlas kinds, enrichment layer)

数据与抓取知识图谱查询接口图谱集成通用
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/plugins/atlas-unified/skills/atlas-graph-query/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/plugins/atlas-unified/skills/atlas-graph-query/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# atlas-graph-query

A thin reference for the Atlas knowledge-graph MCP tool surface so any agent
(including sub-agents) can query the graph without re-deriving conventions. The
server URL is wired natively by the `atlas` plugin and is overridable via
`ATLAS_MCP_URL`. Never invent node ids — only use ids returned by these tools.

> **Position: this is the SECONDARY / enrichment layer.** The `atlas` plugin is
> scan-first — it inventories your REAL systems by scanning your actual sources
> (Azure via read-only `az`, git repos, local directories) and process/data
> mining them. The graph queries below are used ONLY to add best-practice /
> comparison context to those already-discovered real sy
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有