← 返回 Skills 市场
paperbuddha

Wash-Trade-Detector

作者 PaperBuddha · GitHub ↗ · v1.0.4
cross-platform ✓ 安全检测通过
357
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install wash-trade-detector
功能描述
Detects and flags wash trades in NFT transaction data using 7 confidence-weighted patterns, protecting all downstream scoring and signals from artificial inf...
安全使用建议
This skill appears internally consistent and low-risk from a permissions/installation standpoint, but review and testing are still important before production use: 1) Validate that all callers supply the required exact input fields and timestamp formats (timezones, ISO 8601) and that 'floor_price' is computed consistently. 2) Clarify ambiguous pattern language (e.g., Pattern 7's 'no other history') and edge cases (returns, legitimate repeat buyers) to reduce false positives. 3) Do not wire this skill to automatic exclusion without human review — consider logging flagged decisions and sampling for manual confirmation, especially for confirmed/excluded outcomes. 4) Ensure the calling pipeline enforces the stated guardrails (no DB writes or external reporting performed by the skill itself). 5) Test extensively on labeled historical data to measure false-positive/false-negative rates before using the output to block or exclude transactions.
功能分析
Type: OpenClaw Skill Name: wash-trade-detector Version: 1.0.4 The OpenClaw skill 'Wash-Trade-Detector' is benign. Its `SKILL.md` clearly defines a specific task: detecting wash trades in NFT transaction data based on a set of weighted patterns. The instructions for the AI agent are consistent with this purpose, detailing input schema, detection logic, and output format. Crucially, the 'Guardrails' section explicitly prohibits actions such as 'pipeline writes, database access, and external integrations' and states the skill is 'Non-Destructive', actively preventing malicious behaviors like data exfiltration or unauthorized modifications. There are no signs of prompt injection attempts, obfuscation, or requests for sensitive system information.
能力评估
Purpose & Capability
Name/description (wash trade detection) align with the input schema and the seven detection patterns in SKILL.md. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Instructions are focused on analyzing a supplied transaction object and returning a structured assessment; they do not instruct reading files, env vars, or external endpoints. Minor ambiguities exist in pattern definitions (e.g., 'no other history' for Pattern 7) and there is no explicit input validation/error-handling described.
Install Mechanism
No install spec and no code files — the skill is instruction-only so nothing is written to disk or downloaded during install.
Credentials
The skill requests no environment variables, credentials, or config paths; this is proportionate to a detection-only skill.
Persistence & Privilege
always:false and default autonomous invocation are used. The SKILL.md explicitly forbids pipeline writes or external integrations. The skill does not request system-wide configuration changes or persistent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wash-trade-detector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wash-trade-detector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Refined Pattern Combination Rules and standardized detection patterns to use Multipliers only (v1.0.4).
v1.0.3
Fixed Pattern 7 multiplier inconsistency and added explicit Pattern Combination Rules (v1.0.3).
v1.0.2
Added explicit Input Schema requirement for calling agents (v1.0.2).
v1.0.1
Registry-clean refactor: Stripped internal Artledger pipeline logic. Modularized output to a structured result object (v1.0.1).
v1.0.0
Initial publication via CLI to replace closed PR #125.
元数据
Slug wash-trade-detector
版本 1.0.4
许可证
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Wash-Trade-Detector 是什么?

Detects and flags wash trades in NFT transaction data using 7 confidence-weighted patterns, protecting all downstream scoring and signals from artificial inf... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 357 次。

如何安装 Wash-Trade-Detector?

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

Wash-Trade-Detector 是免费的吗?

是的,Wash-Trade-Detector 完全免费(开源免费),可自由下载、安装和使用。

Wash-Trade-Detector 支持哪些平台?

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

谁开发了 Wash-Trade-Detector?

由 PaperBuddha(@paperbuddha)开发并维护,当前版本 v1.0.4。

💬 留言讨论