涉诈洗钱MCP,面向涉诈银行卡、黑卡交易、代办卡、跑分水房、卡U、洗钱交易、非法数据交易和资金风险链路分析。通过 amcpcli
Scanned 9/8/2026
Install to Claude Code
npx -y skills add infometa/workbuddyskills --skill fraud-laundering --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fraud Laundering?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/infometa-fraud-laundering)More formats (shields.io, HTML) on the badges page.
---
name: fraud-laundering
description: 涉诈洗钱MCP,面向涉诈银行卡、黑卡交易、代办卡、跑分水房、卡U、洗钱交易、非法数据交易和资金风险链路分析。通过 amcpcli
二进制对接 MCP 服务,自动完成 Agent 鉴权、会话管理、工具调用全流程,同时支持重置本地登录态、清除当前 Agent 身份缓存。
---
# fraud-laundering能力说明
> ⚠️ **执行前必须先识别用户当前操作系统**,并按下表加载对应文件作为本 Skill 的真正执行说明。**只读其一,不要把两个文件都跑一遍。**
| 操作系统 | 应加载的文件 | 说明 |
| --- | --- | --- |
| macOS / Linux(bash / zsh) | [`SKILL_unix.md`](./SKILL_unix.md) | 使用 POSIX 前缀内联环境变量、`curl` + `chmod` 安装 amcpcli |
| Windows(PowerShell) | [`SKILL_windows.md`](./SKILL_windows.md) | 使用 `$env:KEY=...` 设置环境变量、`Invoke-WebRequest` 安装 amcpcli.exe |
## 路由判定步骤
1. 通过 shell 探测当前操作系统:
- 已知是 PowerShell(`$PSVersionTable` 可用、提示符以 `PS` 开头、命令分隔符为 `;`)→ **Windows**
- 已知是 bash / zsh(`uname -s` 可用)→ **macOS / Linux**
2. 按上表打开对应的 `SKILL_*.md`,**严格遵循其中的安装、调用、重置、安全规范**执行。
3. 两个文件的 MCP 调用语义、`call` 参数规则、认证流程、安全机制完全一致,差别**仅在于 shell 语法、安装脚本、环境变量设置方式**。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...