By Cold-IQ
ColdIQ GTM skills + MCP server. Run go-to-market workflows — TAM building, company & people search, email finding and verification, signal detection, copywriting, campaign loading — through one ColdIQ API key with unified credits.
Search and enrich people and companies through the ColdIQ marketplace API. Use when finding work or personal emails, finding phone numbers, enriching a person or company, prospecting contacts by title/seniority/location, Sales-Navigator-style filtering, batch enrichment, LinkedIn-URL lookups, or monitoring people/companies for changes. Triggers on "find email", "work email", "personal email", "find phone", "enrich person", "enrich company", "prospect people", "prospect companies", "search people", "search companies", "batch enrich", "find people at company", "LinkedIn lookup", "Sales Navigator list". Do NOT use for sending campaigns (see instantly-api / emailbison), Apollo-specific filter semantics (see apollo-search), pure list dedup (see list-dedup), or buying-signal discovery (see signal-detection).
Deduplicate and clean contact/company lists before enrichment so you never pay ColdIQ credits twice for the same record. Use when combining lists from multiple sources, removing duplicate contacts or companies, normalizing LinkedIn URLs, applying per-company contact caps, or cross-referencing against a TAM. Triggers on "dedup", "deduplicate", "remove duplicates", "clean the list", "combine sources", "merge lists", "contact cap per company", "normalize LinkedIn URLs". Do NOT use for enrichment/email-finding (see contact-enrichment), search (see coldiq-search-enrich), or scoring (see tam-scoring).
Discover DTC / e-commerce brands running video ads on Meta (Facebook/Instagram) via the ColdIQ marketplace Meta Ads endpoint, to expand Target Account Lists. Use when building net-new DTC/ e-commerce/subscription prospect lists, finding brands spending on Meta video ads, discovering companies in a vertical (baby, jewelry, wine, supplements), or finding companies with active creative teams. Triggers on "Meta ads", "Facebook Ad Library", "find DTC brands", "scrape ads", "ecommerce prospect list", "brands running video ads", "ad library search". Do NOT use for LinkedIn ads (use the linkedin-ad-library endpoint), firmographic database search (see apollo-search / coldiq-search-enrich), or contact enrichment (see contact-enrichment).
Detect and prioritize buying-intent signals (funding, hiring, tech changes, job changes, news) and map each to a concrete ColdIQ marketplace endpoint. Use when deciding which intent signals to track for a client, sourcing funding/hiring/acquisition/job-change signals, scoring accounts by signal strength, deciding outreach timing from signal freshness, or stacking signals. Triggers on "intent signals", "buying signals", "trigger events", "funding signal", "hiring signal", "job change", "tech stack change", "signal detection", "when to reach out", "signal stacking". Do NOT use for writing the copy that references the signal (see crawford-method / cold-email-copy), list scoring math (see tam-scoring), or generic search (see coldiq-search-enrich).
Build and run scoring models that tier raw company lists into campaign-ready segments, and point each scored data point at the ColdIQ endpoint that sources it. Use when building a scoring model, tiering a TAM, defining signal groups and point allocations, setting tier thresholds, cleaning a list before scoring, or running a Python scorer on an export. Triggers on "score companies", "tier the list", "scoring model", "TAM scoring", "ICP fit score", "tier thresholds", "100-point model", "qualify accounts". Do NOT use for enrichment/search to BUILD the list (see apollo-search / coldiq-search-enrich), signal sourcing (see signal-detection), or list dedup (see list-dedup).
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
apiKeyYour ColdIQ API key. Create one at https://coldiq.com/marketplace (dashboard → API keys). Used to authenticate the bundled MCP server against https://api.coldiq.com.
${user_config.apiKey}A distributable package of GTM skills wired to the ColdIQ marketplace API. Each skill teaches
an AI agent how to run a go-to-market task (build a TAM, score companies, find & verify emails,
detect buying signals, write copy, load campaigns) and tells it exactly which
https://api.coldiq.com endpoint to call for each step — one key, unified credits.
The GTM workflows are re-routed from direct-provider APIs (Apollo, Instantly, and the like) onto the ColdIQ marketplace, so everything runs with one key and unified credits.
ColdIQ ships two things: the MCP server (search / enrich / verify / signals tools) and the 18 GTM skills (step-by-step playbooks). One command installs them into whichever agents you have.
curl -fsSL https://raw.githubusercontent.com/Cold-IQ/coldiq-marketplace-skills/main/install.sh | bash
It detects your installed agents (Claude Code, Cursor, Codex, Windsurf, Cline), wires the MCP server into each, installs the skills where the agent supports them, and prompts once for your ColdIQ API key. Re-run the same command any time to update. Pass the key non-interactively if you prefer:
curl -fsSL https://raw.githubusercontent.com/Cold-IQ/coldiq-marketplace-skills/main/install.sh | COLDIQ_API_KEY=your_key bash
Get a key from your ColdIQ dashboard at https://coldiq.com/marketplace (→ API keys).
| Agent | Skills | MCP tools | How |
|---|---|---|---|
| Claude Code | ✅ 18 (native, progressive) | ✅ | Plugin — key in OS keychain, auto-updates on restart |
| Cursor | ✅ 18 (native Skills) | ✅ | npx skills + ~/.cursor/mcp.json |
| Codex | ✅ via MCP (list_skills) | ✅ | codex mcp add + ~/.codex/AGENTS.md |
| Windsurf | ✅ via MCP (list_skills) | ✅ | ~/.codeium/windsurf/mcp_config.json |
| Cline | ✅ via MCP (list_skills) | ✅ | VS Code cline_mcp_settings.json |
Agents with a native skills loader (Claude Code, Cursor) load the 18 skills directly. Every other
agent gets them over the MCP: the server exposes list_skills (the catalog) and load_skill(name)
(the full playbook on demand), so installing the MCP is enough — no native loader required. One key,
unified credits, base URL https://api.coldiq.com.
claude plugin marketplace add Cold-IQ/coldiq-marketplace-skills
claude plugin install coldiq@coldiq --config apiKey=YOUR_COLDIQ_API_KEY
Restart Claude Code (or /reload-plugins). Skills are namespaced coldiq:<name> (e.g.
coldiq:apollo-search) and activate from their description triggers.
Updates are automatic. The installer enables startup auto-update; the plugin has no pinned version
(it tracks the git commit SHA), so each push to main reaches you on the next restart. Update on
demand with claude plugin marketplace update coldiq && claude plugin update coldiq@coldiq; disable via
/plugin → Marketplaces → coldiq → Disable auto-update.
Skills:
npx skills add Cold-IQ/coldiq-marketplace-skills --agent cursor --global --yes
MCP — add to ~/.cursor/mcp.json (then approve the server in Settings → MCP). The installer
writes your key inline (chmod 600); to keep it out of the file instead, set COLDIQ_API_KEY in
your environment and use "${env:COLDIQ_API_KEY}":
{
"mcpServers": {
"coldiq": {
"command": "npx",
"args": ["-y", "@coldiq/mcp@latest"],
"env": { "COLDIQ_API_KEY": "YOUR_COLDIQ_API_KEY" }
}
}
}
codex mcp add coldiq --env COLDIQ_API_KEY=YOUR_KEY -- npx -y @coldiq/mcp@latest
Codex has no skills loader, so add the AGENTS.md block (covers the tools + the
batch-don't-loop workflow) to ~/.codex/AGENTS.md. The installer does this for you.
Add the same { "mcpServers": { "coldiq": … } } block (see Cursor above) to:
~/.codeium/windsurf/mcp_config.jsoncline_mcp_settings.json (VS Code globalStorage)Then refresh MCP servers in the agent.
npx claudepluginhub cold-iq/coldiq-marketplace-skills --plugin coldiqHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Plugin that includes the Figma MCP server and Skills for common workflows
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
Memory compression system for Claude Code - persist context across sessions