← 返回 Skills 市场
leooooooow

Fraud Prevention Guide

作者 LeroyCreates · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fraud-prevention-guide
功能描述
Build an ecommerce fraud prevention framework covering chargeback mitigation, order screening rules, and identity verification.
使用说明 (SKILL.md)

Fraud Prevention Guide

Ecommerce fraud costs online sellers billions annually through chargebacks, stolen payment credentials, account takeover attacks, and refund abuse schemes. Many small and mid-sized sellers lack the resources to build comprehensive fraud prevention systems, leaving them exposed to losses that erode margins and can even result in payment processor account termination. This skill helps sellers build a layered fraud prevention framework tailored to their specific business model, product category, and risk profile — covering everything from automated order screening rules to chargeback representment strategies and identity verification workflows.

Use when

  • You are experiencing a rising chargeback rate and need to implement systematic fraud screening rules before your payment processor flags or suspends your account
  • You are launching a new ecommerce store and want to set up fraud prevention measures proactively, including order velocity checks, address verification, and device fingerprinting rules
  • Your business sells high-risk products like electronics, luxury goods, gift cards, or digital products that are commonly targeted by fraudsters and you need category-specific screening logic
  • You received a chargeback dispute notification and need guidance on building a representment evidence package with the right documentation to win the case and recover lost revenue

What this skill does

This skill analyzes your business parameters — product type, average order value, sales channels, geographic markets, and current fraud indicators — and produces a comprehensive, layered fraud prevention framework. It generates specific order screening rules with recommended thresholds (such as flagging orders where the billing and shipping addresses are in different countries, or where the order value exceeds three times your average order value from a new customer account). It designs velocity-based detection rules to catch rapid-fire fraudulent orders. It recommends appropriate identity verification tools and 3D Secure configurations based on your risk tolerance and customer friction budget. The framework also includes a chargeback response playbook with evidence templates, timeline requirements for each card network, and win-rate optimization strategies. Each recommendation is calibrated to balance fraud prevention against false positive rates to avoid blocking legitimate customers.

Inputs required

  • business_profile (required): Describe your business including product categories, average order value, monthly order volume, and primary sales channels. Example: "We sell consumer electronics on Shopify, AOV is $180, about 2,000 orders per month, primarily US customers with 15% international."
  • current_fraud_rate (required): Your current chargeback rate, fraud loss percentage, or known fraud patterns. If you are new, state that. Example: "Chargeback rate is 1.2%, mostly friendly fraud on orders over $300" or "New store, no fraud data yet."
  • payment_setup (required): Your payment gateway and any existing fraud tools. Example: "Stripe with Radar basic, no additional fraud tools" or "PayPal and Shopify Payments, using Signifyd for order screening."
  • risk_tolerance (optional): How aggressively you want to screen orders versus accepting some fraud to avoid blocking legitimate sales. Example: "We prefer to block aggressively — we'd rather decline 5 good orders than let 1 fraudulent order through" or "We want minimal friction, accept moderate risk."

Output format

The output is organized into six detailed sections. First, a Risk Assessment Summary evaluating your current exposure level based on the provided business profile, identifying your highest-risk vectors (such as card-not-present fraud, friendly fraud, account takeover, or refund abuse), and estimating potential annual fraud losses at current rates. Second, an Order Screening Rules section with 10-15 specific, implementable rules including exact thresholds, logic conditions, and recommended actions (auto-approve, flag for review, or auto-decline) for each rule. Third, a Velocity and Pattern Detection section defining time-window-based rules to detect burst ordering patterns, card testing attacks, and account cycling schemes. Fourth, an Identity Verification Workflow recommending specific tools and configurations for address verification (AVS), card verification (CVV), 3D Secure enrollment, device fingerprinting, and email/phone verification based on order risk score. Fifth, a Chargeback Response Playbook with step-by-step representment procedures for each major reason code (unauthorized transaction, product not received, product not as described), including evidence checklists, template language, and network-specific deadline calendars. Sixth, an Implementation Roadmap prioritizing all recommendations into immediate (week 1), short-term (month 1), and medium-term (quarter 1) actions with estimated effort and impact for each.

Scope

  • Designed for: ecommerce operators, DTC brand owners, payment operations managers, and risk management teams
  • Platform context: platform-agnostic — applicable to Shopify, WooCommerce, BigCommerce, Magento, Amazon seller accounts, and custom-built storefronts
  • Language: English

Limitations

  • Does not integrate with live transaction monitoring systems or access real-time fraud scoring APIs; recommendations are framework-based and require manual implementation or tool configuration
  • Fraud patterns evolve rapidly; the screening rules and thresholds provided should be treated as starting points and continuously tuned based on your actual fraud and false positive data
  • Cannot provide legal advice on liability disputes or regulatory compliance requirements specific to your jurisdiction; consult a payments attorney for complex chargeback litigation
安全使用建议
This appears safe to install as a guidance-only skill. Avoid entering unnecessary customer personal data or payment credentials, and review any recommended auto-decline or identity-verification rules before implementing them in your store.
功能分析
Type: OpenClaw Skill Name: fraud-prevention-guide Version: 1.0.0 The skill bundle is a purely informational guide designed to help users build ecommerce fraud prevention frameworks. It contains no executable code, scripts, or suspicious instructions. The inputs requested (business profile, fraud rates, and payment setup) are consistent with the stated purpose of generating risk assessments and screening rules, and there are no indicators of data exfiltration or malicious prompt injection in SKILL.md.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The stated purpose and SKILL.md content align: it asks for business fraud-prevention context and produces manual screening, identity-verification, and chargeback-response guidance.
Instruction Scope
The skill is scoped to advisory framework generation and explicitly says it does not integrate with live transaction monitoring systems or real-time fraud scoring APIs.
Install Mechanism
There is no install specification, no required binaries, no environment variables, and no code files.
Credentials
Requested inputs are business profile, current fraud rate, payment setup, and risk tolerance; these are proportionate to producing fraud-prevention recommendations and do not include credentials.
Persistence & Privilege
The artifacts show no persistence, background execution, local file indexing, credential use, or privileged account access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fraud-prevention-guide
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fraud-prevention-guide 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
元数据
Slug fraud-prevention-guide
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Fraud Prevention Guide 是什么?

Build an ecommerce fraud prevention framework covering chargeback mitigation, order screening rules, and identity verification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 Fraud Prevention Guide?

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

Fraud Prevention Guide 是免费的吗?

是的,Fraud Prevention Guide 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Fraud Prevention Guide 支持哪些平台?

Fraud Prevention Guide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Fraud Prevention Guide?

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

💬 留言讨论