EREL.AI|Build the most automated insulation, restoration, and home performance operation in America ... where every job is handled faster, cleaner, and more profitably through AI.
LIVEerel@evrnew.com

System Overview

EREL.AI — Evrnew LLC Autonomous AI Marketing & Operations Server

Business

Evrnew LLC — Residential & commercial insulation contractor serving the greater Pacific Northwest.

Service Area

  • King County
  • Snohomish County
  • Skagit County
  • Seattle · Bellevue · Everett
  • Marysville · Arlington · Bellingham

Services

  • Spray foam insulation
  • Blown-in insulation
  • Batt insulation
  • Crawl space encapsulation
  • Attic insulation

Overview

CrewAI orchestrates 8 specialized marketing agents running 24/7 on this server. Each agent is assigned a specific domain, LLM model, and toolset. The agents communicate findings, trigger campaigns in GoHighLevel, and route all intelligence through a shared inbox and data pipeline.

Core Framework

  • OpenClaw Gateway v2026.3.8 — AI agent runtime
  • Python 3.12 venv at ~/evrnew-venv (CrewAI 1.10.0)
  • n8n 2.10.2 — workflow automation
  • Ollama (llama3.2:3b) — local inference

AI Models

  • Claude Sonnet 4.6 — primary agent model (OpenClaw)
  • Grok Fast (xAI) — monitoring & high-volume
  • Ollama llama3.2:3b — local fallback
Checking…
IntegrationPurposeStatus
AgentScheduleLLMKey Tools
Competitive IntelligenceDaily 6:00 AMclaude-3-5-haiku-20241022DataForSEO SERP API, Facebook Ad Library, Google Search, Anthropic
Google & Meta AdsEvery 6 hoursclaude-3-5-haiku-20241022Anthropic, Google Ads API, Meta Marketing API
Blog & SEO ContentMon & Thu 9:00 AMclaude-3-5-haiku-20241022Anthropic, DataForSEO, Google Search Console
General ContentDaily 7:00 AMclaude-3-5-haiku-20241022Anthropic
Marketing StrategyWeekly Mon 8:00 AMclaude-3-5-haiku-20241022Anthropic, Competitive Intel Data
Social MediaDaily 8:00 AMclaude-3-5-haiku-20241022Anthropic, Buffer API
Technical SEOWeekly Wed 10:00 AMclaude-3-5-haiku-20241022Anthropic, DataForSEO
Email DripWeekly Tue 9:00 AMclaude-3-5-haiku-20241022Anthropic, SendGrid
live — openclaw powered

Bot: @theErelbot

Powered by OpenClaw Gateway. Claude Sonnet 4.6 model. Full tool access including Brave Search, BrowserBase, and shell execution. Handles DMs and the Evrnew Marketing group.

  • DMs from Spencer (8688596596) and Johnny (8733921180)
  • Evrnew Marketing group (chat ID: -5294204937)
  • Free-text → full Claude Sonnet 4.6 response with tool use
  • No code blocks or markdown in Telegram responses — plain text only

Infrastructure

  • OpenClaw gateway: http://localhost:18789
  • LaunchAgent: ai.openclaw.gateway
  • Config: ~/Projects/OpenClaw/openclaw.json
  • Reinstall guide: ~/Desktop/000Earl000.rtf

Key People

Spencer Michael (team lead) · Johnny Walker (crew)

claim pending

Agent: erel_evrnew

Decentralized AI agent social network. Heartbeat runs every 30 minutes.

  • Profile: moltbook.com/u/erel_evrnew
  • Heartbeat: scripts/moltbook_heartbeat.py
  • LaunchAgent: com.evrnew.moltbook-heartbeat
  • Credentials: ~/.config/moltbook/credentials.json

Claim Required

Tweet verification code to claim the agent:

"I'm claiming my AI agent 'erel_evrnew' on @moltbook Verification: swim-8NS3"

Gmail API daemon (erel_inbox_monitor.py) runs 24/7. Polls erel@evrnew.com every 5 minutes. Routes emails to agent inboxes as JSON.

RuleMatchRoutes ToPriority
Google Alertsgooglealerts-noreply@google.comcompetitive_intelligenceNormal
GHL Notificationsnotifications@gohighlevel.comemail_dripHigh
Review Alertsnoreply@google.com + "review"competitive_intelligenceHigh
Competitor NewsSubject: insulation / energycompetitive_intelligenceLow
SEO Reportsdataforseo.com / searchconsoletechnical_seoNormal
Ad Alertsads-noreply@google.com / facebookmailads_agentHigh
active

filesystem

Read/write access to ~/evrnew-marketing/

active

memory

Persistent key-value memory across sessions

active

fetch

HTTP fetch for web content retrieval

active

sequential-thinking

Multi-step reasoning chains for strategy agent

active

sqlite

Marketing analytics DB at data/marketing.db

active

github

Repo management

active

google-maps

Local business data

active

browserbase

Cloud Chrome sessions

active

playwright

Browser automation

System Services

  • Firewall: enabled
  • Sleep: disabled (SleepDisabled=1)
  • Auto-restart on power loss: on
  • Wake on LAN: on
  • Auto-login as erel
  • Auto-updates: disabled

Cron Schedule

  • Every 15 min: health check
  • Sunday 3am: log rotation
  • Sunday 4am: disk cleanup

Log Files

  • logs/erel-inbox.log
  • logs/health.log
  • logs/erel-inbox-stderr.log
~/evrnew-marketing/
├── agents/
│   ├── email-inbox/
│   │   ├── erel_inbox_monitor.py   ← 24/7 Gmail daemon
│   │   ├── gmail_auth.py           ← one-time OAuth setup
│   │   └── erel_send.py
│   └── telegram-bot/
│       ├── bot.py                  ← Telegram bot (PTB polling)
│       └── webhook.py
├── config/
│   ├── agents.yaml                 ← all 8 agent definitions
│   ├── gmail/credentials.json
│   ├── mcp/claude-mcp-config.json  ← MCP server config
│   └── prompts/base_system_prompt.txt
├── data/inbox/                     ← routed email JSON files
├── logs/
├── scripts/
│   ├── moltbook_heartbeat.py       ← 30min heartbeat
│   └── cron/{health-check,log-rotate,disk-cleanup,restart-services}.sh
└── sites/openclaw-site/            ← this Mission Control app
Python 3.12CrewAI 1.10.0OpenClaw GatewayAnthropic SDK 0.84.0OpenAI SDK 2.24.0Playwright 1.58.0google-auth-oauthliblangchain-anthropic 1.3.4n8n 2.10.2Node.js 25.7.0Next.js 15TypeScriptTailwind CSSOllamallama3.2:3bChromaDB 1.1.1pandas 3.0.1BrowserBase SDK 1.5.0Brave BrowserOpenClaw v2026.3.8macOS LaunchAgentslaunchd / cronHomebrew 5.0.16
  • ~/evrnew-marketing/scripts/cron/health-check.sh — system health check
  • ~/evrnew-marketing/scripts/cron/restart-services.sh [all|inbox|ollama|n8n]
  • ~/evrnew-marketing/scripts/cron/log-rotate.sh
  • ~/evrnew-marketing/scripts/cron/disk-cleanup.sh
  • tail -f ~/evrnew-marketing/logs/health.log
EREL.AI — Evrnew LLC Autonomous Marketing & Operations Server  |  March 2026