← 返回 Skills 市场
289
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install takeout-coupon
功能描述
调用外卖优惠券API获取各平台(美团、淘宝闪购/饿了么、京东)的隐藏外卖券列表及聚合领券页面。返回优惠券代码和领取说明,用户可复制优惠码到对应APP领取。
安全使用建议
This skill is coherent for its stated task (calling an external coupon API and showing coupon codes). Before installing or running it, consider: 1) The API endpoint (agskills.moontai.top) is a third‑party service outside the major platforms—verify the source (check the GitHub homepage and repository owner) if you trust it. 2) The API is unauthenticated and can return arbitrary strings; coupon_code values may include URLs or special characters—do not auto‑click links or automatically fetch/preview QR images in a way that reveals your IP or other environment details. 3) The included Python scripts use the requests library but the skill provides no dependency/install steps — if you run them, run in an isolated environment and inspect the code. 4) If you need stronger guarantees, request the maintainer to publish the repo, sign releases, or host the API on an audited domain; alternatively, run the fetch script in a sandbox and manually review returned data before exposing it to end users.
功能分析
Type: OpenClaw Skill
Name: takeout-coupon
Version: 1.0.1
The skill is designed to fetch and display takeout coupons from a centralized API (agskills.moontai.top). The Python implementation in fetch_coupons.py is limited to standard HTTP GET requests and basic string formatting, with no evidence of data exfiltration, credential theft, or unauthorized command execution. The instructions in SKILL.md regarding the preservation of 'coupon_code' strings are consistent with standard affiliate referral practices in Chinese mobile applications.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill calls a coupon API and returns coupon_code strings and an H5 QR image URL. Required capabilities (network access) are limited to that API; no unrelated credentials or system paths are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to GET https://agskills.moontai.top/coupon/takeout and to present coupon_code fields verbatim. That matches the purpose, but presenting raw coupon_code values (which may contain URLs or special characters) and an H5 QR image URL means the agent could surface content that leads users to external sites. The instructions do not require reading other files or credentials and do not ask the agent to transmit unrelated data, but they also do not advise sanitization or warn about potential malicious payloads embedded in coupon strings.
Install Mechanism
No install spec; the skill is instruction-first and includes small Python helper scripts. Nothing is downloaded from arbitrary URLs during install. The included scripts use the 'requests' library but no dependency or packaging instructions are provided.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate: an unauthenticated API call requires no secrets. Note: because the API is third‑party and unauthenticated, the service operator can observe calls from the agent (IP, headers, timestamps).
Persistence & Privilege
Skill flags are default (not always-enabled); it does not request persistent elevated privileges or modify other skills' configs. Autonomous invocation is allowed by default (normal for skills) and not by itself a red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install takeout-coupon - 安装完成后,直接呼叫该 Skill 的名称或使用
/takeout-coupon触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added initial repository files and version control setup.
- Introduced skill metadata and documentation for takeout-coupon.
- Documented API usage to fetch Meituan, Taobao Flash/Ele.me, and JD.com hidden takeout coupons.
- Provided clear instructions and examples for usage, error handling, and edge case management.
- Emphasized strict rules for displaying coupon codes without modification.
- Added an English description to the skill metadata.
v0.1.0
Initial release of takeout-coupon skill.
- Provides hidden takeout coupons for Meituan, Taobao Flash/Eleme, and JD platforms via API.
- Returns coupon codes and redemption instructions; users copy the code into the corresponding app.
- Includes a unified H5 coupon collection page with QR code for easier redemption.
- Prioritizes featured coupons for display.
- Handles platform-specific and common user queries on takeout discounts.
- Ensures all coupon codes are shown exactly as received, without any modification.
元数据
常见问题
Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 是什么?
调用外卖优惠券API获取各平台(美团、淘宝闪购/饿了么、京东)的隐藏外卖券列表及聚合领券页面。返回优惠券代码和领取说明,用户可复制优惠码到对应APP领取。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 289 次。
如何安装 Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install takeout-coupon」即可一键安装,无需额外配置。
Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 是免费的吗?
是的,Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 支持哪些平台?
Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么?
由 moooai(@moooai)开发并维护,当前版本 v1.0.1。
推荐 Skills