Deploy stores, import products from Shopify/Amazon, generate descriptions, optimize conversions, and manage your entire business — all through your AI coding agent with 30+ MCP tools.
## Quick Start
Install the plugin, then ask your AI agent:
> "Help me deploy a Mobazha store on my VPS"
>
> "Import my Shopify products into Mobazha"
>
> "Audit my store and tell me how to get more sales"
See [Installation](#installation) for setup instructions on your platform.
## Skills
### Deploy and Install
- **standalone-setup** — Deploy a self-hosted store on any VPS with Docker
- **native-install** — Install the native binary on Linux, macOS, or Windows
- **store-onboarding** — First-time setup: admin password, store profile, region/currency
### Configure and Connect
- **subdomain-bot-config** — Set up a custom domain and Telegram Bot for your store
- **tor-browsing** — Configure Tor Browser to access .onion stores privately
- **store-mcp-connect** — Connect your AI agent to your store via MCP for direct management
### Operate and Grow
- **store-management** — Manage products, orders, chat, discounts via 30+ MCP tools
- **product-import** — Bulk import products from Shopify, Amazon, or Etsy (CSV, API, or JSON)
- **competitor-analysis** — Research competitor products, reviews, and pricing
### Content and Marketing
- **product-description** — Generate SEO-optimized, conversion-focused product descriptions
- **store-copywriting** — Write compelling store profile, About section, and campaign copy
- **storefront-cro** — Audit your storefront and get prioritized conversion optimization tips
- **product-image-prompt** — Craft AI image prompts for product photos and store branding
## Store Modes
| Mode | Best For | Getting Started |
|------|----------|----------------|
| **SaaS** | Quick start, no server | Sign up at `app.mobazha.org` |
| **VPS Standalone** | Full control, custom domain | Follow `standalone-setup` skill |
| **NAT / Local** | Personal use, development | Follow `native-install` skill |
## MCP Integration
Connect your AI agent directly to your store's API via the [Model Context Protocol](https://modelcontextprotocol.io/).
```mermaid
graph LR
Agent["AI Agent"] -->|"MCP (Streamable HTTP)"| Gateway["Mobazha Gateway"]
Gateway --> Products["Products"]
Gateway --> Orders["Orders"]
Gateway --> Chat["Chat"]
Gateway --> Settings["Settings"]
```
Once connected, your agent can:
- Create, update, and delete products
- View and process orders (confirm, ship, refund)
- Send messages to buyers
- Manage discounts and collections
- Check notifications and exchange rates
See the **store-mcp-connect** skill for setup instructions.
## Installation
### OpenClaw
```
openclaw plugins install mobazha
```
Also available on [ClawHub](https://clawhub.ai/fengzie/mobazha) — search "mobazha" to browse all 14 skills.
### Claude Code
```
/plugin install mobazha@claude-plugins-official
```
### Cursor
```
/add-plugin mobazha
```
### Codex CLI
```
codex marketplace add mobazha/mobazha-skills
```