Skip to main content
Skill

Use the CLI

Manage the skill registry from the terminal with the Bailian CLI.

The Bailian CLI wraps skill registry management into commands you can drive from the terminal or an Agent.

Commands

CapabilityCommandNotes
Skill managementbl skill add / list / update / removeAdd, list, update, and remove skills

Example

bl skill list                                            # List installed skills
bl skill add <skill-source>                              # Add a skill
Append --help to any command for full parameter details. See Other Commands for more commands.