Skip to content

looplia registry

The registry command manages skill sources and the compiled skill catalog.

Terminal window
looplia registry <subcommand>

Initialize the registry with default marketplace sources.

Terminal window
looplia registry init

Downloads default marketplaces and compiles the skill catalog. This runs automatically during looplia init.

Add a third-party GitHub repository as a skill source.

Terminal window
looplia registry add <url>

Example:

Terminal window
looplia registry add https://github.com/user/my-skills

Recompile the skill catalog from all configured sources.

Terminal window
looplia registry sync

Use this after adding new sources or when skills have been updated upstream.

Display all configured registry sources with their skill counts and status.

Terminal window
looplia registry list

Remove a registry source by its ID.

Terminal window
looplia registry remove <source-id>

CommandDescription
looplia registry initInitialize registry with default sources
looplia registry add <url>Add a marketplace source
looplia registry syncRecompile skill catalog
looplia registry listShow configured sources
looplia registry remove <id>Remove a source