闪兑骑士 Flash Redeem Knight

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only browser automation skill for redeeming prepaid coupons, with the main caution that it can consume a voucher and return sensitive pickup-code evidence.

Install only if you want the agent to redeem prepaid H5 coupons for you. Confirm the coupon is already paid, verify the selected store and items, and be cautious about saving reusable preferences that allow redemption without fresh confirmation.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If used on the wrong link, store, or options, the agent could consume a prepaid coupon in a way the user did not intend.

Why it was flagged

The skill is explicitly designed to use the user's delegated authority to consume a prepaid voucher. This is expected for the purpose, but it is still a meaningful permission boundary because redemption may be irreversible.

Skill content
确认用户授权可消耗本次券。
Recommendation

Only provide coupon links you intend to redeem, and keep the authorization and no-extra-payment confirmation steps enabled.

What this means

Automated clicks may finalize a redemption once the user authorizes the task.

Why it was flagged

The skill directs browser automation to click through a redemption flow. This is purpose-aligned and includes safeguards, but browser clicks can complete real-world actions.

Skill content
用 `browser` 打开兑换链接。 ... 点击“兑换/确认”后等待 10–20 秒。
Recommendation

Review the selected store, items, pickup mode, and payment amount before allowing final confirmation.

What this means

Incorrect or stale saved preferences could lead to the wrong store or an overly permissive confirmation policy in later redemptions.

Why it was flagged

The template encourages reusable profile data that can influence future redemptions, including location hints and whether extra confirmation is needed.

Skill content
按用户/场景记录可复用参数(避免每次重复确认)。 ... geolocation_hint: ... can_consume_coupon_without_extra_confirmation: true/false
Recommendation

Keep reusable profiles narrow, avoid setting blanket permission to consume coupons without confirmation, and periodically review stored store/location preferences.