Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Create a 3-step outreach campaign for my SaaS leads and start it
- 1Create campaign with campaigns.create() using the provided name and settings
- 2Add three sequence steps with campaigns.sequences.create() for initial email, follow-up, and final touchpoint
- 3Add the user's leads to the campaign with campaigns.add_leads()
- 4Assign a sending email account with campaigns.add_accounts()
- 5Start the campaign with campaigns.start() after confirming details with the user
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.