Appearance
metaplay skills list [flags]
[preview] List the Metaplay skills bundled with this CLI
Appearance
[preview] List the Metaplay skills bundled with this CLI
metaplay skills list [flags] PREVIEW: This command is in preview and subject to change!
List every skill embedded in the CLI binary. Each skill's name and description come from its SKILL.md frontmatter.
By default only top-level skills are listed. Pass --full to also list each skill's sub-skills after their parent in DFS order, with their full '<skill>-<sub-skill>' address (the same form 'metaplay skills get' accepts) and the description from the sub-skill's own frontmatter.
--full: Also list each skill's sub-skills--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]