Install
openclaw skills install outreach-demoResearch a business website, produce a concise prospect report, recommend concrete OpenClaw use cases, and draft a tailored outreach email. Use when demonstrating OpenClaw to a business owner, preparing personalized prospecting materials from a website URL + contact email, or turning website research into an approval-gated email draft.
openclaw skills install outreach-demoBuild a draft-first outreach package from three inputs: business name, website URL, and contact email.
Keep the workflow evidence-based, concise, and approval-gated for any email send.
Intake
Website research
OpenClaw fit analysis
priority_movewhy_it_matters[] listReport generation
references/report-format.md for section shape.scripts/render_outreach_report.py --input <json> --output <md>scripts/render_outreach_report_html.py --input <json> --output <html>scripts/render_outreach_report_pdf.sh --input <html> --output <pdf>Email draft generation
references/email-template.md for default tone and structure.references/value-first-outreach.md when you need to optimize for scannability, subject lines, or a more enticing value-first CTA.scripts/render_outreach_email.py --input <json> --output <txt>scripts/render_outreach_email_html.py --input <json> --output <html>Approval gate
scripts/render_outreach_preview.py --input <json> --subject <subject> --email-text <txt> --email-html <html> --brief <brief.html> --output <preview.json>scripts/send_outreach_package.sh --to <email> --subject <subject> --text <txt> --html <html> --attach <brief.pdf><Business-Name>-OpenClaw-Brief.pdfProduce three artifacts when possible:
Recommended JSON fields:
business_namecontact_namecontact_emailwebsite_urlbusiness_summarylikely_audiencewebsite_observations[]openclaw_fits[] with:
use_casewhy_it_fitslikely_valuestarting_pointpriority_move with:
movewhy_firstexpected_benefitwhy_it_matters[]demo_angleoutreach_summaryreferences/report-format.md — required report structurereferences/email-template.md — default email draft shape and constraintsreferences/value-first-outreach.md — value-first / “free doughnut” outreach framing, scannability rules, and CTA guidancereferences/visual-delivery.md — HTML email + one-page brief delivery guidance and approval-preview checklistreferences/follow-up-sequence.md — optional follow-up templates and cadence after the initial brief sendscripts/render_outreach_report.py — render markdown report from structured JSONscripts/render_outreach_report_html.py — render polished HTML one-page brief from structured JSONscripts/render_outreach_report_pdf.sh — convert the HTML brief into a client-facing PDF artifactscripts/render_outreach_email.py — render plain-text outreach email from structured JSONscripts/render_outreach_email_html.py — render lightweight HTML outreach email from structured JSONscripts/render_outreach_preview.py — render approval preview manifest for the actual outbound packagescripts/send_outreach_package.sh — send HTML email plus attached brief via Gmail after approvalscripts/config.example.json — example config with sender account and output defaults