Agent Plugins Marketplace
All plugins

compelling

v0.2.3

Build lead lists and automate enrichment with Compelling AI agents: source target accounts, find contacts, enrich any data point, and rank accounts by ICP fit.

CodexClaude CodeAgent Plugins4 Skills1 MCP serverStreamable HTTP

By CompellingLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add seekwhens/compelling-plugin
codex plugin marketplace upgrade compelling
codex plugin add compelling@compelling

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

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

  • Codex: compelling@agent-plugin-marketplacecompelling@compelling

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/seekwhens/compelling-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

compelling/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/build-tam-list/SKILL.md
├── skills/enrich-contacts/SKILL.md
├── skills/feedback/SKILL.md
├── skills/rank-by-icp/SKILL.md
└── .mcp.json

Included Skills4

build-tam-listskills/build-tam-list/SKILL.md

Source a target market (TAM) list of companies in Compelling. Use when the user wants to build a lead list, find companies matching an ICP ("B2B SaaS in DACH, 50-500 employees"), source accounts for outbound, or start any new prospecting effort from scratch.

enrich-contactsskills/enrich-contacts/SKILL.md

Find contacts for accounts in a Compelling list and enrich them (work emails, LinkedIn profiles, phone numbers, job titles) or enrich accounts with any data point (revenue, tech stack, funding, custom questions). Use when the user wants decision-makers, verified emails, or any researched attribute on companies or people.

feedbackskills/feedback/SKILL.md

Report a bug, rough edge, or feature request for Compelling or this plugin. Use when a Compelling tool call fails unexpectedly, returns wrong data, or the user says they want to report a problem or give feedback about Compelling.

rank-by-icpskills/rank-by-icp/SKILL.md

Score the accounts in a Compelling list 0-100 against an ideal customer profile (ICP) using an explicit per-column rubric, then read the list sorted by fit. Use when the user wants to prioritize accounts, find best-fit companies, build a "who to work first" ranking, or asks for lead scoring.

MCP servers1

compellingStreamable HTTP
url
https://mcp.compelling.ai

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "compelling",
  "version": "0.2.3",
  "description": "Build lead lists and automate enrichment with Compelling AI agents: source target accounts, find contacts, enrich any data point, and rank accounts by ICP fit.",
  "author": {
    "name": "Compelling",
    "url": "https://compelling.ai"
  },
  "skills": "./skills/",
  "mcpServers": "./mcp.json",
  "interface": {
    "displayName": "Compelling",
    "shortDescription": "Lead lists, enrichment, and ICP ranking with AI agents",
    "developerName": "Compelling",
    "category": "Business & Operations",
    "logo": "./assets/logo.png",
    "composerIcon": "./assets/logo.png"
  }
}
.claude-plugin/plugin.json
{
  "name": "compelling",
  "displayName": "Compelling",
  "version": "0.2.3",
  "description": "Build lead lists and automate enrichment with Compelling AI agents: source target accounts, find contacts, enrich any data point, and rank accounts by ICP fit.",
  "author": {
    "name": "Compelling",
    "url": "https://compelling.ai"
  },
  "homepage": "https://compelling.ai",
  "repository": "https://github.com/seekwhens/compelling-plugin",
  "license": "MIT",
  "keywords": [
    "lead-generation",
    "enrichment",
    "tam-sourcing",
    "contacts",
    "b2b-data",
    "sales",
    "gtm"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "compelling",
  "version": "0.2.3",
  "description": "Build lead lists and automate enrichment with Compelling AI agents: source target accounts, find contacts, enrich any data point, and rank accounts by ICP fit.",
  "author": {
    "name": "Compelling",
    "url": "https://compelling.ai"
  },
  "homepage": "https://compelling.ai",
  "repository": "https://github.com/seekwhens/compelling-plugin",
  "license": "MIT",
  "keywords": [
    "lead-generation",
    "enrichment",
    "tam-sourcing",
    "contacts",
    "b2b-data",
    "sales",
    "gtm"
  ],
  "logo": "assets/logo.png",
  "interface": {
    "displayName": "Compelling",
    "shortDescription": "Lead lists, enrichment, and ICP ranking with AI agents",
    "developerName": "Compelling",
    "category": "Business & Operations",
    "logo": "./assets/logo.png",
    "composerIcon": "./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.

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