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