Install
openclaw skills install vinehoo-search酒云网葡萄酒商品搜索与统计工具;当用户需要搜索葡萄酒、红酒、香槟等商品,或查看当日新上商品统计及具体商品时使用
openclaw skills install vinehoo-searchpage: 页码(必需,从1开始)limit: 每页数量(可选,默认10)keywords: 搜索关键词(可选,如"香槟"、"勃艮第"、"黑皮诺")price_gte: 最低价格(可选)price_lte: 最高价格(可选)countries: 产地国家列表(可选,支持多个,如"法国 意大利")category: 酒类类型(可选,仅支持一个,如"白葡萄酒")node scripts/search_products.js --page <页码> --limit <数量> --keywords "<关键词>" --price-gte <最低价> --price-lte <最高价> --countries <国家1> <国家2> ... --category "<类型>"node scripts/statistics_summary.jspage: 页码(可选,默认1)limit: 每页数量(可选,默认10)country: 国家(可选)category: 酒类类型(可选)region: 产区(可选)winery: 酒庄(可选)node scripts/statistics_products.js --page <页码> --limit <数量> --country "<国家>" --category "<类型>" --region "<产区>" --winery "<酒庄>"--keywords 参数(如搜索特定产区、葡萄品种、酒庄名)--price-gte 和/或 --price-lte 参数--countries 参数(支持多个国家)--category 参数(如红葡萄酒、白葡萄酒、香槟等)node scripts/search_products.js --page 1 --limit 10 --keywords "香槟"
node scripts/search_products.js --page 1 --price-gte 100 --price-lte 500
node scripts/search_products.js --page 1 --limit 10 --countries 法国 意大利
node scripts/search_products.js --page 1 --limit 10 --category "白葡萄酒"
node scripts/search_products.js --page 1 --limit 20 --keywords "勃艮第" --price-gte 300 --price-lte 800 --countries 法国 --category "红葡萄酒"
node scripts/statistics_summary.js
node scripts/statistics_products.js --country "意大利" --category "干红葡萄酒"
node scripts/statistics_products.js --region "瓦波利切拉产区"
node scripts/statistics_products.js --winery "佩高酒庄"
node scripts/statistics_products.js