gbrain-briefing
Compile a daily briefing from brain state. Covers active deals, open threads, people in play, and what needs attention.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Compile a daily briefing from brain state. Covers active deals, open threads, people in play, and what needs attention.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
Answer questions from the brain using FTS5 + semantic search + structured queries. Synthesizes across multiple pages with citations.
| name | gbrain-briefing |
| description | Compile a daily briefing from brain state. Covers active deals, open threads, people in play, and what needs attention. |
| metadata | {"openclaw":{"emoji":"📋","requires":{"bins":["gbrain"]}}} |
Overview — gbrain stats to get brain state at a glance.
Active deals — gbrain list --type deal --tag active
For each: gbrain get <slug> → State + deadlines + what's changed.
Open threads — Scan recently updated pages for Open Threads with time-sensitive items:
gbrain list --limit 30 # recently updated
gbrain get <slug> # for each, check Open Threads section
People in play — gbrain list --type person --limit 20
Prioritize: pages updated in last 7 days, tagged with active or follow-up.
Recent brain changes — gbrain list --limit 20 sorted by updated_at.
What was ingested, what's new, what changed.
Stale alerts — Pages that haven't been updated in 30+ days but have open threads.
# Brain Briefing — YYYY-MM-DD
## Active Deals
- **[Company](companies/slug)** — status, next step, deadline
## Open Threads
- **[Person](people/slug)** — what needs to happen
## People in Play
- **[Name](people/slug)** — current context
## Recent Activity
- Updated: slug, slug, slug
## Needs Attention
- Stale pages, unresolved threads
Write briefing to the brain:
cat briefing.md | gbrain put sources/briefing-$(date +%Y-%m-%d)