setup-outreach-campaign-smartlead
Set up a complete outbound email campaign in Smartlead. Asks the user for campaign goal, audience, messaging, schedule, and mailbox allocation. Creates the campaign, adds leads, saves email sequences, sets schedule, and assigns available mailboxes. Use when a user wants to launch email outreach via Smartlead.
npx skills add gooseworks-ai/goose-skills --skill setup-outreach-campaign-smartlead --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# setup-outreach-campaign-smartlead Set up a complete outbound email campaign in Smartlead: create the campaign, add leads, write a 2-3 email sequence, configure the schedule, and allocate mailboxes. ## Inputs | Input | Required | Default | Description | |-------|----------|---------|-------------| | campaign_name | Yes | -- | Name for the campaign (e.g., "Truewind - Accounting Firms - Feb 2026") | | campaign_goal | Yes | -- | What outcome the campaign drives (book demos, drive signups, etc.) | | lead_list | Yes | -- | CSV file path OR person-list JSON from upstream skill | | value_proposition | Yes | -- | Core pain point or benefit the emails address | | cta | Yes | -- | Call to action (e.g., "Book a 15-min demo", "Reply to learn more") | | tone | No | semi-formal | Email tone: casual, semi-formal, formal | | personalization_angle | No | -- | Hook for personalization (event attendance, job posting, news mention) | | timezone | No | America/New_York | Timezone for send schedule | | send_days | No | [1,2,3,4,5] | Days of week to send (0=Sun, 6=Sat) | | start_hour | No | 08:00 | Start of send window | | end_hour | No | 18:00 | End of send window | | max_leads_per_day | No | 20 | Max
- Inputs
- Setup
- Procedure
- Step 1: Gather Campaign Info
- Step 2: Create the Campaign
- Step 3: Find and Allocate Mailboxes
- Step 4: Ingest Leads
- Step 5: Craft the Email Sequence
- Step 6: Set the Schedule
- Step 7: Confirm and Optionally Start
- Optional: Update Campaign Settings
- Smartlead API Reference
- Example Prompts
- Metadata
export SMARTLEAD_API_KEY=your_api_key_here
What does the setup-outreach-campaign-smartlead skill do?
Set up a complete outbound email campaign in Smartlead. Asks the user for campaign goal, audience, messaging, schedule, and mailbox allocation. Creates the campaign, adds leads, saves email sequences, sets schedule, and assigns available mailboxes. Use when a user wants to launch email outreach via Smartlead.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill setup-outreach-campaign-smartlead --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
