setup

Initialize a local GBrain-QMD knowledge base with SQLite and QMD.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/sixtycat2000-ctrl/gbrain-qmd --skill setup-sixtycat2000-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/sixtycat2000-ctrl/gbrain-qmd/tree/main/skills/setup
Command: npx skills add https://github.com/sixtycat2000-ctrl/gbrain-qmd --skill setup-sixtycat2000-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gbrain-qmd, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the setup process for GBrain-QMD, ensuring a local-first, cloud-independent experience.

Core Features & Use Cases

  • Local Setup: Automates the creation of the local data directory and initializes the SQLite and QMD components.
  • No Cloud Dependencies: Operates entirely offline, with no need for external databases or API keys.
  • Optional Search Expansion: Integrates with remote LLM APIs for enhanced search capabilities.
  • Use Case: For users who want to quickly establish a local knowledge base without relying on cloud services.

Quick Start

Run 'gbrain init' to initialize your GBrain-QMD setup.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I set up a local-first knowledge base using SQLite?

To set up a local-first knowledge base, this Skill automates the initialization of SQLite and QMD components via the 'gbrain init' command, creating a local data directory for offline indexing without cloud dependencies.

Do I need an API key to initialize local QMD indexing?

You do not need an API key to initialize local QMD indexing. The setup operates entirely offline by default, but an optional remote LLM API key can be integrated for enhanced search expansion.

Can I use a markdown knowledge base for offline SQLite search?

Yes, you can use a markdown knowledge base for offline SQLite search. The setup requires a markdown knowledge base to initialize local search and indexing operations using the QMD framework.

What is the best way to automate local knowledge base initialization without cloud services?

The best way to automate local knowledge base initialization without cloud services is running 'gbrain init', which configures SQLite and QMD components for a fully offline, cloud-independent local data directory.

Does GBrain-QMD setup support remote LLM API integration for search?

GBrain-QMD setup supports optional remote LLM API integration for search expansion. While the core SQLite and QMD setup operates offline, you can configure an API key to enhance search capabilities.