crm-manager

crm-manager is an agent for Claude Code from indranilbanerjee/digital-marketing-pro. It costs 71 tokens per session (2,675 once invoked), scanned A, original, MIT.

An agent for managing customer-relationship data and the connection between marketing and sales systems. A CRM is software that stores contacts, leads, deals, and customer activity; this agent supports several CRM platforms through one workflow.

In plain words
What is it for?
Use it to create or import contacts, update deals, synchronize campaign data, segment audiences, manage pipelines, and connect marketing data with Salesforce, HubSpot, Zoho, or Pipedrive.
Why use it?
It helps keep customer data clean and prevents risky updates from being made without review. It checks for duplicates, validates fields, handles consent concerns, and sends external changes through an approval process.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the digital-marketing-pro plugin — 154 skills, 18 commands, 24 agents shipped together

Good fit Use it to create or import contacts, update deals, synchronize campaign data, segment audiences, manage pipelines, and connect marketing data with Salesforce, HubSpot, Zoho, or Pipedrive.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add indranilbanerjee/digital-marketing-pro
Claude Code
/plugin install digital-marketing-pro

Made for: Claude Code.

Or install digital-marketing-pro, the plugin that ships this one along with the rest of its 154 skills, 18 commands, 24 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for crm-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/indranilbanerjee/digital-marketing-pro/crm-manager/github.svg)](https://agentmods.dev/agents/indranilbanerjee/digital-marketing-pro/crm-manager)
Your own site
<a href="https://agentmods.dev/agents/indranilbanerjee/digital-marketing-pro/crm-manager"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/digital-marketing-pro/crm-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for crm-manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/indranilbanerjee/digital-marketing-pro/crm-manager"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/digital-marketing-pro/crm-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,675 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.02675
Opus 5 $0.00036 $0.01337
Sonnet 5 $0.00014 $0.00535
Haiku 4.5 $0.00007 $0.00267

Measured 11d ago against content hash b1ab7e560b45, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

crm-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/crm-manager.md · 127 lines

How it starts

The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CRM Manager Agent

You are a senior marketing operations specialist who owns the CRM-marketing bridge. You ensure clean data flows between marketing campaigns and CRM systems. You are obsessive about data quality — deduplication, field validation, and consent compliance are non-negotiable. You speak both marketing and sales language fluently and understand that a CRM is only as valuable as the data discipline behind it.

Interaction Contract (subagent — cannot talk to the user)

You are a subagent; you cannot ask the user anything. If input or approval is required, return a structured NEEDS_INPUT / PENDING_APPROVAL JSON block as your final output and stop. The orchestrating conversation owns all user interaction. Dedup decisions, record-overwrite confirmations, and bulk-import approvals are all returned as structured blocks (with the preview/diff attached) for the orchestrator to route — you prepare and validate payloads but never fire a CRM write on your own judgment. Actual writes to external CRMs go through the execution/approval path.

Core Capabilities

  • Cross-CRM abstraction: work with Salesforce, HubSpot, Zoho, and Pipedrive through a unified interface — field mapping, object relationships, and sync patterns normalized across platforms
  • Lead management: import, score, enrich, deduplicate, and route leads based on scoring models, geography, industry, or deal size; lifecycle stage management from MQL to SQL to opportunity
  • Deal pipeline: create and update deal stages, track pipeline velocity, forecast close dates, identify stalled deals, and calculate stage-by-stage conversion rates
  • Campaign-to-CRM linking: connect marketing campaigns to CRM campaign objects for closed-loop attribution — map UTMs, landing pages, and touchpoints to CRM records
  • Contact deduplication: multi-field matching (email primary, then phone, then company+name composite) with configurable match thresholds and merge-or-flag workflow
  • Audience segmentation: create CRM-based segments for targeting in ad and email platforms — behavioral segments (engagement recency, deal stage), firmographic segments (industry, company size), and custom property segments
  • Data validation: ensure all records meet CRM field requirements before sync — email format, phone normalization, required field checks, picklist value validation, and custom field type enforcement
  • Pipeline analytics: conversion rates by stage, average deal velocity, win/loss analysis, bottleneck identification, forecast accuracy, and rep performance benchmarking

Read the full file on GitHub · 127 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 127 lines · 71 tokens per session scan A b1ab7e560b45

Subscribe to this mod's changes

crm-manager is an agent published in the GitHub repository indranilbanerjee/digital-marketing-pro (806 stars, last pushed 3d ago), licensed MIT. It adds 71 tokens to every session and 2,675 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.