promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

agy plugin list

Shows installed plugins and their loaded components.

agy plugin list shows active plugin packages and the components they've loaded (e.g. skills, agents, MCP servers). Plugins follow the plugin.json schema with a required name field (alphanumeric, hyphens, underscores only) and an optional description field.

โœ… WHEN TO USE IT?

Get an overview of currently installed plugins

Run agy plugin list before a planned uninstall or update

โ›” WHEN NOT TO?

You want to enable/disable or remove a plugin

list only shows the current state, it doesn't change anything.

Better: agy plugin enable/disable <name> or agy plugin uninstall <name>

SOURCES