Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Konvy Beauty Deals Skill

FreeNot checked

GenPark AI Skill — Discover authentic beauty deals on Konvy.com, Thailand's #1 cosmetics marketplace

GitHubEmbed

About

GenPark AI Skill — Discover authentic beauty deals on Konvy.com, Thailand's #1 cosmetics marketplace

README

GenPark AI Agent Skill -- Discover authentic beauty deals on Konvy.com, Thailand's leading cosmetics e-commerce platform.

Overview

Konvy.com offers 20-70% discounts on 100% authentic skincare, makeup, fragrance, vitamins, and beauty tools across 500+ global and Thai brands. This skill distills Konvy's core capabilities into a structured AI agent SDK.

Supported Actions

Method Description
search_products(query) Search by keyword (product, ingredient, brand)
browse_category(category) Browse by category (skincare, makeup, fragrance, etc.)
browse_brand(brand) List products from a specific brand
get_promotions(promo_sign) Access promotional pages (LUXE, New Arrivals, etc.)
find_best_deals(category) Surface highest-discount products in a category

Categories

skincare | makeup | fragrance | health | baby | tools | fashion | body | home

Quick Start

from client import KonvyBeautyClient

client = KonvyBeautyClient()

# Search for CeraVe products
results = client.search_products("CeraVe", max_price_thb=500, limit=10)
print(results["best_deal"])

# Find makeup deals >= 30% off
deals = client.find_best_deals("makeup", min_discount_pct=30.0)
for product in deals["products"]:
    price = product['sale_price_thb']
    disc = product['discount_pct']
    print(f"{product['name']} -- THB {price:,.0f} ({disc}% off)")

Installation

# No external dependencies -- uses Python stdlib only
python --version  # Python 3.9+
python example_usage.py

Response Format

{
  "query": "CeraVe",
  "products": [
    {
      "name": "CeraVe Moisturizing Cream 340g",
      "brand": "CeraVe",
      "sale_price_thb": 399.0,
      "original_price_thb": 599.0,
      "discount_pct": 33.4,
      "url": "https://www.konvy.com/item/...",
      "image_url": "https://..."
    }
  ],
  "total_found": 8,
  "best_deal": { "..." : "..." }
}

Popular Brands on Konvy

CeraVe | Neutrogena | L'Oreal Paris | Maybelline | Garnier | Biore | Vaseline | Mediheal | BANOBAGI | Srichand | Kiehls | Eucerin | Plantnery | ROM&ND | SKINTIFIC

Skill Metadata

{
  "name": "konvy-beauty-deals-skill",
  "category": "e-commerce",
  "tags": ["beauty", "cosmetics", "skincare", "deals", "thailand", "konvy"],
  "platform": "Konvy.com"
}

About Konvy.com

  • Thailand's #1 authentic beauty marketplace
  • 500+ brands from Korea, Japan, Europe, USA, and Thailand
  • Free shipping on orders over THB 499
  • Flash deals up to 70% off
  • Mobile apps on iOS, Android & Huawei AppGallery
  • Supports Thai, English, and Chinese

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-konvy-beauty-deals-skill

Installing Genpark Konvy Beauty Deals Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-konvy-beauty-deals-skill

FAQ

Is Genpark Konvy Beauty Deals Skill MCP free?

Yes, Genpark Konvy Beauty Deals Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Konvy Beauty Deals Skill need an API key?

No, Genpark Konvy Beauty Deals Skill runs without API keys or environment variables.

Is Genpark Konvy Beauty Deals Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Konvy Beauty Deals Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Konvy Beauty Deals Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Konvy Beauty Deals Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs