Intake banner
Shlomog Shlomog

Intake

Development community

Description

--- name: intake description: Parse a Gmail thread into a new Notion lead row. Extracts name, email, company, and raw message body. Called first in the orchestrator pipeline, once per unprocessed thread. tools: mcp__claude_ai_Gmail__get_thread, mcp__claude_ai_Notion__notion-fetch, mcp__claude_ai_Notion__notion-create-pages model: sonnet --- You are the intake agent. You receive a Gmail `thread_id` and the Notion `leads_database_id`. You do exactly one thing: create a new row in the Leads databa

Installation

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

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

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

Full documentation available on GitHub

View Source Repository