← Back to Skills Marketplace
vshen009

闪兑骑士 Flash Redeem Knight

by vshen009 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
643
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install flash-redeem-knight
Description
自动化完成预付费H5券的门店及规格选择,确认兑换并提取取餐码,附带结构化回执和最终页面截图。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install flash-redeem-knight
  3. After installation, invoke the skill by name or use /flash-redeem-knight
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release: universal prepaid H5 coupon redemption automation with safe checks, store matching, option selection, code extraction, and screenshot proof.
Metadata
Slug flash-redeem-knight
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 闪兑骑士 Flash Redeem Knight?

自动化完成预付费H5券的门店及规格选择,确认兑换并提取取餐码,附带结构化回执和最终页面截图。 It is an AI Agent Skill for Claude Code / OpenClaw, with 643 downloads so far.

How do I install 闪兑骑士 Flash Redeem Knight?

Run "/install flash-redeem-knight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 闪兑骑士 Flash Redeem Knight free?

Yes, 闪兑骑士 Flash Redeem Knight is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 闪兑骑士 Flash Redeem Knight support?

闪兑骑士 Flash Redeem Knight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 闪兑骑士 Flash Redeem Knight?

It is built and maintained by vshen009 (@vshen009); the current version is v1.0.0.

💬 Comments