← Back to Skills Marketplace
589
Downloads
1
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install obtain-takeout-coupon
Description
Obtain hidden and large-value takeout coupons for Meituan, Taobao Flash Sale, and Ele.me platforms in China.
Usage Guidance
This skill will make outbound requests to https://agskills.moontai.top to fetch coupons rather than calling official platform APIs. Before installing or running it: 1) treat the gateway as an untrusted endpoint — do not provide any credentials or sensitive data to it; 2) prefer running the script in a network-restricted sandbox or isolated environment; 3) confirm the 'uv' package source and avoid installing unfamiliar packages globally; 4) ask the author for the gateway's ownership or a public repository/homepage, and for a version that calls official platform APIs if you need a higher assurance. The code also contains small bugs (e.g., ClientSession usage and ignoring the source parameter) suggesting it may be unmaintained or unreviewed.
Capability Analysis
Type: OpenClaw Skill
Name: obtain-takeout-coupon
Version: 1.0.3
The skill is a straightforward tool for fetching takeout coupons from a centralized API gateway (https://agskills.moontai.top). The Python script (scripts/route.py) uses standard libraries to perform a GET request and does not attempt to access local files, environment variables, or sensitive credentials, aligning with its stated purpose and privacy claims.
Capability Assessment
Purpose & Capability
The skill claims to obtain coupons for multiple Chinese platforms and the code does call a coupon endpoint, so the purpose aligns at a high level. However the registry metadata lists no required binaries while SKILL.md metadata asks for a 'uv' binary and pip installs; that mismatch is incoherent. The script always calls a single third-party gateway (https://agskills.moontai.top) rather than platform APIs, which is not explained by the description and concentrates network traffic to an unknown host.
Instruction Scope
SKILL.md instructs running the bundled script via 'uv run'. The script does not read/write local files (as claimed) and does not request local credentials, but it performs outbound HTTP GETs to the remote gateway for coupon data. That means executing the skill will contact an external service controlled by whoever runs that domain; the instructions do not warn about that or provide a trusted upstream. Also the script ignores the 'source' parameter and always calls the same endpoint, showing sloppy or unreviewed logic.
Install Mechanism
There is no platform-level install spec, but SKILL.md includes an install block recommending installing 'uv' (brew/pip) and several pip packages (aiohttp, argparse, PyYAML). Using pip for aiohttp/PyYAML is normal; 'argparse' is part of the Python stdlib (installing it via pip is unnecessary) and 'uv' is ambiguous — it may be an uncommon CLI and could come from an untrusted package. Overall install instructions are moderate risk and include unnecessary/odd entries.
Credentials
The skill does not request environment variables, secrets, or config paths. The code likewise doesn't read env vars or files. This is proportionate to the stated purpose. The only mismatch is metadata indicating a binary requirement ('uv') that the registry manifest did not declare.
Persistence & Privilege
The skill does not request persistent presence (always: false), does not modify other skills' configs, and has no install operations that write custom system-wide settings. No elevated privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install obtain-takeout-coupon - After installation, invoke the skill by name or use
/obtain-takeout-coupon - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Switched all coupon retrieval to use the unified /coupon/takeout API endpoint for all platforms.
- Updated documentation to reflect this interface change and clarify parameters.
- Minor edit: clarified that modifying interface returns may invalidate coupons.
v1.0.1
- Updated the coupon retrieval instructions to emphasize that the result is in string format and should not be modified, to preserve validity.
- No functional code changes detected.
v1.0.0
- Initial release of obtain-takeout-coupon skill.
- Allows users to obtain large-value and hidden takeout coupons.
- Supported platforms: Meituan, Taobao Flash Sale, and Ele.me.
- Simple command-line interface for searching coupon codes.
- No local file access for improved privacy.
Metadata
Frequently Asked Questions
What is 获取外卖优惠券(隐藏券、大额券)?
Obtain hidden and large-value takeout coupons for Meituan, Taobao Flash Sale, and Ele.me platforms in China. It is an AI Agent Skill for Claude Code / OpenClaw, with 589 downloads so far.
How do I install 获取外卖优惠券(隐藏券、大额券)?
Run "/install obtain-takeout-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 moooai (@moooai); the current version is v1.0.3.
More Skills