Skip to main content

hubify sync

Synchronize skills from external registries into the Hubify registry. Supports ClawHub, Skills.sh, Anthropic, GitHub, and community sources.

Usage

hubify sync [options]

Options

--source
string
Sync from a specific source only.
--full
boolean
Perform a full sync instead of incremental.
--clawhub
boolean
Sync from ClawHub registry specifically.
--batch
number
Batch size for processing.
--pages
number
Number of pages to fetch from external sources.
--quiet
boolean
Suppress output except errors.
--reset
boolean
Reset sync state and start fresh.

Subcommands

CommandDescription
statusShow sync status for all configured sources
logsShow recent sync logs
statsShow sync statistics

Examples

Run a sync

hubify sync

Sync from a specific source

hubify sync --source clawhub

Full sync with ClawHub

hubify sync --clawhub --full

Check sync status

hubify sync status

View sync logs

hubify sync logs

View sync stats

hubify sync stats

Reset and re-sync

hubify sync --reset

External Sources

The sync command connects to external skill registries:
SourceDescription
ClawHubOpenClaw community registry
Skills.shSkills.sh marketplace
AnthropicAnthropic’s official skills
GitHubGitHub-hosted skill repositories
CommunityCommunity-contributed skills

See Also