← Back to Skills Marketplace
TrustLayer Sybil Scanner
by
goatgaucho
· GitHub ↗
· v4.1.0
· MIT-0
364
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install trustlayer-sybil-scanner
Description
Feedback forensics for ERC-8004 agents. Detects Sybil rings, fake reviews, rating manipulation, and reputation laundering across 20 chains. No API key needed.
Usage Guidance
This skill simply calls a third‑party API (api.thetrustlayer.xyz) using curl to check on‑chain reputation signals. Before installing or enabling it, confirm you trust that external service to receive agent IDs and wallet addresses (these are sent as part of lookups). Also verify how paid endpoints are billed (the doc mentions micropayments) and whether you need to supply a wallet or payment credential elsewhere in your agent configuration. If you plan to let an autonomous agent use this skill, remember it can call the external API without additional prompts—test with non-sensitive agent IDs first and review theTrustLayer's homepage/privacy info if you need stronger assurances.
Capability Analysis
Type: OpenClaw Skill
Name: trustlayer-sybil-scanner
Version: 4.1.0
The skill provides a legitimate interface for an AI agent to interact with the TrustLayer API (api.thetrustlayer.xyz) to detect Sybil attacks and reputation fraud in ERC-8004 agent systems. It uses standard curl commands to retrieve JSON data and provides clear decision logic for the agent to evaluate risk levels. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: SKILL.md only documents HTTP queries to api.thetrustlayer.xyz for Sybil/fraud signals across multiple chains. Required binary (curl) is declared and appropriate for the stated purpose.
Instruction Scope
Instructions are narrowly scoped to calling theTrustLayer API and parsing its JSON responses (no file reads, no other network endpoints, no system credentials). Note: using the skill transmits agent IDs and wallet addresses to theTrustLayer service—expected for this use case but a privacy consideration.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and no third‑party packages or opaque downloads are pulled.
Credentials
No environment variables or credentials are requested, which aligns with the 'No API key required' claim. The docs mention x402 micropayments ($0.001 USDC per paid query) but do not explain a required payment credential or mechanism; this is plausible but undocumented and worth confirming before heavy use.
Persistence & Privilege
Skill does not request always:true, does not modify system/other-skill configs, and has no install-time persistence. It can be invoked autonomously (platform default), which is normal.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trustlayer-sybil-scanner - After installation, invoke the skill by name or use
/trustlayer-sybil-scanner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.1.0
20 chain support, 130K+ agents scored
v2.0.0
ERC-8004 feedback forensics. Sybil detection, reviewer weighting, cross-chain identity resolution across 80K+ agents.
Metadata
Frequently Asked Questions
What is TrustLayer Sybil Scanner?
Feedback forensics for ERC-8004 agents. Detects Sybil rings, fake reviews, rating manipulation, and reputation laundering across 20 chains. No API key needed. It is an AI Agent Skill for Claude Code / OpenClaw, with 364 downloads so far.
How do I install TrustLayer Sybil Scanner?
Run "/install trustlayer-sybil-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TrustLayer Sybil Scanner free?
Yes, TrustLayer Sybil Scanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TrustLayer Sybil Scanner support?
TrustLayer Sybil Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TrustLayer Sybil Scanner?
It is built and maintained by goatgaucho (@goatgaucho); the current version is v4.1.0.
More Skills