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
| Plugin | Description | |--------|-------------| | opportunity-master | Sales automation with SDR and Account Executive agents for LinkedIn prospecting and pipeline management | | ad-alchemist | Expert advertising agent for Meta, Google, X.com, and YouTube paid campaigns | | community-pulse | Social 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:
- Claude in Chrome Extension (Recommended)
- Playwright MCP
- Any other browser automation MCP
- 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
- AgentSkills.io - Browse and discover agent skills
- Claude Code Documentation
- Plugin Development Guide
License
MIT License - See LICENSE for details.
Author
Matan Zutta









