← Back to Skills Marketplace
289
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install takeout-coupon
Description
调用外卖优惠券API获取各平台(美团、淘宝闪购/饿了么、京东)的隐藏外卖券列表及聚合领券页面。返回优惠券代码和领取说明,用户可复制优惠码到对应APP领取。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install takeout-coupon - After installation, invoke the skill by name or use
/takeout-coupon - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么?
调用外卖优惠券API获取各平台(美团、淘宝闪购/饿了么、京东)的隐藏外卖券列表及聚合领券页面。返回优惠券代码和领取说明,用户可复制优惠码到对应APP领取。 It is an AI Agent Skill for Claude Code / OpenClaw, with 289 downloads so far.
How do I install Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么?
Run "/install takeout-coupon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 free?
Yes, Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 support?
Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Takeout Coupon 外卖优惠券隐藏券大额券,美团、京东、闪购/饿了么?
It is built and maintained by moooai (@moooai); the current version is v1.0.1.
More Skills