query-helper

Query the GBrain knowledge base using search and query tools.

29.4k|4.4k|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/garrytan/gbrain --skill query-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-helper
Source: https://github.com/garrytan/gbrain/tree/main/test/fixtures/skill-catalog/skills/query-helper
Command: npx skills add https://github.com/garrytan/gbrain --skill query-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding specific pages and information inside a large personal knowledge base is difficult when you only have raw keyword search. This Skill helps you locate pages and run structured queries against the GBrain brain so you get answers instead of digging through notes manually.

Core Features & Use Cases

  • Page Lookup: Find a specific page in the brain when you know roughly what you are looking for.
  • Brain Queries: Run search and query operations against the knowledge base without writing any pages.
  • Use Case: You remember taking notes about a company last month but cannot recall the page title. Trigger this Skill to search the brain and surface the matching page.

Quick Start

Ask the assistant to find a page in the brain about a person, company, or topic you remember writing down.

Frequently Asked Questions about query-helper

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

FAQPage Schema
How do I find a page in my GBrain knowledge base?

Trigger the query-helper skill and describe the page you are looking for. It uses the brain's search and query tools to locate matching pages without modifying any content.

How to search a personal knowledge base with an AI agent?

Use a skill wired to the brain's search and query tools, like query-helper for GBrain. The agent issues search calls against the knowledge base and returns matching pages or answers.

Does query-helper modify or write pages in the brain?

No. The skill is declared with writes_pages set to false, so it only reads from the knowledge base through search and query operations and never creates or edits pages.

What tools does the query-helper skill use?

It uses two tools declared in its frontmatter: search and query. These are the read interfaces into the GBrain knowledge base used to find pages and answer questions.

When should I not use the query-helper skill?

Avoid it when you need to create, update, or enrich pages, since it is read-only. It is also a minimal helper, so complex multi-step research workflows may need a more capable skill.