Track leads locally, manage outreach campaigns, and export as CSV for download.
Manage lead generation outreach. Leads are stored in a local JSON file inside the agent workspace — no external database required. Users can view leads in chat or export them as a CSV file.
Run with Node.js: node {baseDir}/outreach-crm.js <command> [args]
node {baseDir}/outreach-crm.js add-lead --name "John" --source "twitter" --handle "@john" --score 75 --tier hot
node {baseDir}/outreach-crm.js list
node {baseDir}/outreach-crm.js log <lead_id> "Sent intro DM"
node {baseDir}/outreach-crm.js export-csv
Leads are saved to /root/.openclaw/workspace/leads.json inside the container.
CSV exports are written to /root/.openclaw/workspace/leads.csv.
Always show the user the export path so they can download it.