ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Xiaochi

Skill by codekungfu

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codekungfu/xiaochi
Or

name: meituan-waimai-hot-trend description: 注册“美团外卖”热门技能;当需要访问或自动化美团外卖相关内容时调用。 homepage: https://waimai.meituan.com/ metadata: {"clawdbot":{"emoji":"🔥"}}

美团外卖

用途与边界

  • 面向公开商家与商品页的信息检索与价格/配送摘要
  • 不提供下单、接口逆向或突破风控能力
  • 仅用于公开页面的轻量分析与提醒

关键入口

常见任务

  • 指定品类的商家列表摘要(评分、配送费、预计时长、起送价)
  • 商品详情核心指标整理(价格、月售、规格、评价亮点)
  • 同类商品对比分析(品牌、规格、价格/促销)

数据字段

  • 商家名称、评分、评价数、配送费、预计时长、起送价、链接
  • 商品标题、价格/促销价、月售、规格、评价数、链接
  • 活动名称、时间窗口、来源链接

自动化要点

  • 页面动态渲染与定位依赖,建议人工打开后触发解析
  • 价格/配送信息随时间与区域变动,需标注采集时间与区域
  • 频率控制,不进行批量抓取

示例流程

  • 商家清单:输入地址 → 搜索品类 → 抽取商家 → 输出评分/配送摘要
  • 商品摘要:访问详情页 → 提取价格/月售/评价 → 生成对比卡片
  • 同类对比:收集候选 → 按规格分组 → 输出差异点

合规提示

  • 遵守平台与地理位置授权规则,不进行接口调用或批量采集
  • 结果仅用于内部分析与提醒

Metadata

Stars3453
Views0
Updated2026-03-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codekungfu-xiaochi": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.