Agent Plugins Marketplace
All plugins

wannalead

v1.0.0

Use Wannalead's LinkedIn workflows through its hosted MCP server.

CodexClaude CodeAgent Plugins11 Skills1 MCP serverStreamable HTTP

By WannaleadLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
12 skill or MCP entries
Source updated
Sep 15, 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 wannalead for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ThomasMarcelin754/wannalead-plugin
codex plugin marketplace upgrade wannalead
codex plugin add wannalead@wannalead

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

Compatibility: the page URL and API slug “wannalead” remain stable.

  • Codex: wannalead@agent-plugin-marketplacewannalead@wannalead

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/ThomasMarcelin754/wannalead-plugin

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

Plugin files

plugins/wannalead/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/account-mapping/SKILL.md
├── skills/audience-mining/SKILL.md
├── skills/campaign-automation/SKILL.md
├── skills/endpoints/SKILL.md
├── skills/engagement-prospecting/SKILL.md
├── skills/humanizer/SKILL.md
├── skills/icp-lookalikes/SKILL.md
├── skills/job-change-signals/SKILL.md
├── skills/wannalead/SKILL.md
├── skills/wannalead-onboarding/SKILL.md
├── skills/warm-outreach/SKILL.md
└── .mcp.json

Included Skills11

account-mappingskills/account-mapping/SKILL.md

Map the buying committee and hiring signals at a named target account using Wannalead company and profile endpoints.

audience-miningskills/audience-mining/SKILL.md

Convert event, group, or company-page audiences into deduplicated and ICP-filtered prospect lists using Wannalead.

campaign-automationskills/campaign-automation/SKILL.md

Prepare, freely customize, approve, launch, and monitor LinkedIn campaigns through Wannalead, from the standard preset to fully custom sequences.

endpointsskills/endpoints/SKILL.md

Discover Wannalead endpoint semantics, request schemas, examples, permissions, and write guards through the live MCP catalog.

engagement-prospectingskills/engagement-prospecting/SKILL.md

Turn people engaging with relevant posts into a deduplicated, ICP-filtered warm prospect list through Wannalead endpoints.

humanizerskills/humanizer/SKILL.md

Humanize drafts and user-facing prose by matching the author's voice and removing canonical AI-writing patterns. Must be used before any Wannalead invitation, DM, follow-up, or outreach draft is approved or sent.

icp-lookalikesskills/icp-lookalikes/SKILL.md

Turn strong seed customers or buyer profiles into scored lookalike accounts and matched decision-makers using Wannalead.

job-change-signalsskills/job-change-signals/SKILL.md

Find recent buyer-persona job changes and produce a precise, fresh trigger list using Wannalead search and enrichment endpoints.

wannaleadskills/wannalead/SKILL.md

Use Wannalead safely through the hosted MCP server for LinkedIn research, prospecting, campaigns, and explicitly approved outreach.

wannalead-onboardingskills/wannalead-onboarding/SKILL.md

First-use gate for the Wannalead plugin; verify OAuth identity and gather only the commercial context needed for the requested workflow.

warm-outreachskills/warm-outreach/SKILL.md

Compose, humanize, and send one explicitly approved, context-personalized first touch through Wannalead guarded write endpoints.

MCP servers1

wannaleadStreamable HTTP
url
https://wannalead.co/mcp

Plugin manifests3

plugins/wannalead/.codex-plugin/plugin.json
{
  "name": "wannalead",
  "version": "1.0.0",
  "description": "Use Wannalead's LinkedIn workflows through its hosted MCP server.",
  "author": {
    "name": "Wannalead",
    "email": "[email protected]",
    "url": "https://wannalead.co"
  },
  "homepage": "https://wannalead.co",
  "repository": "https://github.com/ThomasMarcelin754/wannalead-plugin",
  "license": "MIT",
  "keywords": [
    "linkedin",
    "sales",
    "prospecting",
    "mcp"
  ],
  "interface": {
    "displayName": "Wannalead",
    "shortDescription": "LinkedIn workflows for your AI agent.",
    "longDescription": "Find and enrich prospects, map accounts, research warm audiences, and run explicitly approved LinkedIn outreach through Wannalead's hosted MCP server.",
    "developerName": "Wannalead",
    "category": "Sales",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://wannalead.co",
    "privacyPolicyURL": "https://wannalead.co/privacy",
    "termsOfServiceURL": "https://wannalead.co/terms",
    "defaultPrompt": [
      "Find people matching my ideal customer profile.",
      "Map the buying committee at a target account.",
      "Build a warm prospect list from post engagement."
    ],
    "brandColor": "#1919FF",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png"
  }
}
plugins/wannalead/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "wannalead",
  "displayName": "Wannalead",
  "version": "1.0.0",
  "description": "Use Wannalead's LinkedIn workflows through its hosted MCP server.",
  "author": {
    "name": "Wannalead",
    "email": "[email protected]"
  },
  "homepage": "https://wannalead.co",
  "repository": "https://github.com/ThomasMarcelin754/wannalead-plugin",
  "license": "MIT",
  "keywords": [
    "linkedin",
    "sales",
    "prospecting",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}
plugins/wannalead/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "wannalead",
  "version": "1.0.0",
  "description": "Use Wannalead's LinkedIn workflows through its hosted MCP server.",
  "author": {
    "name": "Wannalead",
    "email": "[email protected]",
    "url": "https://wannalead.co"
  },
  "homepage": "https://wannalead.co",
  "repository": "https://github.com/ThomasMarcelin754/wannalead-plugin",
  "license": "MIT",
  "keywords": [
    "linkedin",
    "sales",
    "prospecting",
    "mcp"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Wannalead",
        "shortDescription": "LinkedIn workflows for your AI agent.",
        "longDescription": "Find and enrich prospects, map accounts, research warm audiences, and run explicitly approved LinkedIn outreach through Wannalead's hosted MCP server.",
        "developerName": "Wannalead",
        "category": "Sales",
        "capabilities": [
          "Read",
          "Write"
        ],
        "websiteURL": "https://wannalead.co",
        "privacyPolicyURL": "https://wannalead.co/privacy",
        "termsOfServiceURL": "https://wannalead.co/terms",
        "defaultPrompt": [
          "Find people matching my ideal customer profile.",
          "Map the buying committee at a target account.",
          "Build a warm prospect list from post engagement."
        ],
        "brandColor": "#1919FF",
        "composerIcon": "./assets/icon.png",
        "logo": "./assets/logo.png"
      }
    }
  }
}

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

[wannalead on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wannalead)