Skip to content

Skills Management

Install and manage AI-powered analysis skills that extend perfetto-cli's capabilities.

Overview

Skills are pluggable analysis modules that can be installed from external sources. They add new analysis capabilities beyond the built-in commands.

Commands

skills install

Install a skill from a URL or local path.

perfetto-cli skills install <source>

skills list

List all installed skills.

perfetto-cli skills list

skills uninstall

Remove an installed skill.

perfetto-cli skills uninstall <name>

Tips

  • Skills extend the analysis capabilities without modifying the core tool
  • Check the project repository for available community skills