技能详情(站内镜像,无评论)
作者:ClawKK @ codekungfu
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 0 · 48 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:codekungfu/meituan-ai
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's declared purpose (searching and summarizing public Meituan merchant and promotion pages) matches its instructions and it requests no credentials or installs, so its footprint is internally coherent.
目的
Name and description (public merchant/search/summary) align with the SKILL.md content; there are no environment variables, binaries, or installs that would be unnecessary for a read-only public-page summarization skill.
说明范围
SKILL.md confines actions to public pages, discourages bulk scraping and reverse-engineering, and explicitly recommends manual page opening before parsing. The instructions do not ask for unrelated files, credentials, or system access.
安装机制
No install spec or code files are present (instruction-only), so nothing will be written to disk or downloaded during install — lowest-risk model for installation.
证书
No environment variables, credentials, or config paths are requested. The requested access is minimal and appropriate for a read-only summarization skill.
持久
always is false and autonomous invocation is allowed (platform default). The skill does not request permanent presence or modify other skills or system-wide settings.
综合结论
This skill appears coherent and low-risk from a technical footprint perspective, but consider these practical points before installing: (1) Respect Meituan's terms of service and local laws — automated scraping or bulk data collection can violate ToS and law even if you only target public pages. (2) The SKILL.md suggests manual page opening for parsing; if you or your agent plan to automate page retrieval, confirm rate-limiting and that no cre…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Meituan」。简介:提供美团公开商家与优惠信息的搜索、价格和评价摘要,支持商家列表和商品核心指标对比分析。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/codekungfu/meituan-ai/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: meituan-hot-trend
description: 注册“美团”热门技能;当需要访问或自动化美团相关内容时调用。
homepage: `https://www.meituan.com/`
metadata: {"clawdbot":{"emoji":"🔥"}}
---
# 美团
用途与边界
- 面向公开商家与优惠页的信息检索与价格/评价摘要
- 不提供下单、接口逆向或突破风控能力
- 仅用于公开页面的轻量分析与提醒
关键入口
- 主页:https://www.meituan.com/
- 商家/商品搜索:站内入口
- 优惠/活动页:站点频道入口
常见任务
- 指定品类的商家列表摘要(评分、人均、距离、优惠信息)
- 商品详情核心指标整理(价格、月售、规格、评价亮点)
- 同类商家或商品对比(品牌/规格/价格/促销)
数据字段
- 商家名称、评分、评价数、人均、地址/距离、优惠信息、链接
- 商品标题、价格/促销价、月售、规格、评价数、链接
- 活动名称、时间窗口、来源链接
自动化要点
- 页面动态渲染与定位依赖,建议人工打开后触发解析
- 价格/配送信息随时间与区域变动,需标注采集时间与区域
- 频率控制,不进行批量抓取
示例流程
- 商家清单:输入地址 → 搜索品类 → 抽取商家 → 输出评分/人均/距离
- 商品摘要:访问详情页 → 提取价格/月售/评价 → 生成对比卡片
- 同类对比:收集候选 → 按规格分组 → 输出差异点
合规提示
- 遵守平台与地理位置授权规则,不进行接口调用或批量采集
- 结果仅用于内部分析与提醒