Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
308 changes: 308 additions & 0 deletions recipes/gmail-smart-pull/README.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions recipes/gmail-smart-pull/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Gmail Smart Pull",
"description": "Pull emails from Gmail into an Open Brain ingest pack with local sensitivity routing, engagement filtering, contact-based relationship tiers, and LLM atomization of long messages. Captures RFC 2822 threading headers and structured correspondents so email contacts can be promoted to first-class entities later.",
"category": "recipes",
"author": {
"name": "Alan Shurafa",
"github": "alanshurafa"
},
"version": "1.0.0",
"requires": {
"open_brain": true,
"services": ["Gmail API", "Anthropic API or OpenRouter API"],
"tools": ["Node.js 18+"]
},
"requires_skills": [],
"tags": ["email", "gmail", "import", "atomization", "sensitivity", "entities", "relationship-tier"],
"difficulty": "advanced",
"estimated_time": "45 minutes",
"created": "2026-04-21",
"updated": "2026-04-21"
}
Loading
Loading