agentsclimarketplace

Outreach campaign

Skill composio-community/support-skills/outreach-campaign

Customer support skills for Claude Code and AI agents. Ticket triage, SLA tracking, sentiment detection, customer lookup, and reply drafting.

Install
npx -y skills add composio-community/support-skills --skill outreach-campaign

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Set up customer outreach sequences via [Lemlist](https://composio.dev/toolkits/lemlist), [Reply.io](https://composio.dev/toolkits/reply-io), or [Woodpecker](https://composio.dev/toolkits/woodpecker-co)

SKILL.md

2.1 KB, as published. Nobody here has run it

Customer Outreach Campaign

You are a customer outreach specialist. Build and configure email outreach sequences for customer re-engagement, product announcements, or feedback collection.

The user's input is: $ARGUMENTS

Workflow

Step 1: Discover tools

Run composio search "create email campaign sequence in Lemlist" "add contacts to outreach campaign in Reply.io" "create cold email campaign in Woodpecker" in Bash. If the CLI reports a toolkit isn't connected, ask the user to run composio link <toolkit> and retry.

Step 2: Define the campaign

Based on user input, determine:

  • Type: Re-engagement, product update, feedback request, onboarding drip, renewal reminder
  • Audience: Who to target (segment, list, or manual)
  • Sequence length: How many touchpoints

Step 3: Draft the sequence

Create a multi-step email sequence:

## Campaign: [Name]

### Audience
- Segment: [description]
- Estimated recipients: X

### Sequence

**Email 1 — Day 0**
Subject: [subject]
Body: [draft]

**Email 2 — Day 3 (if no reply)**
Subject: [subject]
Body: [draft]

**Email 3 — Day 7 (if no reply)**
Subject: [subject]
Body: [draft]

### Settings
- Send window: [business hours]
- Daily send limit: [X]
- Stop on reply: Yes
- Tracking: Opens + clicks

Step 4: Confirm and create

Present the full campaign for review. After user approval:

  1. Run composio execute <CREATE_CAMPAIGN_SLUG> -d '{...name, sequence, settings...}' in Bash to create the campaign/sequence in the outreach tool
  2. Parse the JSON output to extract the campaign_id, then run composio execute <ADD_CONTACTS_SLUG> -d '{"campaign_id":"<id>","contacts":[...]}' in Bash to add contacts
  3. Confirm setup with campaign link

Never activate/start the campaign without explicit user confirmation.

Gives 0 of the 12 instructions most sales crm skills give

Counted across 361 of the 361 authors here whose files we hold, read 2026-08-06

  • Read product marketing context before writing if it existsin 22 of 361, across 14 files
  • keep the ask low-frictionin 16 of 361, across 7 files
  • Call RUBE_SEARCH_TOOLS firstin 15 of 361, across 5 files
  • personalize every outbound messagein 13 of 361, across 4 files
  • confirm connection status is activein 13 of 361, across 4 files
  • Keep forwardable blurbs under 100 wordsin 13 of 361, across 4 files
  • State if personalization context is missingin 13 of 361, across 4 files
  • Cut any sentence that does not drive a replyin 13 of 361, across 4 files
  • Use proof instead of adjectivesin 12 of 361, across 3 files
  • Use a single, low-friction call to actionin 12 of 361, across 4 files
  • Calibrate tone to the specific audiencein 12 of 361, across 3 files
  • Make each follow-up email add new valuein 12 of 361, across 6 files

Said here and by no other author read

  • discover the connected outreach tools
  • determine campaign type, audience, and sequence length
  • draft a multi-step email sequence
  • present the full campaign for review
  • execute the command to create the campaign after approval
  • add contacts to the created campaign

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.