← Back to Skills Marketplace
paperbuddha

Wash-Trade-Detector

by PaperBuddha · GitHub ↗ · v1.0.4
cross-platform ✓ Security Clean
357
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install wash-trade-detector
Description
Detects and flags wash trades in NFT transaction data using 7 confidence-weighted patterns, protecting all downstream scoring and signals from artificial inf...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wash-trade-detector
  3. After installation, invoke the skill by name or use /wash-trade-detector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wash-trade-detector
Version 1.0.4
License
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 357 downloads so far.

How do I install Wash-Trade-Detector?

Run "/install wash-trade-detector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wash-Trade-Detector free?

Yes, Wash-Trade-Detector is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wash-Trade-Detector support?

Wash-Trade-Detector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wash-Trade-Detector?

It is built and maintained by PaperBuddha (@paperbuddha); the current version is v1.0.4.

💬 Comments