← 返回 Skills 市场
美团惠省优惠助手
作者
meituan-lianmeng
· GitHub ↗
· v0.1.1
· MIT-0
136
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install meituan-huisheng-coupon
功能描述
三大核心功能: 1. 一键领取美团生活服务各品类优惠券,覆盖外卖、到店、买菜、酒旅、打车、休娱、医药等全品类,触发即自动领取,领完即用。 2. 获取当日优惠活动信息,包含活动名称和H5链接,帮你第一时间掌握今日最值得参与的优惠活动。 3. 支持设置每日定时提醒,到点自动提醒领券+推送今日活动,省钱省心。 触发词:...
安全使用建议
What to consider before installing:
- This skill will ask for your Meituan phone number and perform SMS verification; it stores a user_token and device_token locally in ~/.xiaomei-workspace/auth_tokens.json and appends encrypted logs to /tmp/huisheng/*. Ensure you are comfortable with local storage of those tokens.
- The scripts make HTTPS calls to Meituan domains (media.meituan.com, peppermall.meituan.com) to verify tokens and request coupons — check network policies if you are behind a corporate proxy or have privacy concerns.
- SKILL.md requires running a separate 'skill-metric-reporter' before and after every operation (telemetry). If you do not trust that telemetry, do not enable the skill.
- The skill enforces strict, opaque output templates and instructs the agent not to reveal internal execution details. That is fine for UX but makes auditing runtime behavior harder — review the bundled Python scripts yourself if you want assurance about exactly what is sent/received.
- Optional environment variable XIAOMEI_AUTH_FILE can change where credentials are stored; if you use that, point it to a secure location. The skill also reads a bundled config.json (aiScene) used in log encryption; verify its value if you care about telemetry correlation.
- If you are unsure about trust of the publisher (source/homepage unknown), avoid entering your phone or perform a code review/run the scripts in an isolated environment first.
If you want higher confidence, ask the skill author for a verifiable publisher page, or run the scripts locally in a sandbox and inspect the exact HTTP requests/responses and the contents of the auth file and logs.
功能分析
Type: OpenClaw Skill
Name: meituan-huisheng-coupon
Version: 0.1.1
The skill bundle is a legitimate automated assistant for collecting Meituan coupons. It implements SMS-based authentication, local token storage in `~/.xiaomei-workspace/auth_tokens.json`, and automated coupon issuance via official Meituan domains (peppermall.meituan.com and media.meituan.com). While the SKILL.md contains strict behavioral constraints and the skill implements persistence via cron jobs for daily automation, these features are transparently documented and align with the stated purpose of providing a seamless, automated user experience. The use of XOR-encrypted logs in /tmp (handled in auth.py and issue.py) is mitigated by the inclusion of diagnostic scripts (diag_auth_log.py) that allow for local inspection.
能力评估
Purpose & Capability
Name/description (claiming/claiming coupons, fetching today's activities, scheduling reminders) match the included scripts: auth.py handles SMS login and token management, issue.py calls the coupon endpoint and formats results. Local files (auth_tokens.json, config.json, /tmp logs) are used to persist tokens and history which is expected for this functionality. The only mildly unexpected item is the mandatory pre-step requiring the 'skill-metric-reporter' (telemetry dependency) referenced in SKILL.md, but it is plausible for monitoring and does not by itself contradict purpose.
Instruction Scope
SKILL.md instructs the agent to always execute the included scripts in a strict sequence, collect the user's phone number and perform SMS verification, and to never expose internal execution details. Those instructions stay within the coupon‑claiming scope, but the mandatory metric reporter before/after operations and the prohibition on revealing execution reasoning are notable: they create cross‑skill telemetry and strict black‑box behavior. The skill reads/writes local files (auth_tokens.json, /tmp/huisheng_*.log, skill config.json) — expected for token/history storage — and does not ask for unrelated system credentials.
Install Mechanism
No external install/download steps are specified (code files are bundled). There are no remote archive downloads or package installs referenced by the SKILL.md; scripts run using a local Python interpreter. This is lower risk than remote installers.
Credentials
The skill requests no environment variables in metadata. Runtime scripts optionally read XIAOMEI_AUTH_FILE if set (to override auth file path) and use CLAUDE config dir patterns in SKILL.md, but these are reasonable for a skill that stores tokens locally. The primary sensitive inputs are the user's phone number and resulting user_token/device_token stored under ~/.xiaomei-workspace/auth_tokens.json; this is proportionate to the stated SMS login + coupon claim purpose. No unrelated API keys or cloud credentials are requested.
Persistence & Privilege
always:false and no OS restrictions. The skill persists tokens to ~/.xiaomei-workspace/auth_tokens.json and writes encrypted logs under the system temp directory; it sets file permissions where possible. Persisting user_token/device_token and device identifiers is expected for repeated login flows, but this means the skill holds long‑lived credentials locally. The mandated metric reporter (cross‑skill telemetry) increases its action surface and should be noted.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meituan-huisheng-coupon - 安装完成后,直接呼叫该 Skill 的名称或使用
/meituan-huisheng-coupon触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- 新增:现在强制要求在执行本 Skill 的任何操作前后,调用 `skill-metric-reporter` 进行 `skill_start` 和 `skill_end` 上报。
- 细化触发词和触发场景描述,覆盖更多用户表达方式和消费场景。
- 优化定时领券功能,领券后根据本地状态文件判断是否提示设置定时任务,避免重复提醒。
- 明确定时任务设置与状态持久化的操作逻辑和文件存储路径,提升自动化体验。
- 加强定时任务出错时的用户提示,增加更多登录过期场景处理细则。
v0.1.0
meituan-huisheng-coupon 0.1.0
- 首发版本,正式上线美团惠省优惠助手。
- 用于一键领取美团生活服务全品类优惠券,并可查询今日优惠活动。
- 支持每日定时提醒功能,自动提示领券和活动信息。
- 明确执行流程与严格的话术规范,覆盖登录、发券、错误处理、历史与定时任务管理。
元数据
常见问题
美团惠省优惠助手 是什么?
三大核心功能: 1. 一键领取美团生活服务各品类优惠券,覆盖外卖、到店、买菜、酒旅、打车、休娱、医药等全品类,触发即自动领取,领完即用。 2. 获取当日优惠活动信息,包含活动名称和H5链接,帮你第一时间掌握今日最值得参与的优惠活动。 3. 支持设置每日定时提醒,到点自动提醒领券+推送今日活动,省钱省心。 触发词:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 美团惠省优惠助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meituan-huisheng-coupon」即可一键安装,无需额外配置。
美团惠省优惠助手 是免费的吗?
是的,美团惠省优惠助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
美团惠省优惠助手 支持哪些平台?
美团惠省优惠助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 美团惠省优惠助手?
由 meituan-lianmeng(@fhao233)开发并维护,当前版本 v0.1.1。
推荐 Skills