← 返回 Skills 市场
vshen009

闪兑骑士 Flash Redeem Knight

作者 vshen009 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
643
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install flash-redeem-knight
功能描述
自动化完成预付费H5券的门店及规格选择,确认兑换并提取取餐码,附带结构化回执和最终页面截图。
使用说明 (SKILL.md)

闪兑骑士(Flash Redeem Knight)

把“已支付券链接”自动兑换成最终可用的取餐码/核销码:开链接→选店→选品→确认→出码→回执。

标准流程

  1. 先做安全前置

    • 确认用户授权可消耗本次券。
    • 确认为“已支付/无额外支付”链接;若存在支付可能,先停下并二次确认。
  2. 打开页面并判断状态

    • browser 打开兑换链接。
    • 若出现“无效/已使用/过期”,立即停止并回报。
    • 若页面已直接显示编码,跳到第 6 步。
  3. 门店选择(禁止硬编码序号)

    • 必须按门店名关键词匹配,不按“第一个”盲选。
    • 有地理上下文时(如某地铁站附近),先应用定位上下文再匹配门店。
  4. 规格选择

    • 主食只有一个默认选项时保持默认。
    • 饮品/配菜按用户偏好关键词选择(例:豆浆优先,避开咖啡)。
    • 取餐方式按用户默认(外带/堂食/得来速);无默认则询问。
  5. 确认兑换并等待出码

    • 点击“兑换/确认”后等待 10–20 秒。
    • 加载异常时可重试 1 次;仍失败则截图并回报。
  6. 结构化回执

    • 必回:取餐码/核销码门店商品摘要实付/抵扣
    • 附带最终页面截图(优先)。

失败与异常处理

  • 页面改版:用 snapshot 重新按按钮文本定位(如“兑换取餐码”“确认领取”)。
  • 同名/近似门店:先比对完整门店名,再比对地址关键词。
  • 编码未出现:检查弹窗、折叠区、滚动区域与延迟加载。
  • 存在误兑风险:暂停并请用户确认,不自行猜测继续。

回执模板

  • 兑换状态:成功/失败
  • 取餐码:\x3Ccode>
  • 门店:\x3Cstore>
  • 套餐:\x3Citems>
  • 金额:实付 \x3Cx> / 优惠 \x3Cy>
  • 证据:最终页截图

参考文件

  • 用户偏好模板:references/profile-template.md
安全使用建议
This skill appears coherent and limited to automating H5 coupon redemption. Before using it, ensure: (1) you only supply links you are authorized to redeem (the skill will consume a coupon on confirmation); (2) you confirm the link is 'already paid/no extra payment' as instructed; (3) your profile preferences (references/profile-template.md) are set to avoid undesired automatic choices; and (4) you understand the skill will produce and return codes and screenshots (sensitive data). If you need stronger safeguards, require an explicit second confirmation step before the final 'confirm/兑换' action or restrict the skill to run interactively only.
功能分析
Type: OpenClaw Skill Name: flash-redeem-knight Version: 1.0.0 The skill bundle is designed for automated coupon redemption via browser automation. It includes explicit, strong safety instructions within SKILL.md to prevent common risks, such as requiring user authorization, confirming no extra payment, pausing for user confirmation if payment risks exist, and avoiding blind selections. The data extracted (redemption codes, store, items, payment details, screenshot) is directly relevant to the stated purpose and intended as output to the user. There is no evidence of malicious intent, unauthorized data exfiltration, arbitrary code execution, or prompt injection designed to subvert the agent's security or purpose.
能力评估
Purpose & Capability
Name/description match the instructions: opening an H5 redemption link, selecting store/options, confirming redemption, extracting codes, and producing a screenshot/receipt. It does not request unrelated binaries, credentials, or other services.
Instruction Scope
SKILL.md stays focused on the redemption flow (open link, detect state, match store by name/keywords, choose specs, confirm, wait, extract code, produce structured receipt and screenshot). It explicitly requires user confirmation before consuming a coupon and instructs pausing on payment ambiguity. It references a user profile template for preferences (reasonable). No instructions to read unrelated files, access secrets, or post data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files—nothing is written to disk or downloaded by the skill itself. This is the lowest-risk install posture.
Credentials
No environment variables, credentials, or config paths are requested. The info the skill uses (redemption link, user profile/preferences, optional geolocation hint) is proportional to the described task.
Persistence & Privilege
always is false and there is no request to persist or modify agent/system configuration. The skill does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install flash-redeem-knight
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /flash-redeem-knight 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release: universal prepaid H5 coupon redemption automation with safe checks, store matching, option selection, code extraction, and screenshot proof.
元数据
Slug flash-redeem-knight
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

闪兑骑士 Flash Redeem Knight 是什么?

自动化完成预付费H5券的门店及规格选择,确认兑换并提取取餐码,附带结构化回执和最终页面截图。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 643 次。

如何安装 闪兑骑士 Flash Redeem Knight?

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

闪兑骑士 Flash Redeem Knight 是免费的吗?

是的,闪兑骑士 Flash Redeem Knight 完全免费(开源免费),可自由下载、安装和使用。

闪兑骑士 Flash Redeem Knight 支持哪些平台?

闪兑骑士 Flash Redeem Knight 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 闪兑骑士 Flash Redeem Knight?

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

💬 留言讨论