CLI
arctl skill list

arctl skill list

List available skills in agentregistry.

Usage

arctl skill list [flags]

Example:

arctl skill list
arctl skill list --all --output json
arctl skill list --page-size 20

Command-specific flags

-a, --all: Show all items without pagination
-o, --output string: Output format (table, json, yaml) (default "table")
-p, --page-size int: Number of items per page (default 15)

Global flags

-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.