Welcome to CLIPilot Registry
Discover and share CLI automation modules for the CLIPilot assistant.
How It Works
📦 Browse
Explore community-created modules for various CLI tasks and workflows.
⬇️ Install
Use clipilot modules install <id> to add modules to your CLI.
📤 Share
Upload your own modules to help the community automate their workflows.
Quick Start
# Install CLIPilot
curl -sSL https://raw.githubusercontent.com/themobileprof/clipilot/main/install.sh | bash
# Browse available modules
clipilot modules search
# Install a module from registry
clipilot modules install docker_install
# Use the module
clipilot "install docker"