Back to Email Outreach Agent
Install: Email Outreach Agent
Step-by-step installation guide
Prerequisites
OpenClaw v1.2+
Node 18+
SMTP credentials
An API key for Anthropic
Step 1: Download the Build
Use the OpenClaw CLI to install this build:
openclaw install agentforge/email-outreach
Or download the config files directly from the build page and extract to your project directory.
Step 2: Configure
Create a .env file in the project root:
ANTHROPIC_API_KEY=sk-ant-your-key-here
Configure your channels:
cli: Set up API credentials in your config
slack: Set up API credentials in your config
Step 3: Build-Specific Setup
1. Install: openclaw install devmax/email-outreach
2. Configure SMTP credentials in .env
3. Import your prospect list (CSV)
4. Customize email templates in templates/
5. Set send schedule and limits
6. Run openclaw start
Step 4: Run
openclaw start
Your agent should now be running! Test it by sending a message through your configured channel.