← Back to Skills Marketplace
236
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install trip-coupon
Description
获取出行优惠券,支持滴滴出行大礼包、携程礼包天天领(酒店、机票、门票)。返回领取链接和二维码图片,用户可点击链接或扫描二维码在微信中领取优惠。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trip-coupon - After installation, invoke the skill by name or use
/trip-coupon - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票)?
获取出行优惠券,支持滴滴出行大礼包、携程礼包天天领(酒店、机票、门票)。返回领取链接和二维码图片,用户可点击链接或扫描二维码在微信中领取优惠。 It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.
How do I install Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票)?
Run "/install trip-coupon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) free?
Yes, Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) support?
Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trip Coupon 出行优惠券隐藏券-支持滴滴出行、携程礼包(机票、酒店、门票)?
It is built and maintained by moooai (@moooai); the current version is v1.0.1.
More Skills