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)