Agent Plugins Marketplace
← All plugins

gtm-plugin

v0.1.0

GTM skills wrapping the official Pipedrive, Fathom and Apollo MCPs -- lead discovery (propose an ICP, find who matches it, rank by fit and trigger, pick a legal channel) and post-meeting CRM admin (capture, follow-up, hygiene, brief). Read-only pilot, DACH-aware.

Claude Code4 Skills

By NojNo0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 26, 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 gtm-plugin 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 gtm-plugin@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/NojNo/gtm-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

gtm-plugin/
├── .claude-plugin/plugin.json
├── skills/gtm-business-model/SKILL.md
├── skills/gtm-icp/SKILL.md
├── skills/gtm-match/SKILL.md
└── skills/gtm-research/SKILL.md

Included Skills4

gtm-business-modelskills/gtm-business-model/SKILL.md

Draft or revise a product's sop/business-model-decision.md from the evidence that already exists -- office-hours design docs, recorded decisions, checkpoints -- with every claim tiered and cited. Produces the file gtm-icp reads first. Use when asked to work out the business model, write the business-model SOP, or revisit it against the kill gates.

gtm-icpskills/gtm-icp/SKILL.md

Propose candidate ideal-customer-profiles (ICPs) for a product from its actual business model, not its software description. Writes draft sop/icp.md files; never overwrites an existing one. First stage of the GTM lead-discovery pipeline (gtm-match, gtm-research, gtm-score, gtm-channel follow).

gtm-matchskills/gtm-match/SKILL.md

Build the candidate pool of companies for a product's chosen ICP -- from the operator's domain list, or a bounded web search when there is none -- and enrich each one from two named sources (LinkedIn company page, the German commercial register via the OpenRegister MCP). Company-level only; names no person. Every fact tiered and cited. First stage after gtm-icp in the GTM lead-discovery pipeline; gtm-research reads its output.

gtm-researchskills/gtm-research/SKILL.md

Identifies a specific person at each company gtm-match finds, checks Pipedrive suppression, then digs qualitatively -- the "why now" trigger, a pain hypothesis, an open question for the eventual conversation. The one skill in this plugin that treats fetched content (web pages, vendor freeform fields) as untrusted by default, and the only skill with Pipedrive read access. Second stage of the GTM lead-discovery pipeline, after gtm-match.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "gtm-plugin",
  "version": "0.1.0",
  "description": "GTM skills wrapping the official Pipedrive, Fathom and Apollo MCPs -- lead discovery (propose an ICP, find who matches it, rank by fit and trigger, pick a legal channel) and post-meeting CRM admin (capture, follow-up, hygiene, brief). Read-only pilot, DACH-aware.",
  "author": {
    "name": "NojNo",
    "url": "https://github.com/NojNo"
  }
}

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

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