Ultimate Skills Finder

PassAudited by VirusTotal on May 3, 2026.

Findings (1)

The ultimate-skills-finder bundle is a utility designed to search, deduplicate, and rank OpenClaw agent skills from various public registries and GitHub repositories. The core logic in scripts/find_skill.py uses standard asynchronous HTTP requests to fetch data from sources like ClawHub, SkillsMP, and curated GitHub lists, and includes an optional security scanning feature via an external API (ai.gendigital.com). While the script interacts with the local filesystem to index installed skills and executes the 'clawhub' CLI via subprocess, these actions are strictly aligned with its stated purpose and do not exhibit signs of malicious intent, data exfiltration, or unauthorized persistence.