Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Set up a new outreach campaign targeting SaaS founders with a 3-step sequence
- 1Create campaign with campaigns.create(), specifying name, sending days, and timezone
- 2Add three sequence steps with campaigns.sequences.create() using spintax and personalization variables
- 3Create leads with leads.create() for each contact, deduplicating by email
- 4Assign sender email accounts with campaigns.add_accounts()
- 5Start the campaign with campaigns.start() after confirming details with the user
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.