gbrain-query
Answer questions from the brain using FTS5 + semantic search + structured queries. Synthesizes across multiple pages with citations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Answer questions from the brain using FTS5 + semantic search + structured queries. Synthesizes across multiple pages with citations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compile a daily briefing from brain state. Covers active deals, open threads, people in play, and what needs attention.
Enrich person and company pages from external sources (Crustdata, Happenstance, Exa). Validation rules enforced.
Ingest meetings, articles, docs, and conversations into the brain. Updates existing pages with new info, creates pages for new entities, maintains cross-references.
Periodic brain maintenance. Finds contradictions, stale info, orphan pages, and missing cross-references to keep the knowledge graph healthy.
| name | gbrain-query |
| description | Answer questions from the brain using FTS5 + semantic search + structured queries. Synthesizes across multiple pages with citations. |
| metadata | {"openclaw":{"emoji":"🔍","requires":{"bins":["gbrain"]}}} |
FTS5 keyword search — gbrain search "<query>" — fast, exact matches.
Best for: names, company names, specific terms, acronyms.
Semantic vector search — gbrain query "<question>" — meaning-based.
Best for: "who knows X?", "what's our thesis on Y?", conceptual or relationship questions.
Requires OPENAI_API_KEY and at least one gbrain embed run.
Structured queries — relational navigation.
gbrain list --type person --tag yc-alumgbrain backlinks <slug> — who links to this page?gbrain timeline <slug> — what happened with this person/company?gbrain tags <slug> — what is this page tagged with?gbrain get <slug> to read full pages.cat answer.md | gbrain put concepts/topicSay so. "The brain doesn't have info on X" is honest and useful. Suggest enrichment: "Want me to research X and add them to the brain?"
# Find a person
gbrain search "Jane Doe"
gbrain get people/jane-doe
# Relationship question
gbrain query "who is connected to Anthropic?"
# Relational: all YC founders
gbrain list --type person --tag yc-alum
# What links to a company page?
gbrain backlinks companies/acme-corp
# Recent activity
gbrain list --limit 20 # sorted by updated_at desc