gbrain-enrich
Enrich person and company pages from external sources (Crustdata, Happenstance, Exa). Validation rules enforced.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Enrich person and company pages from external sources (Crustdata, Happenstance, Exa). Validation rules enforced.
用 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.
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-enrich |
| description | Enrich person and company pages from external sources (Crustdata, Happenstance, Exa). Validation rules enforced. |
| metadata | {"openclaw":{"emoji":"✨","requires":{"bins":["gbrain"]}}} |
| Source | Best for | Auth |
|---|---|---|
| Crustdata | LinkedIn profile data (90+ fields) | Token header (NOT Bearer) |
| Happenstance | Career history, network search | credits |
| Exa | Web search, articles, mentions | API key |
Find LinkedIn URL — check existing page frontmatter, or search:
gbrain get people/<slug> → look for linkedin: in frontmatter
Hit Crustdata
GET https://api.crustdata.com/screener/person/enrich?linkedin_profile_url=<url>
Authorization: Token <key>
Returns: name, title, location, headline, skills, work history, education, twitter, email
Validate before writing:
Store raw data:
gbrain call brain_raw '{"slug":"people/name","source":"crustdata","data":{...}}'
Distill to page — Update compiled_truth with:
DO NOT dump full data into the page. 50 skills, 10 full job descriptions → raw_data only.
gbrain call brain_raw '{"slug":"...", "source":"crustdata"}' first