gbrain-maintain
Periodic brain maintenance. Finds contradictions, stale info, orphan pages, and missing cross-references to keep the knowledge graph healthy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Periodic brain maintenance. Finds contradictions, stale info, orphan pages, and missing cross-references to keep the knowledge graph healthy.
用 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.
Answer questions from the brain using FTS5 + semantic search + structured queries. Synthesizes across multiple pages with citations.
| name | gbrain-maintain |
| description | Periodic brain maintenance. Finds contradictions, stale info, orphan pages, and missing cross-references to keep the knowledge graph healthy. |
| metadata | {"openclaw":{"emoji":"🔧","requires":{"bins":["gbrain"]}}} |
Run these checks periodically (every few days).
gbrain list --type person # check for pages with old compiled_truth
gbrain timeline <slug> # are there timeline entries newer than the State section?
gbrain list # for each slug:
gbrain backlinks <slug> # zero inbound links = orphan
gbrain call brain_stats '{}' # check tag counts
gbrain embed --stale # re-embed pages updated since last embedding run
Write a maintenance report:
cat report.md | gbrain put sources/maintenance-$(date +%Y-%m-%d)
Include: findings, actions taken, pages updated, issues flagged.