plugins marketplace
← All plugins

customer-sales-automation

v1.2.1

Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/customer-sales-automation/ inside the repository.

Layout

plugins/customer-sales-automation/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/customer-sales-automation/.codex-plugin/plugin.json
{
  "name": "customer-sales-automation",
  "version": "1.2.1",
  "description": "Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Customer Sales Automation",
    "shortDescription": "Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration",
    "category": "Coding"
  }
}
plugins/customer-sales-automation/.claude-plugin/plugin.json
{
  "name": "customer-sales-automation",
  "version": "1.2.1",
  "description": "Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}