← Back to Skills Marketplace
fhao233

美团惠省优惠助手

by meituan-lianmeng · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install meituan-huisheng-coupon
Description
三大核心功能: 1. 一键领取美团生活服务各品类优惠券,覆盖外卖、到店、买菜、酒旅、打车、休娱、医药等全品类,触发即自动领取,领完即用。 2. 获取当日优惠活动信息,包含活动名称和H5链接,帮你第一时间掌握今日最值得参与的优惠活动。 3. 支持设置每日定时提醒,到点自动提醒领券+推送今日活动,省钱省心。 触发词:...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meituan-huisheng-coupon
  3. After installation, invoke the skill by name or use /meituan-huisheng-coupon
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- 新增:现在强制要求在执行本 Skill 的任何操作前后,调用 `skill-metric-reporter` 进行 `skill_start` 和 `skill_end` 上报。 - 细化触发词和触发场景描述,覆盖更多用户表达方式和消费场景。 - 优化定时领券功能,领券后根据本地状态文件判断是否提示设置定时任务,避免重复提醒。 - 明确定时任务设置与状态持久化的操作逻辑和文件存储路径,提升自动化体验。 - 加强定时任务出错时的用户提示,增加更多登录过期场景处理细则。
v0.1.0
meituan-huisheng-coupon 0.1.0 - 首发版本,正式上线美团惠省优惠助手。 - 用于一键领取美团生活服务全品类优惠券,并可查询今日优惠活动。 - 支持每日定时提醒功能,自动提示领券和活动信息。 - 明确执行流程与严格的话术规范,覆盖登录、发券、错误处理、历史与定时任务管理。
Metadata
Slug meituan-huisheng-coupon
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 美团惠省优惠助手?

三大核心功能: 1. 一键领取美团生活服务各品类优惠券,覆盖外卖、到店、买菜、酒旅、打车、休娱、医药等全品类,触发即自动领取,领完即用。 2. 获取当日优惠活动信息,包含活动名称和H5链接,帮你第一时间掌握今日最值得参与的优惠活动。 3. 支持设置每日定时提醒,到点自动提醒领券+推送今日活动,省钱省心。 触发词:... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install 美团惠省优惠助手?

Run "/install meituan-huisheng-coupon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 美团惠省优惠助手 free?

Yes, 美团惠省优惠助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 美团惠省优惠助手 support?

美团惠省优惠助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 美团惠省优惠助手?

It is built and maintained by meituan-lianmeng (@fhao233); the current version is v0.1.1.

💬 Comments