用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/openJiuwen-ai/agent-store --skill aml-detection命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | aml-detection |
| description | AML规则引擎,基于固定金额阈值进行可疑交易检测与客户风险评分。适用于反洗钱流程学习与原型验证。 |
| version | 1.0.0 |
| author | wangyi |
反洗钱(AML)检测工具,提供基于规则的可疑交易检测、客户风险评分及交易模式分析。
detect_suspicious_transactions(transactions, customer_info=None)基于规则的可疑交易检测。 必填: transactions
calculate_customer_risk_score(customer, transaction_history=None)客户风险评分。 必填: customer
detect_transaction_patterns(transactions)可疑交易模式检测。 必填: transactions
python scripts/main.py \
--customer <customer> \
--transaction-history <transaction_history> \