Back to Discover

business-growth-mp

skill

Zuttam

A plugin marketplace of skills and subagents for business growth activities

View on GitHub
6 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add Zuttam/business-growth-mp

README

Business Growth Plugin Marketplace

A plugin marketplace providing AI-powered agents and skills for sales & marketing automation.

Part of the AgentSkills.io ecosystem.

Note: While optimized for Claude Code, the skills in this marketplace can be used with any compatible AI assistant (openClaw, etc.).

Available Plugins

PluginDescription
opportunity-masterSales automation with SDR and Account Executive agents for LinkedIn prospecting and pipeline management
ad-alchemistExpert advertising agent for Meta, Google, X.com, and YouTube paid campaigns
community-pulseSocial media marketing agent for community engagement across platforms (Reddit, LinkedIn, X, etc.)

Installation

Recommended: Install via Skills CLI

For any skills-supporting agent (Claude Code, openClaw, etc.):

npx skills add https://github.com/Zuttam/business-growth-mp

Alternative: Claude Code Native Plugin

If you're using Claude Code, add to your project's .claude/settings.json:

{
  "enabledPlugins": {
    "opportunity-master@business-growth-marketplace": true
  }
}

Alternative: Plugin Directory Flag

claude --plugin-dir /path/to/business-growth-marketplace/opportunity-master

Alternative: Clone and Reference

git clone https://github.com/Zuttam/business-growth-mp.git

Then reference in your Claude Code configuration.

Prerequisites

Important: Most skills and agents in this repository require a browser automation MCP to be installed and running, as they interact with web platforms (LinkedIn, Reddit, X, Hacker News, etc.) on your behalf.

  • Browser MCP (Required) - Supported options include:
  • Active sessions in the browser for relevant platforms (LinkedIn, Reddit, X, etc.)

Quick Start

Once installed, you can use the available skills directly in Claude Code:

# Build a lead list
/opportunity-master:list-building VP Engineering at Series B SaaS companies

# Create an outreach campaign
/opportunity-master:campaign-creation list_vp_engineering_series_b

# Research a prospect
/opportunity-master:lead-research https://linkedin.com/in/johndoe

# Execute campaign actions
/opportunity-master:campaign-execution campaign_q1_outreach run

Plugin Structure

business-growth-marketplace/
├── .claude-plugin/
│   └── marketplace.json      # Marketplace registry
├── opportunity-master/       # Sales automation plugin
├── ad-alchemist/            # Paid advertising plugin
├── community-pulse/         # Social media engagement plugin
└── README.md                # This file

Creating Your Own Plugin

Want to add a plugin to this marketplace? See the plugin structure above and create a new directory with:

  1. .claude-plugin/plugin.json - Plugin manifest
  2. agents/ - Agent definitions (optional)
  3. skills/ - Skill implementations (optional)
  4. commands/ - Slash commands (optional)
  5. hooks/ - Event hooks (optional)
  6. README.md - Documentation

Then add your plugin to .claude-plugin/marketplace.json.

Resources

License

MIT License - See LICENSE for details.

Author

Matan Zutta

Rendered live from Zuttam/business-growth-mp's GitHub README — not stored, always reflects the source repo.

3 Plugins

NameDescriptionCategorySource
opportunity-masterSales automation with SDR and Account Executive agents for LinkedIn outreach, lead generation, and pipeline managementbusiness-marketing./opportunity-master
community-pulseSocial media marketing agent for community engagement across platforms (Reddit, LinkedIn, X, Instagram, etc.)business-marketing./community-pulse
ad-alchemistExpert advertising agent for Meta, Google, X.com, and YouTube paid campaigns with campaign planning, creative briefs, and optimization workflowsbusiness-marketing./ad-alchemist

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.