Agent Plugins Marketplace
All plugins

execue-campaigns

v0.3.5

Run Execue outbound campaigns from Claude. Q sources leads, enriches profiles, checks ICP fit, drafts personalized sequences, and exports them to your sequencer — powered by the Execue lead-gen MCP server and the Q campaign playbook.

Claude Code4 Skills1 MCP serverStreamable HTTP

By ExecueLicense: UNLICENSED0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install execue-campaigns for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install execue-campaigns@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Execue-Inc/execue-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

execue-campaigns/
├── .claude-plugin/plugin.json
├── skills/upload-leads-to-heyreach/SKILL.md
├── skills/upload-leads-to-instantly/SKILL.md
├── skills/upload-leads-to-lemlist/SKILL.md
├── skills/woodpecker-upload-prospects/SKILL.md
└── .mcp.json

Included Skills4

upload-leads-to-heyreachskills/upload-leads-to-heyreach/SKILL.md

Export a generated outreach sequence with individually personalised LinkedIn messages to HeyReach campaign.

upload-leads-to-instantlyskills/upload-leads-to-instantly/SKILL.md

Export a generated outreach sequence to Instantly

upload-leads-to-lemlistskills/upload-leads-to-lemlist/SKILL.md

Export a generated outreach sequence to Lemlist

woodpecker-upload-prospectsskills/woodpecker-upload-prospects/SKILL.md

Upload prospects with pre-prepared snippet messages into a Woodpecker campaign duplicated from the Template Execue template. Use this skill whenever Yann or the user wants to load prospects into Woodpecker, upload a prospect list to a campaign, add contacts to a Woodpecker sequence, or push enriched leads into a Woodpecker outbound campaign. Also trigger when the user mentions snippet variables, Woodpecker campaign upload, or prospect CSV import into Woodpecker. This skill covers the Woodpecker upload only — enrichment and message generation happen separately upstream.

MCP servers1

execueStreamable HTTP
url
https://execue-api-530445730983.us-central1.run.app/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "execue-campaigns",
  "version": "0.3.5",
  "description": "Run Execue outbound campaigns from Claude. Q sources leads, enriches profiles, checks ICP fit, drafts personalized sequences, and exports them to your sequencer — powered by the Execue lead-gen MCP server and the Q campaign playbook.",
  "author": {
    "name": "Execue",
    "url": "https://execue.io"
  },
  "homepage": "https://execue.io",
  "repository": "https://github.com/Execue-Inc/execue-plugin",
  "license": "UNLICENSED",
  "keywords": [
    "sales",
    "outbound",
    "lead-generation",
    "campaigns",
    "linkedin",
    "sales-navigator",
    "execue"
  ],
  "defaultEnabled": false,
  "userConfig": {
    "execue_api_key": {
      "type": "string",
      "title": "Execue API key",
      "description": "Your Execue API key (same key used for app.execue.io / the public API). Tool calls consume this account's credits.",
      "sensitive": true,
      "required": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[execue-campaigns on Agent Plugins Marketplace](https://pluginsmp.com/plugins/execue-campaigns)