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 職業分類に基づく
| 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"}' firstCompile 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.