← 返回 Skills 市场
美团出行红包
作者
Meituan-Open-Platform
· GitHub ↗
· v1.0.0
· MIT-0
72
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meituan-coupon-traffic
功能描述
【美团官方】美团出行助手,为用户提供出行优惠方案,让每个人轻松拥有美好旅程。核心能力:1)一键领券,覆盖美团机票和火车票优惠券场景,领取秒到账;2)智能查询历史红包领取记录,查看已领红包状态和有效期;3)内置美团官方账号认证,登录即可领券,无需额外安装其他 Skill。后续还将支持特价机票查询能力。**触发场景:...
安全使用建议
This skill includes local code that will: detect agent workspaces, read and possibly migrate legacy auth/token files from several locations on your machine, write a shared mt_auth_tokens.json (a public cache other skills can access), and create scheduled tasks via platform-specific commands. Those behaviors go beyond merely calling Meituan APIs and can expose or relocate stored tokens from other local files. Before installing or running it, consider:
- Only install/run on a machine/account where you trust the skill and where no unrelated sensitive tokens are kept in the legacy paths it scans.
- Inspect the included scripts yourself (auth.py, skill_cache_cli.py, issue.py, query.py) and confirm you accept their file-access and cron-creation behavior.
- If you want to reduce risk: set SKILL_CACHE_WORKSPACE explicitly to an isolated directory, ensure legacy auth files don't contain unrelated secrets, or run the skill in an isolated/sandboxed agent environment.
- Ask the publisher to document and limit the migration behavior (e.g., require explicit user consent before reading legacy files, and avoid automatically copying tokens from other skill stores).
能力评估
Purpose & Capability
Name/description claim a Meituan coupon helper. Network calls to Meituan endpoints (BASE_URL peppermall.meituan.com) and issuing/querying coupons are coherent. However, the included auth and cache code proactively detects multiple agent workspace locations, reads legacy auth files (e.g. ~/.openclaw/workspace/auth_tokens.json), and migrates tokens into a shared mt_auth_tokens.json. Reading/migrating other potential auth files and writing cross-skill shared caches is broader than expected for a single-skill coupon issuer and not justified by the description alone.
Instruction Scope
SKILL.md and scripts instruct the agent to probe $HOME/.*/skills, detect various platform workspaces, check system timezone, and run local scripts (auth.py, issue.py, query.py). The runtime rules also mandate silent local checks (terms-check, token-verify) that access persisted local token files and may create platform cron jobs. These steps access local files and platform context outside the narrow act of calling Meituan APIs, giving the skill broad discretion over local state and scheduler creation.
Install Mechanism
No remote install/download actions are present (instruction-only with included scripts). There is no network-based install spec; code is bundled with the skill. That reduces supply-chain install risk compared to fetching code at install time.
Credentials
The skill declares no required env vars but the code relies on many environment variables and filesystem locations (SKILL_CACHE_WORKSPACE, CLAUDE_WORKSPACE, XIAOMEI_WORKSPACE, SKILL_CACHE_CLI_PATH, XIAOMEI_AUTH_FILE, etc.). It also reads legacy auth/token files from other locations (~/.xiaomei-workspace, ~/.openclaw/workspace/auth_tokens.json). Requesting or accessing other skills' token files and a shared mt_auth_tokens.json is disproportionate and not surfaced in the metadata.
Persistence & Privilege
always:false (good) but the skill writes to a shared cache file (mt_auth_tokens.json) and can create platform cron jobs via commands described in references/cron-rules.md. Writing cross-skill shared auth data and creating scheduled tasks affect agent/system state beyond the skill's immediate scope and increase blast radius if abused.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meituan-coupon-traffic - 安装完成后,直接呼叫该 Skill 的名称或使用
/meituan-coupon-traffic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
meituan-coupon-traffic v1.0.0
- 首发上线美团出行优惠券领取与管理工具。
- 支持一键领取机票、火车票等美团出行业务优惠券,领取秒到账。
- 可智能查询历史红包领取记录,查看已领取券状态与有效期。
- 集成美团官方账号认证,登录后即可用,无需安装额外技能。
- 遵循多项安全、时区和输出严格规范,保障操作合规可靠。
- 后续将支持特价机票查询等扩展能力。
元数据
常见问题
美团出行红包 是什么?
【美团官方】美团出行助手,为用户提供出行优惠方案,让每个人轻松拥有美好旅程。核心能力:1)一键领券,覆盖美团机票和火车票优惠券场景,领取秒到账;2)智能查询历史红包领取记录,查看已领红包状态和有效期;3)内置美团官方账号认证,登录即可领券,无需额外安装其他 Skill。后续还将支持特价机票查询能力。**触发场景:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 美团出行红包?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meituan-coupon-traffic」即可一键安装,无需额外配置。
美团出行红包 是免费的吗?
是的,美团出行红包 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
美团出行红包 支持哪些平台?
美团出行红包 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 美团出行红包?
由 Meituan-Open-Platform(@meituan-open-platform)开发并维护,当前版本 v1.0.0。
推荐 Skills