Outreach Demo
by @lexalex36
Research a business website, produce a concise prospect report, recommend concrete OpenClaw use cases, and draft a tailored outreach email. Use when demonstr...
clawhub install outreach-demo📖 About This Skill
name: outreach-demo description: Research 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.
Outreach Demo
Build 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.
Workflow
1. Intake - Collect: - business name - contact name if available - contact email - website URL - optional business notes - If website URL or email is missing, ask only for the missing field.
2. Website research - Inspect the public website only. - Prefer homepage, about, services/products, contact, and selected blog/resources pages. - Extract only visible, supportable observations. - Do not guess internal systems, revenue, staffing, or pain points.
3. OpenClaw fit analysis
- Propose up to 3 concrete OpenClaw use cases.
- Rank them by:
- visible fit
- likely business value
- lowest-friction starting point
- Also produce:
- one priority_move
- a short why_it_matters[] list
- Phrase uncertain conclusions as “likely”, “appears”, or “suggests”.
4. Report generation
- Use references/report-format.md for section shape.
- For plain operator review, render markdown with:
- scripts/render_outreach_report.py --input
- For visually stronger delivery, render a polished HTML one-page brief with:
- scripts/render_outreach_report_html.py --input
- Preferred showcase artifact: convert the HTML brief to PDF with:
- scripts/render_outreach_report_pdf.sh --input --output
- Prefer PDF for live outreach when visual impact matters.
5. Email draft generation
- Default to the value-first / “free doughnut” framing: give the prospect a small concrete asset before asking for time.
- Use references/email-template.md for default tone and structure.
- Read references/value-first-outreach.md when you need to optimize for scannability, subject lines, or a more enticing value-first CTA.
- Render a plain-text draft with:
- scripts/render_outreach_email.py --input
- Render lightweight HTML with:
- scripts/render_outreach_email_html.py --input
- Preferred showcase send mode: HTML email + attached brief.
- Keep email short, specific, and visually scannable.
- Default to draft-only.
6. Approval gate
- Do not send email automatically.
- Sending is allowed only after explicit user approval for that recipient/message.
- Build a preview manifest with:
- scripts/render_outreach_preview.py --input
- Before send, preview or summarize:
- recipient
- subject
- plain-text fallback body
- HTML body when used
- attached brief filename/format when used
- For actual HTML+brief send, use:
- scripts/send_outreach_package.sh --to
- Use a client-facing attachment name such as:
-
Output standard
Produce three artifacts when possible:
Recommended JSON fields:
business_namecontact_namecontact_emailwebsite_urlbusiness_summarylikely_audiencewebsite_observations[]openclaw_fits[] with:use_case
- why_it_fits
- likely_value
- starting_point
priority_move with:move
- why_first
- expected_benefit
why_it_matters[]demo_angleoutreach_summaryGuardrails
Resources
references/
references/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/
scripts/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