CLI

Overview

The oblien skills command installs, lists, and removes agent skill files for AI coding assistants. Skills provide context and instructions that help AI agents interact with your Oblien workspaces more effectively.

Commands

Install Skills

oblien skills install <name...> [--agent <agent>] [--path <dir>]
oblien skills install --all [--agent <agent>]
FlagDescription
--agent <name>Target agent: claude, cursor, openclaw, goose, jetbrains
--path <dir>Custom installation directory
--allInstall all available skills

List Available Skills

oblien skills list

Remove a Skill

oblien skills remove <name>

Examples

oblien skills install oblien-runtime
oblien skills install oblien-runtime oblien-api --agent claude
oblien skills install --all --agent cursor
oblien skills list
oblien skills remove oblien-runtime