Professional AI image and video generation without leaving Claude Code. Generate web assets, UI components, marketing materials, and videos with specialized agents and intelligent workflows.
FAQ
imaginepro is a Claude Code plugin with hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: imaginpro/imaginepro-claude-plugin
Professional AI image and video generation without leaving Claude Code. Generate web assets, UI components, marketing materials, and videos with specialized agents and intelligent workflows.
Unlike directly using the ImaginePro MCP server, this plugin provides:
/imagine-pro - Intelligent generation with prompt guidance/upscale-it - Quick production-quality enhancement/vary-it - Smart variations and refinements/video-flow - Complete video workflow automation/imagine-guide - Interactive learning and best practicesAccess to 8 ImaginePro MCP tools:
Note: The MCP server (
imaginepro-mcp-server) is automatically installed vianpxwhen the plugin loads - no manual installation needed!
# Add the ImaginePro marketplace
/plugin marketplace add imaginpro/claude-marketplace
# Install the plugin
/plugin install imaginepro
# Set your API key
export IMAGINEPRO_API_KEY="sk-your-api-key-here"
# Add the plugin repository (full URL format)
/plugin marketplace add https://github.com/imaginpro/imaginepro-claude-plugin
# Install
/plugin install imaginepro
# Verify installation
/plugin list
# Set your API key
export IMAGINEPRO_API_KEY="sk-your-api-key-here"
# Clone the repository
git clone https://github.com/imaginpro/imaginepro-claude-plugin.git
cd imaginepro-claude-plugin
# Add local plugin using absolute path
/plugin marketplace add /path/to/imaginepro-claude-plugin
# Or use relative path if in the plugin directory
/plugin marketplace add ./
# Install
/plugin install imaginepro
# Set your API key
export IMAGINEPRO_API_KEY="sk-your-api-key-here"
sk-)For current session:
export IMAGINEPRO_API_KEY="sk-your-api-key-here"
Make it permanent (choose your shell):
For Zsh (macOS default):
echo 'export IMAGINEPRO_API_KEY="sk-your-api-key-here"' >> ~/.zshrc
source ~/.zshrc
For Bash:
echo 'export IMAGINEPRO_API_KEY="sk-your-api-key-here"' >> ~/.bash_profile
source ~/.bash_profile
Verify it's set:
echo $IMAGINEPRO_API_KEY
# Activate Web Asset Producer agent
"I need a hero image for my SaaS landing page"
# Or use the command directly
/imagine-pro modern SaaS hero image, professional team collaborating,
blue color scheme, space for headline in upper third, 1920x1080
# Upscale for production
/upscale-it [messageId]
# Activate UI/UX Asset Generator
"Create 5 navigation icons for my mobile app"
# Agent guides you through creating a consistent set
# Or generate individually
/imagine-pro minimal line icon for home navigation, clean geometric,
64px, monochrome, 3px stroke weight
# Activate Marketing Creative Specialist
"Create 3 Instagram ad variants for my product launch"
# Agent creates A/B test-ready variants
# Or use command
/imagine-pro Instagram ad creative, 1:1 format, productivity app,
scroll-stopping visual, mobile-optimized
# Use the automated workflow
/video-flow product reveal: wireless headphones from box to wearing,
studio photography style
# Or work with Video Director agent for more control
"Create a day-to-night city timelapse video"
/imagine-guide
# Or ask specific questions:
/imagine-guide how do I create a hero image?
/imagine-guide best practices for icon sets
/imagine-guide tips for smooth video transitions
imaginepro-claude-plugin/
โโโ .claude-plugin/
โ โโโ plugin.json # Plugin manifest
โโโ .mcp.json # MCP server configuration
โโโ agents/ # 4 specialized agents
โ โโโ web-asset-producer.md
โ โโโ ui-asset-generator.md
โ โโโ marketing-creative.md
โ โโโ video-director.md
โโโ commands/ # 5 smart commands
โ โโโ imagine-pro.md
โ โโโ upscale-it.md
โ โโโ vary-it.md
โ โโโ video-flow.md
โ โโโ imagine-guide.md
โโโ docs/ # Documentation
โ โโโ quick-start.md
โ โโโ workflows/
โ โโโ prompt-library/
โ โโโ troubleshooting.md
โโโ examples/ # Real-world examples
1. Generate initial image
/imagine-pro [detailed prompt]
2. Explore variations
/vary-it [messageId]
3. Choose best version
4. Upscale for production
/upscale-it [best-messageId]
5. Download and use!
1. Describe transformation
/video-flow [clear transformation description]
2. Review generated video
(automatically creates frames and video)
3. Use in project!
1. Generate initial creative
/imagine-pro [prompt]
2. Create test variants
/vary-it [messageId] # Variant A
/vary-it [messageId] # Variant B
/vary-it [messageId] # Variant C
3. Test all variants
4. Upscale winner
/upscale-it [winning-messageId]
# Required
export IMAGINEPRO_API_KEY="sk-your-api-key"
# Optional
export IMAGINEPRO_BASE_URL="https://api.imaginepro.ai" # Custom endpoint
export IMAGINEPRO_TIMEOUT="300000" # Timeout in ms
The plugin automatically configures the ImaginePro MCP server. Configuration is in .mcp.json:
{
"mcpServers": {
"imaginepro": {
"command": "npx",
"args": ["-y", "imaginepro-mcp-server"],
"env": {
"IMAGINEPRO_API_KEY": "${IMAGINEPRO_API_KEY}"
}
}
}
}
We welcome contributions! Whether it's:
See CONTRIBUTING.md for guidelines.
MIT License - see LICENSE file for details.
Built with:
Made with โค๏ธ for the Claude Code community
.claude-plugin/
plugin.json
.gitignore
.mcp.json
agents/
AGENTS.md
marketing-creative.md
ui-asset-generator.md
video-director.md
web-asset-producer.md
assets/
icon.png
CLAUDE.md
commands/
imagine-guide.md
imagine-pro.md
upscale-it.md
vary-it.md
video-flow.md
CONTRIBUTING.md
docs/
api-reference.md
faq.md
prompt-library/
marketing-assets.md
ui-ux-assets.md
video-concepts.md
web-assets.md
quick-start.md
troubleshooting.md
workflows/
marketing-content.md
ui-ux-design.md
video-creation.md
web-development.md
examples/
marketing-campaign.md
mobile-app-design-system.md
product-video.md
saas-landing-page.md
ICON_PROMPT.md
IMPLEMENTATION_PLAN.md
LICENSE
MCP_SETUP.md
README.md
REPOSITORY_SETUP.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic