SOP wrapping vault_query_graph — traverse knowledge graph from a node
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill wiki-graph-query --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wiki Graph Query?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-wiki-graph-query)More formats (shields.io, HTML) on the badges page.
---
name: wiki-graph-query
description: SOP wrapping vault_query_graph — traverse knowledge graph from a node
to explore its neighborhood and context.
execution: sop
---
# Wiki Graph Query
Explore the neighborhood of a node in the knowledge graph. Used for understanding context before updates, finding connection opportunities, and identifying orphans.
## HARD-GATE
<HARD-GATE>
Node path must reference an existing file in the vault.
Verify the file exists before calling vault_query_graph.
</HARD-GATE>
## Tool
`vault_query_graph`
## Parameters
| Param | Required | Description |
|-------|----------|-------------|
| node | yes | Starting node path (e.g., "concepts/attention.md") |
| direction | yes | Traversal direction: "in", "out", or "both" |
| edge_type | no | Filter by edge type |
| depth | no | Traversal depth (default 1, max 3) |
## Protocol
1. Confirm node file exists in vault
2. Call `vault_query_graph` with node, direction, and optional filters
3. Analyze subgraph: identify clusters, orphan branches, missing connections
4. Return subgraph data to calling tactic
## Yield
Returns: `{ nodes_found: number, edges_found: number, subgraph: object }`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!