2.6k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill clone-farm-detector- _meta.json303 B
- SKILL.md3.6 KB
Overview
This skill detects clone farming and reputation gaming in AI agent marketplaces by analyzing skill content, publishing behavior, and cross-references. It finds near-duplicate skills, ID-washing techniques, batch-publish bursts, and coordinated citation rings. The goal is to surface suspect clusters so marketplaces can prioritize human review and protect search quality and trust.
How this skill works
The detector compares Capsule/Gene code and metadata to compute similarity scores and cluster near-identical skills. It analyzes publishing timelines and node IDs to identify batch patterns and sequential naming. It inspects SHA-256 hashes vs. functional similarity to reveal ID washing and traces dependency and citation graphs to expose coordinated cross-citation. The output is a structured report with clusters, evidence, and a risk rating.
When to use it
- Scan top search results for a competitive keyword to check for clone saturation
- Audit a publisher node to detect mass-publishing or templated uploads
- Monitor marketplace imports or archives for sudden spikes in near-duplicates
- Prioritize candidate skills for manual moderation review
- Assess marketplace health and measure prevalence of reputation gaming
Best practices
- Combine automated flags with human review to avoid false positives from legitimate forks
- Use similarity thresholds tuned to your catalog size and language diversity
- Correlate publication timestamps and node IDs before assigning high-risk labels
- Log evidence (diffs, metadata templates, citation graphs) to support moderation actions
- Periodically re-run scans on top search terms and new publisher activity
Example use cases
- Scan the top 50 results for "code formatter" and produce cluster reports with recommendations
- Audit a suspected publisher node to reveal a batch of 20 near-identical skills uploaded in one hour
- Detect ID washing where multiple unique hashes map to one functional implementation
- Identify cross-citation rings that inflate perceived reputation among a set of skills
- Generate a marketplace health metric showing percentage of suspected clones in popular queries
FAQ
No. High similarity is an indicator that warrants review but does not prove intent; human investigation is required.
What inputs can I provide?
You can supply Capsule/Gene JSON objects, a publisher node ID, or a marketplace search term to scan top results.
What does the risk rating mean?
Ratings (CLEAN / SUSPECT / FARMING) summarize automated evidence: CLEAN shows low risk, SUSPECT needs review, and FARMING indicates strong coordinated signals.