aix skill list

aix skill list

List installed skills

Synopsis

List all installed skills grouped by platform.

By default, lists skills for all detected platforms. Use the –platform flag to limit to specific platforms.

aix skill list [flags]

Examples

  # List all skills
  aix skill list

  # List skills for a specific platform
  aix skill list --platform claude

  # Output as JSON
  aix skill list --json

  See Also:
    aix skill show     - Show skill details
    aix skill install  - Install a new skill

Options

  -h, --help   help for list
      --json   Output in JSON format

Options inherited from parent commands

      --log-file string     write logs to file in JSON format
      --log-format string   log format: text, json (default "text")
  -p, --platform strings    target platform(s): claude, opencode (default: all detected)
  -q, --quiet               suppress non-error output
  -v, --verbose count       increase verbosity level (e.g., -v, -vv)

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2026