LaunchKit · 2026
Back to Skills

foxreach

Manage FoxReach cold email outreach — leads, campaigns, sequences, templates, email accounts, inbox, and analytics.

0
461 downloads
by @concaption

Setup & Installation

openclaw skills install @concaption/foxreach

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install foxreach

Version History

v0.1.1Feb 17, 2026 - Version note by skill developer:

foxreach 0.1.1 - No file changes detected in this release. - No new features, bug fixes, or documentation updates included.

What This Skill Does

Manages FoxReach cold email outreach through its Python SDK. Covers leads, campaigns, email sequences, templates, email accounts, inbox, and analytics. Uses API key authentication with keys prefixed `otr_`.

Handles the full campaign lifecycle, from lead import to inbox management, in one skill rather than switching between FoxReach's UI and manual API calls.

When to use it

  • Set up a multi-step cold email campaign from scratch
  • Import a list of leads and add them to an active campaign
  • Check reply rates and open rates for a running campaign
  • Categorize inbox replies as interested or not interested
  • Pause a campaign and update sequence copy before resuming

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Set up a new outreach campaign targeting SaaS founders with a 3-step sequence

AGENT
  1. 1Create campaign with campaigns.create(), specifying name, sending days, and timezone
  2. 2Add three sequence steps with campaigns.sequences.create() using spintax and personalization variables
  3. 3Create leads with leads.create() for each contact, deduplicating by email
  4. 4Assign sender email accounts with campaigns.add_accounts()
  5. 5Start the campaign with campaigns.start() after confirming details with the user
OUTPUT

Campaign is live with three scheduled emails, leads enrolled, and sender accounts assigned

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

FOXREACH_API_KEY environment variable (API key with otr_ prefix, obtained from FoxReach account)