skill-syncer

Synchronize skill files across OpenCode, iFlow CLI, OpenClaw, and iFlow-bot directories.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill skill-syncer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-syncer
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/skill-syncer
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill skill-syncer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually copying updated skills into multiple agent platforms, ensuring every environment stays consistent after creation or changes.

Core Features & Use Cases

  • Multi-platform synchronization: Push a skill to OpenCode, iFlow CLI, OpenClaw, and iFlow-bot from one source.
  • Bulk updates and status checks: Sync all skills at once and identify which installations are out of date.
  • Configuration management: Add or adjust target directories so skill distribution matches your workspace layout.

Quick Start

Ask the assistant to synchronize the named skill from your source directory to every configured platform path.

Frequently Asked Questions about skill-syncer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync skills across multiple agent platforms like OpenCode and iFlow?

Syncing skills across OpenCode and iFlow requires comparing source and target directories to detect file changes, then propagating updates automatically. This eliminates manual copying and ensures every platform environment stays consistent after modifications.

What is the best way to check if my skill installations are out of date across different directories?

To check for outdated skill installations, run a bulk status check across all configured platform paths. The synchronization process compares files to identify version drift and flags which installations require updates to match the source directory.

Can I push skill updates to OpenClaw and iFlow-bot from a single source directory?

Yes, you can push skill updates to OpenClaw and iFlow-bot from one source directory. Multi-platform synchronization propagates file changes to every configured target path, ensuring all connected agent environments receive the latest skill versions.

How do I configure target directories for skill distribution to match my workspace layout?

Configuring target directories for skill distribution involves adding or adjusting platform paths within your synchronization setup. This management step ensures the sync process routes source files to the correct local directories matching your workspace layout.

Why do my skill files have version drift between OpenCode, iFlow CLI, and local directories?

Skill files experience version drift between platforms when updates are manually copied instead of automatically synchronized. Without file comparison logic and automated propagation, local directories and agent platforms diverge over time after source changes.