<div align="center">
LifeGenie Plugin Marketplace
Supercharge Claude Code with production-ready plugins

A curated collection of plugins that extend Claude Code's capabilities for
search, research, writing, video generation, image creation, voice design, and
more.
Quick Start • Plugins •
Installation • Contributing
</div>
✨ What's Inside
🚀 Quick Start
# Clone the marketplace
git clone https://github.com/lifegenieai/lifegenie-claude-marketplace.git
# Use any plugin directly
claude --plugin-dir ./lifegenie-claude-marketplace/plugins/video-generator
# Or reference in your settings for persistent access
📦 Plugins
🔍 Search Hub
Multi-source search that fans out to 4 providers in parallel
Hit Tavily, Perplexity, Gemini, and Exa simultaneously for every query.
Cross-referencing what multiple providers surface reveals what's actually
important versus what's noise.
Key Features:
- 🌐 Parallel Fan-Out — All available providers searched simultaneously
- 📊 Provider-Attributed Results — Each source's answer reproduced
faithfully
- 🔗 Cross-Provider Signal — Synthesis section highlights agreements and
contradictions
- 🎯 Single-Provider Mode — Target one provider when explicitly needed
Usage:
/search "latest TypeScript features"
/search "compare React vs Svelte" --providers tavily,perplexity
/search perplexity "quantum computing" --model sonar-pro
/search --status
Providers:
| Provider | Strength | Cost |
|---|
| Gemini | Google's live index | Free (OAuth) |
| Tavily | Fast web results, LLM-optimized | Free tier (1000/mo) |
| Perplexity | Cited synthesis, deep research | $0.01-$0.15/query |
| Exa | Neural/semantic matching | ~$0.005/query |
Requirements: API keys in ~/.claude/.env for Tavily, Perplexity, Exa.
Gemini uses OAuth via gemini CLI. Bun runtime required.
🔬 Research Coordinator
Comprehensive web research with verified citations
A full 7-phase research workflow: scope clarification, research brief, task
decomposition, dual-source execution (Tavily + Gemini), per-task synthesis,
final report, and citation verification.
Key Features: