---
name: elmakina-owner
description: El-Makina SaaS Platform AI Assistant for business owners. Manage social media, e-commerce, messaging, ads, analytics, and automation through natural language.
homepage: https://app.el-makina.tn
version: 2.0.0
author: TijaraTech
metadata:
  openclaw:
    emoji: "🛍️"
    category: "business"
    languages: ["en", "fr", "ar"]
    install:
      - id: "npm"
        kind: "npm"
        package: "elmakina-cli"
        bins: ["elmakina"]
        label: "Install El-Makina CLI (npm)"
      - id: "login"
        kind: "command"
        command: "elmakina login"
        label: "Login to El-Makina (or run: elmakina register)"
---

# El-Makina Owner AI Assistant 🛍️

You are an AI assistant for **El-Makina** platform owners. Help them manage their complete business operations including social media, e-commerce, messaging, ads, analytics, and automation.

## Authentication

Before running commands, login to El-Makina:

```bash
# New user - create account
elmakina register

# Existing user - login
elmakina login

# Check login status
elmakina whoami
```

The CLI stores your token securely. No manual API key needed.

---

## 📊 ANALYTICS & REPORTS

### Dashboard Overview
```bash
elmakina dashboard                    # Full dashboard summary
elmakina dashboard --period=today     # Today's stats
elmakina dashboard --period=week      # This week
elmakina dashboard --period=month     # This month
```

### AI Analytics
```bash
elmakina analytics ai                 # AI usage analytics
elmakina analytics ai --costs         # AI costs breakdown
elmakina analytics ai --usage         # Token usage stats
```

### Reports & Insights
```bash
elmakina reports list                 # List available reports
elmakina reports generate <type>      # Generate report (sales, engagement, growth)
elmakina reports export <id> --format=pdf   # Export report
elmakina insights                     # AI-powered business insights
```

---

## 👥 SUBSCRIBERS & ENGAGEMENT

### Subscriber Manager
```bash
elmakina subscribers list                      # List all subscribers
elmakina subscribers list --page=<id>          # Filter by page/channel
elmakina subscribers list --label=<label>      # Filter by label
elmakina subscribers search "<query>"          # Search subscribers
elmakina subscribers <id>                      # Get subscriber details
elmakina subscribers <id> --history            # Message history
elmakina subscribers add-label <id> <label>    # Add label to subscriber
elmakina subscribers export --format=csv       # Export subscribers
elmakina subscribers stats                     # Subscriber statistics
```

### Live Chat
```bash
elmakina chat inbox                   # View chat inbox
elmakina chat inbox --unread          # Unread messages only
elmakina chat inbox --channel=messenger   # Filter by channel
elmakina chat <subscriber_id>         # Open chat with subscriber
elmakina chat send <subscriber_id> "<message>"  # Send message
elmakina chat send <subscriber_id> --template=<id>  # Send template
elmakina chat assign <chat_id> <agent_id>      # Assign to agent
```

### Broadcasting
```bash
elmakina broadcast list               # List broadcasts
elmakina broadcast list --status=scheduled    # Scheduled broadcasts
elmakina broadcast <id>               # Get broadcast details
elmakina broadcast create             # Create new broadcast (interactive)
elmakina broadcast create --page=<id> --message="<text>" --labels=<ids>
elmakina broadcast schedule <id> --time="2024-01-15 10:00"
elmakina broadcast cancel <id>        # Cancel scheduled broadcast
elmakina broadcast stats <id>         # Broadcast performance stats
```

---

## 🤖 AUTOMATION

### WhatsApp Bot
```bash
elmakina whatsapp accounts            # List WhatsApp accounts
elmakina whatsapp account <id>        # Account details
elmakina whatsapp bot status <account_id>     # Bot status
elmakina whatsapp bot enable <account_id>     # Enable bot
elmakina whatsapp bot disable <account_id>    # Disable bot
elmakina whatsapp send <phone> "<message>"    # Send WhatsApp message
elmakina whatsapp templates           # List message templates
elmakina whatsapp template <id>       # Get template details
```

### Comment Manager
```bash
elmakina comments list                # List recent comments
elmakina comments list --page=<id>    # Filter by page
elmakina comments list --post=<id>    # Filter by post
elmakina comments pending             # Pending comments to review
elmakina comments reply <id> "<message>"      # Reply to comment
elmakina comments hide <id>           # Hide comment
elmakina comments delete <id>         # Delete comment
elmakina comments auto-reply status   # Auto-reply status
elmakina comments auto-reply enable   # Enable auto-reply
elmakina comments rules list          # List auto-reply rules
```

### Bot Manager
```bash
elmakina bot list                     # List all bots
elmakina bot <id>                     # Bot details
elmakina bot flows <page_id>          # List bot flows for page
elmakina bot flow <flow_id>           # Flow details
elmakina bot enable <page_id>         # Enable bot for page
elmakina bot disable <page_id>        # Disable bot for page
elmakina bot keywords <page_id>       # List keywords
elmakina bot keyword add <page_id> "<keyword>" --reply="<text>"
elmakina bot stats <page_id>          # Bot performance stats
```

### To-Do List
```bash
elmakina todo list                    # List all tasks
elmakina todo list --status=pending   # Filter by status
elmakina todo add "<task>"            # Add new task
elmakina todo add "<task>" --due="2024-01-15" --priority=high
elmakina todo complete <id>           # Mark as complete
elmakina todo delete <id>             # Delete task
```

### Kanban Board
```bash
elmakina kanban boards                # List boards
elmakina kanban board <id>            # View board
elmakina kanban cards <board_id>      # List cards
elmakina kanban card add <board_id> "<title>" --column=<id>
elmakina kanban card move <card_id> --column=<id>
```

---

## 🧠 AI FEATURES

### AI Agent
```bash
elmakina ai ask "<question>"          # Ask AI anything about your business
elmakina ai suggest                   # Get AI suggestions for your business
elmakina ai analyze "<topic>"         # AI analysis on specific topic
elmakina ai actions                   # List available AI actions
elmakina ai execute <action>          # Execute AI action
```

### AI Content Generator
```bash
elmakina ai generate post "<topic>"             # Generate social post
elmakina ai generate post "<topic>" --platform=instagram --tone=professional
elmakina ai generate caption "<description>"    # Generate caption
elmakina ai generate hashtags "<topic>"         # Generate hashtags
elmakina ai generate product-description <product_id>   # Product description
elmakina ai generate reply "<message>"          # Suggest reply
elmakina ai generate email "<subject>"          # Generate email
elmakina ai translate "<text>" --to=ar          # Translate content
```

### Interest Explorer
```bash
elmakina interests explore "<topic>"  # Explore interests for topic
elmakina interests trending           # Trending interests
elmakina interests audience <page_id> # Audience interests analysis
```

---

## 🧱 AI PLATFORM

### AI Site Builder
```bash
elmakina site list                    # List sites
elmakina site <id>                    # Site details
elmakina site create "<name>"         # Create new site
elmakina site generate "<description>"  # AI-generate site from description
elmakina site pages <site_id>         # List pages
elmakina site publish <site_id>       # Publish site
```

---

## 📣 SOCIAL MEDIA

### Social Posting
```bash
elmakina posts list                   # List scheduled/published posts
elmakina posts list --status=scheduled  # Scheduled posts only
elmakina posts list --page=<id>       # Filter by page
elmakina posts <id>                   # Post details
elmakina posts create                 # Create post (interactive)
elmakina posts create --pages=<ids> --message="<text>" --images=<urls>
elmakina posts schedule <id> --time="2024-01-15 10:00"
elmakina posts publish <id>           # Publish now
elmakina posts delete <id>            # Delete post
elmakina posts stats <id>             # Post performance
```

### Instagram Bot
```bash
elmakina instagram accounts           # List Instagram accounts
elmakina instagram account <id>       # Account details
elmakina instagram bot status <id>    # Bot status
elmakina instagram bot enable <id>    # Enable Instagram bot
elmakina instagram dm list <account_id>   # List DMs
elmakina instagram dm send <user> "<message>"  # Send DM
elmakina instagram stories <account_id>   # List stories
elmakina instagram insights <account_id>  # Account insights
```

### Meta Ads
```bash
elmakina ads accounts                 # List ad accounts
elmakina ads account <id>             # Account details
elmakina ads campaigns                # List campaigns
elmakina ads campaign <id>            # Campaign details
elmakina ads campaign <id> --stats    # Campaign stats
elmakina ads adsets <campaign_id>     # List ad sets
elmakina ads adset <id>               # Ad set details
elmakina ads create-campaign          # Create campaign (interactive)
elmakina ads pause <campaign_id>      # Pause campaign
elmakina ads resume <campaign_id>     # Resume campaign
elmakina ads budget <campaign_id> <amount>  # Update budget
elmakina ads insights                 # Overall ads insights
elmakina ads insights --campaign=<id> # Campaign insights
elmakina ads spend --period=month     # Ad spend report
```

### WhatsApp Link Generator
```bash
elmakina wa-link generate "<message>"              # Generate WhatsApp link
elmakina wa-link generate "<message>" --phone=<number>
elmakina wa-link list                 # List generated links
elmakina wa-link stats <id>           # Link click stats
```

---

## 🔗 SOCIAL CHANNELS

### Connect Accounts
```bash
elmakina accounts list                # List all connected accounts
elmakina accounts list --type=facebook   # Filter by type
elmakina accounts <id>                # Account details
elmakina accounts facebook            # List Facebook pages
elmakina accounts instagram           # List Instagram accounts
elmakina accounts whatsapp            # List WhatsApp accounts
elmakina accounts telegram            # List Telegram bots
elmakina accounts disconnect <id>     # Disconnect account
elmakina accounts refresh <id>        # Refresh account token
elmakina accounts status              # All accounts status check
```

---

## 🛒 E-COMMERCE

### Ecommerce Store
```bash
# Stores
elmakina stores                       # List your stores
elmakina store <id>                   # Store details
elmakina store <id> --stats           # Store statistics
elmakina store create "<name>"        # Create new store
elmakina store update <id>            # Update store (interactive)
elmakina store settings <id>          # Store settings

# Products
elmakina products                     # List all products
elmakina products --store=<id>        # Filter by store
elmakina products --category=<id>     # Filter by category
elmakina products --low-stock         # Low stock products
elmakina products search "<query>"    # Search products
elmakina product <id>                 # Product details
elmakina product create               # Create product (interactive)
elmakina product create --name="<name>" --price=<price> --stock=<qty>
elmakina product update <id>          # Update product
elmakina product delete <id>          # Delete product
elmakina product stock <id> <qty>     # Update stock
elmakina product price <id> <price>   # Update price

# Categories
elmakina categories                   # List categories
elmakina category <id>                # Category details
elmakina category create "<name>"     # Create category
elmakina category delete <id>         # Delete category

# Orders
elmakina orders                       # List all orders
elmakina orders --status=pending      # Filter by status
elmakina orders --store=<id>          # Filter by store
elmakina orders --today               # Today's orders
elmakina orders search "<query>"      # Search orders
elmakina order <id>                   # Order details
elmakina order <id> --items           # Order items
elmakina order update <id> --status=<status>  # Update status
elmakina order fulfill <id>           # Mark as fulfilled
elmakina order cancel <id>            # Cancel order
elmakina order refund <id>            # Process refund
elmakina order notify <id> "<message>"  # Notify customer
elmakina order tracking <id> "<tracking_number>"  # Add tracking

# Customers
elmakina customers                    # List customers
elmakina customers --store=<id>       # Filter by store
elmakina customers search "<query>"   # Search customers
elmakina customer <id>                # Customer details
elmakina customer <id> --orders       # Customer order history
elmakina customer message <id> "<message>"  # Message customer

# Coupons
elmakina coupons                      # List coupons
elmakina coupon <id>                  # Coupon details
elmakina coupon create                # Create coupon (interactive)
elmakina coupon create --code="SAVE20" --discount=20 --type=percent
elmakina coupon deactivate <id>       # Deactivate coupon

# Sales Stats
elmakina sales                        # Sales overview
elmakina sales --today                # Today's sales
elmakina sales --week                 # This week
elmakina sales --month                # This month
elmakina sales --store=<id>           # Filter by store
elmakina revenue                      # Revenue report
elmakina revenue --breakdown          # Revenue breakdown by product/category
```

---

## 🧑‍💼 FREELANCE

### Freelancer Platform
```bash
elmakina jobs list                    # List jobs
elmakina jobs list --status=open      # Open jobs
elmakina job <id>                     # Job details
elmakina job create                   # Post new job
elmakina job proposals <id>           # View proposals
elmakina job award <job_id> <freelancer_id>   # Award job
elmakina job close <id>               # Close job

elmakina freelancers                  # List freelancers
elmakina freelancer <id>              # Freelancer profile
elmakina freelancer <id> --portfolio  # View portfolio
elmakina freelancer <id> --reviews    # View reviews

elmakina contracts                    # List contracts
elmakina contract <id>                # Contract details
elmakina contract milestone <id> <amount> "<description>"  # Add milestone
elmakina contract complete <id>       # Complete contract
```

---

## 🎬 VIDEO

### Video Ads Generator
```bash
elmakina video-ads list               # List video ads
elmakina video-ad <id>                # Video ad details
elmakina video-ad create              # Create video ad (interactive)
elmakina video-ad generate "<description>"  # AI-generate video ad
elmakina video-ad templates           # List templates
elmakina video-ad render <id>         # Render video
elmakina video-ad download <id>       # Download video
```

### Video Editor
```bash
elmakina video list                   # List videos
elmakina video <id>                   # Video details
elmakina video upload "<path>"        # Upload video
elmakina video trim <id> --start=0 --end=30   # Trim video
elmakina video merge <id1> <id2>      # Merge videos
elmakina video export <id>            # Export video
```

---

## 🛠️ TOOLS

### Image Editor
```bash
elmakina images list                  # List images
elmakina image <id>                   # Image details
elmakina image upload "<path>"        # Upload image
elmakina image resize <id> --width=800 --height=600
elmakina image crop <id>              # Crop image
elmakina image filter <id> --filter=grayscale
elmakina image download <id>          # Download image
```

### Landing Page Builder
```bash
elmakina landing-pages                # List landing pages
elmakina landing-page <id>            # Page details
elmakina landing-page create "<name>" # Create page
elmakina landing-page generate "<description>"  # AI-generate page
elmakina landing-page publish <id>    # Publish page
elmakina landing-page stats <id>      # Page statistics
elmakina landing-page clone <id>      # Clone page
```

### Hosting
```bash
elmakina hosting sites                # List hosted sites
elmakina hosting site <id>            # Site details
elmakina hosting domains              # List domains
elmakina hosting domain add "<domain>"  # Add domain
elmakina hosting ssl <domain>         # SSL status
elmakina hosting ssl enable <domain>  # Enable SSL
```

---

## 👨‍👩‍👧 TEAM & ADMINISTRATION

### Team Management
```bash
elmakina team                         # List team members
elmakina team member <id>             # Member details
elmakina team invite "<email>" --role=<role>  # Invite member
elmakina team remove <id>             # Remove member
elmakina team roles                   # List roles
elmakina team permissions <role>      # Role permissions
```

### Administration Panel
```bash
elmakina admin users                  # List users (admin only)
elmakina admin user <id>              # User details
elmakina admin user <id> --suspend    # Suspend user
elmakina admin user <id> --activate   # Activate user
elmakina admin logs                   # System logs
elmakina admin settings               # System settings
```

---

## ⚙️ CONFIGURATION

### Feature Settings
```bash
elmakina features                     # List all features
elmakina feature <name>               # Feature status
elmakina feature enable <name>        # Enable feature
elmakina feature disable <name>       # Disable feature
elmakina modules                      # List modules
elmakina module <name>                # Module details
```

### WooCommerce Integration
```bash
elmakina woo status                   # WooCommerce connection status
elmakina woo connect                  # Connect WooCommerce store
elmakina woo sync                     # Sync products/orders
elmakina woo sync --products          # Sync products only
elmakina woo sync --orders            # Sync orders only
elmakina woo products                 # List WooCommerce products
elmakina woo orders                   # List WooCommerce orders
```

---

## 🔐 SETTINGS

### API Channels
```bash
elmakina api keys                     # List API keys
elmakina api key create "<name>"      # Create new API key
elmakina api key revoke <id>          # Revoke API key
elmakina api webhooks                 # List webhooks
elmakina api webhook create "<url>" --events=<events>
elmakina api webhook delete <id>      # Delete webhook
elmakina api logs                     # API request logs
```

---

## 🌍 MULTI-LANGUAGE SUPPORT

All commands support multiple languages:

```bash
elmakina config language ar           # Switch to Arabic
elmakina config language fr           # Switch to French
elmakina config language en           # Switch to English

# Or use per-command:
elmakina orders --lang=ar             # Get orders in Arabic
elmakina ai generate post "<topic>" --lang=fr  # Generate in French
```

---

## 📱 QUICK ACTIONS (Natural Language)

The AI assistant understands natural language. Examples:

**English:**
- "Show me today's orders"
- "What's my total revenue this month?"
- "Send a message to customer #123 about their shipping"
- "Create a 20% discount coupon for the weekend"
- "Which products are running low on stock?"
- "Generate an Instagram post about our new product"
- "How many new subscribers did we get this week?"
- "Pause the summer sale ad campaign"

**French:**
- "Montre-moi les commandes d'aujourd'hui"
- "Quel est mon chiffre d'affaires ce mois-ci?"
- "Envoie un message au client #123"
- "Crée un coupon de réduction de 20%"
- "Quels produits sont en rupture de stock?"

**Arabic:**
- "أظهر لي طلبات اليوم"
- "ما هو إجمالي إيراداتي هذا الشهر؟"
- "أرسل رسالة للعميل رقم 123"
- "أنشئ كوبون خصم 20%"
- "ما هي المنتجات التي نفذ مخزونها؟"

---

## 🔧 CONFIGURATION

```bash
elmakina config                       # View current config
elmakina config set <key> <value>     # Set config value
elmakina config api-key "<key>"       # Set API key
elmakina config base-url "<url>"      # Set base URL
elmakina config language <lang>       # Set language (en/fr/ar)
elmakina config reset                 # Reset to defaults
```

---

## 📊 EXAMPLES BY USE CASE

### Daily Store Management
```bash
# Morning routine
elmakina dashboard --period=today
elmakina orders --status=pending
elmakina products --low-stock
elmakina chat inbox --unread

# Process orders
elmakina order 123 --items
elmakina order update 123 --status=processing
elmakina order tracking 123 "TN123456789"
elmakina order notify 123 "Your order has been shipped!"
```

### Social Media Management
```bash
# Check engagement
elmakina subscribers stats
elmakina comments pending
elmakina posts stats 456

# Create content
elmakina ai generate post "New summer collection" --platform=instagram
elmakina posts create --pages=1,2 --message="Check out our new arrivals!" --schedule="tomorrow 10:00"

# Respond to audience
elmakina comments reply 789 "Thank you for your feedback!"
elmakina chat send 321 "Hi! How can I help you today?"
```

### Ads Management
```bash
# Check performance
elmakina ads insights --period=week
elmakina ads campaign 111 --stats
elmakina ads spend --period=month

# Optimize
elmakina ads pause 111
elmakina ads budget 222 500
```

### Customer Support
```bash
# Handle inquiries
elmakina chat inbox --unread
elmakina chat 456
elmakina ai generate reply "Where is my order?"
elmakina order search "customer@email.com"
elmakina order 789 --items
elmakina chat send 456 "Your order #789 is being shipped today!"
```

---

## ⚠️ CONFIRMATIONS

Actions that modify data require confirmation. Use `--yes` or `-y` to skip:

```bash
elmakina order cancel 123 --yes       # Skip confirmation
elmakina product delete 456 -y        # Skip confirmation
```

---

## 🆘 HELP

```bash
elmakina help                         # General help
elmakina help <command>               # Command help
elmakina help orders                  # Orders help
elmakina help ai                      # AI features help
```

---

## 🔗 API REFERENCE

Base URL: `https://app.el-makina.tn/api-v2`

All endpoints require authentication via:
- Header: `Authorization: Bearer <API_KEY>`
- Or: `X-API-Key: <API_KEY>`

Full API documentation: https://app.el-makina.tn/docs/api

---

## 🆕 NEW IN V2.0.0

### SMS Marketing
```bash
elmakina sms send +216XXXXXXX "Your message here"   # Send SMS
elmakina sms bulk --message="Sale today!"           # Bulk SMS to subscribers
elmakina sms bulk --label=<id> --message="..."      # Send to specific label
elmakina sms templates                               # List SMS templates
elmakina sms balance                                 # Check SMS credits
```

### Email Marketing
```bash
elmakina email send user@email.com "Subject"        # Send email
elmakina email send user@email.com "Subject" -m "Body message"
elmakina email campaigns                             # List email campaigns
elmakina email campaigns --status=active            # Filter by status
elmakina email campaign <id>                         # Campaign details
elmakina email templates                             # List email templates
```

### Analytics & Export
```bash
elmakina analytics overview                          # Analytics overview
elmakina analytics overview --period=week           # This week
elmakina analytics overview --period=month          # This month
elmakina analytics export --format=csv              # Export to CSV
elmakina analytics export --format=json             # Export to JSON
elmakina analytics export --type=sales              # Export sales only
elmakina analytics top-products                      # Top selling products
elmakina analytics top-products --limit=20          # Top 20 products
```

### Customer Management
```bash
elmakina customers list                              # List customers
elmakina customers list --search="john"             # Search customers
elmakina customers list --sort=spent                # Sort by total spent
elmakina customers show <id>                         # Customer details
elmakina customers orders <id>                       # Customer order history
```

### Store Settings
```bash
elmakina store info                                  # View store info
elmakina store update --name="My Store"             # Update store name
elmakina store update --currency=TND                # Set currency
elmakina store update --phone="+216..."             # Update phone
elmakina store hours                                 # View business hours
elmakina store hours --set='{"monday":{"open":true,"from":"09:00","to":"18:00"}}'
```

### Shipping Management
```bash
elmakina shipping zones                              # List shipping zones
elmakina shipping rates                              # List shipping rates
elmakina shipping add-rate --method="Express" --rate=15 --days=1
```

### Bot Settings
```bash
elmakina bot status                                  # Bot status overview
elmakina bot toggle auto-reply                       # Toggle auto-reply
elmakina bot toggle welcome                          # Toggle welcome message
elmakina bot toggle messenger                        # Toggle Messenger bot
elmakina bot replies                                 # List auto-reply templates
elmakina bot add-reply --trigger="hello" --response="Hi there!"
```

### Labels & Tags
```bash
elmakina labels list                                 # List all labels
elmakina labels create "VIP Customers"              # Create label
elmakina labels create "Hot Leads" --color="#ff0000"
elmakina labels delete <id>                          # Delete label
elmakina labels assign <labelId> <subscriberId>     # Assign to subscriber
```

### Scheduled Posts
```bash
elmakina posts schedule --message="New arrivals!" --date="2024-01-15 10:00"
elmakina posts schedule --message="..." --platforms=facebook,instagram
elmakina posts scheduled                             # List scheduled posts
elmakina posts cancel <id>                           # Cancel scheduled post
```

### Profile & Notifications
```bash
elmakina profile show                                # Your profile
elmakina profile update --name="John Doe"           # Update name
elmakina profile update --phone="+216..."           # Update phone
elmakina notifications list                          # List notifications
elmakina notifications list --unread                 # Unread only
elmakina notifications read <id>                     # Mark as read
elmakina notifications read --all                    # Mark all as read
```

### Subscription & Plans
```bash
elmakina plan info                                   # Current plan details
elmakina plan upgrade                                # View upgrade options
```

### Instagram Connect
```bash
elmakina connect instagram                           # Connect Instagram account
```

---

## 📋 COMPLETE COMMAND LIST (v2.0.0)

| Category | Commands |
|----------|----------|
| **Auth** | `register`, `login`, `logout`, `whoami` |
| **Dashboard** | `dashboard`, `sales` |
| **Products** | `products list/create/edit/show/delete/stock/price` |
| **Orders** | `orders list/show/update/refund/cancel` |
| **Coupons** | `coupon list/create/edit/delete/stats` |
| **Customers** | `customers list/show/orders` |
| **Subscribers** | `subscribers list/stats` |
| **Chat** | `chat send` |
| **Broadcast** | `broadcast list/send` |
| **Social** | `accounts`, `connect facebook/instagram/whatsapp` |
| **Posts** | `posts list/create/reply/schedule/scheduled/cancel` |
| **SMS** | `sms send/bulk/templates/balance` |
| **Email** | `email send/campaigns/templates` |
| **Analytics** | `analytics overview/export/top-products` |
| **Store** | `store info/update/hours` |
| **Shipping** | `shipping zones/rates/add-rate` |
| **Bot** | `bot status/toggle/replies/add-reply` |
| **Labels** | `labels list/create/delete/assign` |
| **Ads** | `ads campaigns/insights/pause/resume/budget` |
| **AI** | `ai ask/generate` |
| **Video** | `video generate/status/list` |
| **Freelance** | `freelance jobs/post/proposals/accept/reply` |
| **Profile** | `profile show/update` |
| **Notifications** | `notifications list/read` |
| **Plan** | `plan info/upgrade` |
