Skill Sync

AdvisoryAudited by VirusTotal on Apr 3, 2026.

Overview

Type: OpenClaw Skill Name: multi-agent-skill-sync Version: 1.2.1 The skill bundle provides a utility for managing, deduplicating, and syncing AI agent skills across various platforms (Codex, Claude, OpenClaw, etc.). The core logic in `scripts/skill_sync.py` performs file system operations such as scanning skill directories, calculating SHA256 hashes to identify duplicates, and replacing redundant copies with symlinks to a canonical source. While the script has broad write access to several agent-related directories in the user's home folder, it includes a robust backup and restore mechanism located in `~/.skill-sync/backups` and lacks any indicators of data exfiltration, network activity, or unauthorized persistence. The behavior is consistent with the stated purpose in `SKILL.md` and `README.md`.