← 返回 Skills 市场
236
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install trip-coupon
功能描述
获取出行优惠券,支持滴滴出行大礼包、携程礼包天天领(酒店、机票、门票)。返回领取链接和二维码图片,用户可点击链接或扫描二维码在微信中领取优惠。
安全使用建议
This skill fetches coupon links and QR images from an external API and explicitly instructs agents to display the returned URLs exactly as received. Before installing or using it, verify the API/host ownership (agskills.moontai.top, moontai-static.oss-cn-shenzhen.aliyuncs.com, open.cdyunzhanxinxi.com) — they are not official DiDi/Ctrip domains. Treat the returned links/QRs like untrusted URLs: do not auto-open them, inspect the destination first, and avoid entering credentials on landing pages. Consider running the included scripts in an isolated environment (local machine or sandbox), review the GitHub repo history/maintainer, and add URL-safety checks or link-sanitization if you will present links to end users. Also note the Python scripts use the requests library though dependencies aren’t declared; ensure your runtime environment has required libs and that you are comfortable granting outbound network access.
功能分析
Type: OpenClaw Skill
Name: trip-coupon
Version: 1.0.1
The skill is a straightforward tool for fetching travel and ride-hailing coupons via a dedicated API (agskills.moontai.top). The Python implementation in `scripts/fetch_coupons.py` uses standard libraries to perform GET requests and format the output without any signs of data exfiltration, obfuscation, or unauthorized command execution. Although `references/api_documentation.md` contains documentation for a different coupon type (takeout), this appears to be a harmless documentation error rather than a malicious indicator.
能力评估
Purpose & Capability
Name/description match the implementation: SKILL.md and scripts request a GET to an external coupon API and return coupon URLs and QR image URLs. The included Python scripts implement exactly that. However the API and content hosts (agskills.moontai.top, moontai-static.oss-cn-shenzhen.aliyuncs.com, open.cdyunzhanxinxi.com) are third‑party/unofficial for DiDi/Ctrip, which should be validated by the user.
Instruction Scope
Instructions are narrowly scoped to calling the external API and presenting returned coupon_url and coupon_qrcode_img_url exactly as returned. The directive to 'strictly present API URLs unmodified' prevents sanitization or safety checks and increases risk if the API returns malicious or tracking links. SKILL.md does not instruct reading local files or credentials (good), but the prohibition on modifying links is security‑relevant.
Install Mechanism
No install spec (instruction-only), so nothing is written to disk by an installer. The package does include Python scripts that use the requests library, but no dependency/install metadata is declared—users running the scripts must have Python + requests available. No direct download/install from unknown URLs is present in metadata.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Network access is required (declared). The absence of credentials is proportionate to the stated purpose. However, network calls go to an unknown third‑party API which could return arbitrary content.
Persistence & Privilege
Skill is not forced-always, does not request elevated agent privileges, and does not attempt to modify other skills or system configuration. Autonomous invocation is allowed (platform default) but not combined with other high privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trip-coupon - 安装完成后,直接呼叫该 Skill 的名称或使用
/trip-coupon触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
trip-coupon 1.0.1 Changelog
- Added a comprehensive SKILL.md with API usage, error handling, and edge case documentation.
- Clarifies supported coupon types (DiDi ride-hailing and Ctrip gift packages).
- Provides response data structure, platform-specific display rules, and user guidance on redeeming coupons.
- Includes usage scenarios, platform filtering, and detailed output examples for various user requests.
- Documents robust error handling and response strategies for common issues.
元数据
常见问题
Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) 是什么?
获取出行优惠券,支持滴滴出行大礼包、携程礼包天天领(酒店、机票、门票)。返回领取链接和二维码图片,用户可点击链接或扫描二维码在微信中领取优惠。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。
如何安装 Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trip-coupon」即可一键安装,无需额外配置。
Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) 是免费的吗?
是的,Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) 支持哪些平台?
Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票)?
由 moooai(@moooai)开发并维护,当前版本 v1.0.1。
推荐 Skills