Command reference ยท Antigravity CLI
agy plugin list
Shows installed plugins and their loaded components.
agy plugin list is a terminal subcommand (not a slash command) and shows all installed plugin packages including their loaded components โ according to the documentation "Shows active packages and their loaded components," i.e. e.g. which skills, agents, or MCP servers a plugin brings along.
Every plugin comes with a plugin.json. The required field is name (alphanumeric characters, hyphens, and underscores only), an optional description can be added; with a $schema reference to the official Antigravity schema URL you get automatic validation in editors like VS Code.
agy plugin list itself doesn't change anything, it only provides an inventory โ for changes to a plugin's state you need agy plugin enable/disable <name>, for complete removal agy plugin uninstall <name>.
โ WHEN TO USE IT?
Get an overview before uninstalling
Run agy plugin list before a planned uninstall or update
Check loaded components after installation
Run agy plugin list right after agy plugin install to confirm the loaded components
โ WHEN NOT TO?
Enable/disable or remove a plugin
list only shows the inventory, it doesn't change anything.
Better: agy plugin enable/disable <name> or agy plugin uninstall <name>
SOURCES
- Antigravity CLI docs: Plugins โ antigravity.google