graph

Translate natural language queries into SQL for SQLite knowledge graphs.

2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jsagir/mindrian-os-plugin --skill graph-jsagir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph
Source: https://github.com/jsagir/mindrian-os-plugin/tree/main/skills/graph
Command: npx skills add https://github.com/jsagir/mindrian-os-plugin --skill graph-jsagir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to interact with your knowledge graph using natural language, providing a visual representation of connections and insights.

Core Features & Use Cases

  • Graph Exploration: Ask questions to explore the knowledge graph and receive answers as graph paths.
  • Query Translation: Translate plain English questions into SQL queries for the graph.
  • Interactive Query Mode: Execute queries and receive results as cards, with graph statistics as headers.
  • Use Case: When you want to understand the relationships between different concepts in your knowledge graph, use this Skill to visualize these connections.

Quick Start

Use the /mos:graph command to explore your knowledge graph. For example, you can type "/mos:graph What connects problem-definition to market-analysis?" to see the relationship between these concepts.

Frequently Asked Questions about graph

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I explore a knowledge graph using natural language queries?

You can explore your knowledge graph by asking questions in plain English. This Skill translates natural language queries into SQL, executes them on a SQLite database, and presents the resulting relationships as visual graph paths.

What is the best way to visualize connections between concepts in a SQLite knowledge graph?

Visualizing connections in a SQLite knowledge graph is done by translating plain English questions into SQL queries. Results are returned as visual graph paths and interactive cards, showing exactly how different concepts link together.

Do I need a pre-existing SQLite database to query and visualize my knowledge graph?

Yes, you need a pre-existing SQLite-based knowledge graph. This Skill requires your graph to be already set up in a SQLite environment so it can execute translated SQL queries and return visual graph paths.

How does natural language processing translate into SQL queries for graph exploration?

Natural language processing translates into SQL queries for graph exploration by parsing plain English input and mapping it to the SQLite database schema, allowing you to retrieve graph paths without writing manual SQL.

Can I use graph visualization for data analytics without writing manual SQL queries?

Yes, you can perform graph visualization and data analytics without writing manual SQL. The Skill handles query translation automatically, allowing you to interact directly with the graph using natural language and receive visual results.

What are the limitations of using natural language queries for SQL graph exploration?

Limitations of natural language SQL graph exploration include reliance on accurate query translation and the requirement of a properly structured SQLite knowledge graph setup. Complex queries may occasionally need manual SQL refinement for precise results.