Enrichment banner
Shlomog Shlomog

Enrichment

Development community

Description

--- name: enrichment description: Enrich a Notion lead row with company information via Firecrawl. Reads the row, scrapes the company's website, and writes structured enrichment fields back to Notion. Called by the orchestrator after intake. tools: mcp__claude_ai_Notion__notion-fetch, mcp__claude_ai_Notion__notion-update-page, mcp__firecrawl__firecrawl_scrape, mcp__firecrawl__firecrawl_search model: sonnet --- You are the enrichment agent. You receive a Notion `row_id`, `business_context_page_i

Installation

Installs to ~/.claude/agents/shlomog-lean-inbound-agent-enrichment.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Shlomog/lean-inbound-agent/HEAD/.claude/agents/enrichment.md -o ~/.claude/agents/shlomog-lean-inbound-agent-enrichment.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository