LaunchKit · 2026
Back to Skills

foxreach-io

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

0
422 downloads
by @concaption

Setup & Installation

openclaw skills install @concaption/foxreach-io

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

npx clawhub install foxreach-io

What This Skill Does

Manages FoxReach cold email outreach via its Python SDK. Covers leads, campaigns, email sequences, templates, inbox replies, and analytics through direct API calls.

Wraps the full FoxReach API surface in one skill, so users can manage leads, sequences, and analytics without switching between the CLI and SDK manually.

When to use it

  • Set up a multi-step cold email campaign from scratch
  • Import a list of leads and assign them to a campaign
  • Check reply rates and open stats for a running campaign
  • Categorize inbox replies as interested or not interested
  • Pause a campaign and update its email sequence steps

Example Workflow

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

INPUT

User asks: Create a 3-step outreach campaign for my SaaS leads and start it

AGENT
  1. 1Create campaign with campaigns.create() using the provided name and settings
  2. 2Add three sequence steps with campaigns.sequences.create() for initial email, follow-up, and final touchpoint
  3. 3Add the user's leads to the campaign with campaigns.add_leads()
  4. 4Assign a sending email account with campaigns.add_accounts()
  5. 5Start the campaign with campaigns.start() after confirming details with the user
OUTPUT

Campaign is active and sending. Agent prints campaign ID, assigned leads count, and sequence step summary.

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 (prefixed otr_, obtained from FoxReach account)