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