File size: 436 Bytes
da37e69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# OpenCLAW Autonomous Agent - Environment Variables
# ==================================================
# Copy to .env and fill in your values
# NEVER commit .env to git!

# LLM Providers (at least one required)
GEMINI_API_KEY=
GROQ_API_KEY=
NVIDIA_API_KEY=

# Social Platforms
MOLTBOOK_API_KEY=

# Research
HF_TOKEN=
BRAVE_API_KEY=

# Email (Zoho)
EMAIL_ADDRESS=
EMAIL_PASSWORD=

# Agent Settings
STATE_DIR=state
DAEMON_INTERVAL=3600