memory-query

Traverse the Dagi Wiki index hierarchy to answer questions with citations.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ag3nt3154/Driverless_AGI --skill memory-query-ag3nt3154
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-query
Source: https://github.com/ag3nt3154/Driverless_AGI/tree/main/.dagi/skills/memory-query
Command: npx skills add https://github.com/ag3nt3154/Driverless_AGI --skill memory-query-ag3nt3154

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Answers questions by consulting the wiki at {memory_root}/wiki/, navigates the index.md hierarchy to identify relevant pages, and cites sources. It then offers to file the answer as a new wiki page to capture the knowledge for future sessions.

Core Features & Use Cases

  • Ground questions in wiki content by traversing the memory/wiki index.
  • Cite sources and suggest filing new wiki pages when beneficial.
  • Support stepwise drill-down through index.md to locate relevant pages, with optional cross-topic synthesis.

Quick Start

Ask a question and let memory-query locate the most relevant wiki pages, cite sources, and offer to file a new wiki page for the answer.

Frequently Asked Questions about memory-query

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

FAQPage Schema
How do I ground AI answers using wiki content and citations?

Grounding answers involves traversing the Dagi Wiki index hierarchy at {memory_root}/wiki to locate relevant pages and synthesize responses with source citations. It uses stepwise drill-down through index.md to find matching content and optionally proposes filing new wiki pages.

How does information retrieval from a wiki index hierarchy work?

Information retrieval works by navigating the index.md hierarchy under {memory_root}/wiki using filesystem read and find operations. It enforces absolute paths for memory_root, drills down stepwise to identify relevant pages, and optionally synthesizes answers across multiple topics.

Can I automatically file new wiki pages when a query has no existing match?

You can file new wiki pages because the system proposes creating a new wiki page when beneficial. After synthesizing an answer from existing wiki content, it offers an optional filing prompt to capture the knowledge for future sessions.

Does wiki citation require absolute paths for the memory root directory?

Wiki citation requires absolute paths for memory_root because the system enforces filesystem navigation using read and find operations against {memory_root}/wiki. This ensures correct path resolution when traversing the index.md hierarchy to locate relevant pages.

What are the limitations of grounding responses in wiki content?

Grounding responses in wiki content is limited to queries that have corresponding wiki pages under memory_root/wiki. If no relevant page exists, the system may propose creating a new wiki page, but cannot synthesize answers from entirely absent information.