ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

foxreach

Manage FoxReach cold email outreach — leads, campaigns, sequences, templates, email accounts, inbox, and analytics. Use when the user asks to create leads, manage campaigns, check analytics, send outreach, manage email sequences, or anything related to the FoxReach API.

Why use this skill?

Automate your cold email outreach with the FoxReach OpenClaw skill. Manage leads, campaigns, sequences, and analytics directly from your terminal or AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/concaption/foxreach-io
Or

What This Skill Does

The FoxReach skill acts as a robust interface for the FoxReach cold email outreach ecosystem. It enables OpenClaw to interact programmatically with your outreach infrastructure, allowing for automated management of leads, multi-step sequences, email account warm-ups, and comprehensive campaign analytics. By leveraging either the provided Python SDK or the command-line interface, the agent can perform complex tasks such as mass-importing leads, updating lead status based on response criteria, or extracting performance metrics from your active campaigns.

Installation

To integrate this skill into your OpenClaw environment, use the internal clawhub command: clawhub install openclaw/skills/skills/concaption/foxreach-io Ensure your system has Python 3.8+ installed. If the SDK is missing, run: cd integrations/sdk-python && pip install -e . Authentication is handled via the FOXREACH_API_KEY environment variable or the CLI configuration tool, ensuring that your keys remain secure and isolated from your primary execution logic.

Use Cases

  1. Lead Lifecycle Automation: Automatically segment leads based on campaign engagement or update contact records directly from CRM triggers.
  2. Performance Reporting: Schedule daily analytical exports to identify high-performing email templates and subject lines, providing actionable insights for your copywriters.
  3. Inbox Management: Monitor bounce rates and inbox health across multiple email accounts, automatically pausing campaigns if delivery metrics drop below a certain threshold.
  4. Dynamic Personalization: Inject data-driven custom variables into your email templates for highly targeted outreach campaigns.

Example Prompts

  • "List the top 20 leads from the 'Q4-Enterprise' campaign that have a status of 'opened' but haven't replied."
  • "Create a new email sequence for our upcoming SaaS product launch and add the leads stored in my local marketing_contacts.csv file."
  • "Show me the bounce rates and response rates for all email accounts used in the last 30 days."

Tips & Limitations

  • Safety First: Always use environment variables for your otr_ API keys. Never hardcode them in your task scripts.
  • Rate Limiting: Be mindful of API rate limits when iterating over large datasets. Use the page_size parameter in your list operations to prevent timeouts.
  • Error Handling: The SDK provides detailed objects for failed operations—always check the return status of your client.leads.create or client.leads.update calls to ensure data integrity during mass imports.

Metadata

Stars3409
Views0
Updated2026-03-25
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-concaption-foxreach-io": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#email#outreach#automation#leads#marketing
Safety Score: 3/5

Flags: external-api, code-execution