← 返回 Skills 市场
moooai

获取外卖优惠券(隐藏券、大额券)

作者 moooai · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
589
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install obtain-takeout-coupon
功能描述
Obtain hidden and large-value takeout coupons for Meituan, Taobao Flash Sale, and Ele.me platforms in China.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install obtain-takeout-coupon
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /obtain-takeout-coupon 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug obtain-takeout-coupon
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

获取外卖优惠券(隐藏券、大额券) 是什么?

Obtain hidden and large-value takeout coupons for Meituan, Taobao Flash Sale, and Ele.me platforms in China. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 589 次。

如何安装 获取外卖优惠券(隐藏券、大额券)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install obtain-takeout-coupon」即可一键安装,无需额外配置。

获取外卖优惠券(隐藏券、大额券) 是免费的吗?

是的,获取外卖优惠券(隐藏券、大额券) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

获取外卖优惠券(隐藏券、大额券) 支持哪些平台?

获取外卖优惠券(隐藏券、大额券) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 获取外卖优惠券(隐藏券、大额券)?

由 moooai(@moooai)开发并维护,当前版本 v1.0.3。

💬 留言讨论