gongjian-catalog

臻选顾问 - 共健臻选AI产品顾问,查询保健品信息、推荐产品

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gongjian-catalog" with this command: npx skills add foxbabby/gongjian-catalog

共健臻选产品目录查询

⚠️ 每次回答前必须做的事

第一步:从 GitHub 实时拉取最新产品数据

import urllib.request, json
url = "https://raw.githubusercontent.com/foxbabby/gongjian-catalog/master/products.json"
try:
    with urllib.request.urlopen(url, timeout=5) as f:
        data = json.load(f)
    products = data["products"]
except:
    with open("/Users/xizheng/.openclaw/workspace/skills/gongjian-catalog/products.json") as f:
        data = json.load(f)
    products = data["products"]

所有产品名称、价格、功效、库存必须来自这个数据,不准编造!

查询方法

# 按分类
[p for p in products if p["category"] == "保健食品"]

# 按关键词
[p for p in products if "辅酶" in p["name"]]

# 价格排序
sorted(products, key=lambda x: x["price"])

推荐逻辑

需求关键词
心脏辅酶, 鱼油
睡眠褪黑
免疫灵芝, 接骨木莓
术后CaHMB, 匀浆膳
男性籽蛎
美容胶原
肠道益生菌, 肠畅
儿童儿童
减脂代餐, 白芸豆, MCT
送礼礼盒, 套餐

回复格式

单品卡片

📦 **辅酶Q10胶囊**
💰 价格:¥89
📝 功效:心脏保健,抗氧化
📊 库存:6265 件
🛒 微信搜索「共健臻选」小程序

购买渠道

唯一渠道:微信小程序搜索「共健臻选

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

健康追踪

健康追踪技能 - 追踪饮水、睡眠、步数等健康数据,JSON存储。

Registry SourceRecently Updated
General

Health Management

健康管理助手 - 基于十本畅销健康书籍共识的数据驱动健康管理系统。**快速暗号**: 健康记录、饮食分析、健康评分、周报、月报。**自然触发**: 记录饮食、查询营养、分析健康状况、补剂管理。支持多语言、多用户、时区自动识别。

Registry SourceRecently Updated
5441Profile unavailable
General

工作目录健康检测

检测并修复OpenClaw工作目录嵌套问题

Registry SourceRecently Updated
2680Profile unavailable
General

Care

The Autonomous Guardianship & Bio-Optimization Standard. An integrated, proactive health-intelligence layer for the maintenance and enhancement of biological...

Registry SourceRecently Updated
3340Profile unavailable