ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Outbound Prospecting

Skill by strouddustinn-bot

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/strouddustinn-bot/outbound-prospecting
Or

SKILL.md - Outbound Prospecting

This skill provides a structured workflow for researching and initiating contact with potential leads. It follows the "Overseer Baseline" from MEMORY.md, operating in copilot mode only.

Workflow

The process is designed to be run on a single target company domain or name.

1. Research and Audit (research_auditor)

  • Objective: Gather intelligence on the target company to understand their business, identify potential needs, and find personalization points.
  • Actions:
    • Use web_search to find the company's official website, services, products, and recent news.
    • Use web_fetch on key pages (Homepage, About Us, Blog) to extract detailed text.
    • Analyze the fetched content to identify:
      • Core business offering.
      • Target audience.
      • Recent company announcements (product launches, funding, new hires).
      • Potential pain points (e.g., outdated website, poor SEO, lack of recent blog posts).

2. Identify Decision-Maker (contact_finder)

  • Objective: Find the most relevant person to contact at the company.
  • Actions:
    • Use web_search with queries like:
      • site:linkedin.com [Company Name] CEO
      • site:linkedin.com [Company Name] Founder
      • site:linkedin.com [Company Name] Head of Marketing
    • Identify the name and title of a primary decision-maker.

3. Draft Outreach Email (draft_writer)

  • Objective: Create a personalized, evidence-backed email ready for human review.
  • Actions:
    • Synthesize all gathered information.
    • Draft an email that follows the hybrid tone: relationship-first opener + evidence-backed revenue-loss angle.
    • The draft must include at least 3 company-specific facts discovered during the research phase.
    • The final output should be a markdown block containing the draft, ready to be copied. The email itself should not be sent by the agent.

Metadata

Stars982
Views1
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-strouddustinn-bot-outbound-prospecting": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.