> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Endor Labs Agent Kit in Antigravity CLI

> Install and use the Endor Labs Agent Kit in Antigravity CLI.

The Endor Labs Agent Kit installs into Antigravity CLI as a plugin, adding the Endor Labs setup skill, workflow skills, and subagents. Google documents Antigravity CLI as the consumer transition path for Gemini CLI, so use this package if your Gemini CLI account is affected by that transition.

<Steps>
  <Step title="Install the plugin">
    Clone the public distribution repository, then validate and install the generated Antigravity plugin from it.

    ```bash theme={null}
    git clone https://github.com/endorlabs/ai-plugins
    cd ai-plugins
    agy plugin validate ./plugins/antigravity/endor-labs-agent-kit
    agy plugin install ./plugins/antigravity/endor-labs-agent-kit
    agy plugin list
    ```

    Some Antigravity installs expose the command as `antigravity` instead of `agy`. Use the same `plugin validate`, `plugin install`, and `plugin list` subcommands. Restart Antigravity CLI after installing or reinstalling the plugin if the new skills or subagents are not visible.
  </Step>

  <Step title="Set up this machine">
    Ask your AI coding assistant to run the setup skill.

    ```text theme={null}
    Use the endor-agent-kit-setup skill to check Endor Labs Agent Kit readiness.
    ```

    The setup skill guides package-manager-first `endorctl` installation, verifies Endor Labs authentication and namespace readiness, and reports missing `gh` or toolchain prerequisites. It does not run scans, run `endorctl host-check`, edit shell profiles, auto-install `gh`, or install language runtimes and package managers.
  </Step>

  <Step title="Run your first workflow">
    Each workflow is available as a skill and as a subagent. Invoke a subagent with `@<name>`. Try these example prompts.

    ```text theme={null}
    @ai-sast-triage triage AI SAST findings for this repository
    ```

    ```text theme={null}
    @sca-remediation check this repository for P0 SCA findings I can start remediating
    ```

    ```text theme={null}
    @probe-droid probe GitHub org <org> for Endor Labs monitored-branch onboarding gaps and setup prescriptions
    ```

    ```text theme={null}
    @endor-troubleshooter diagnose this Endor Labs scan failure from redacted error text and read-only tenant evidence
    ```
  </Step>
</Steps>

See the [Agent Kit overview](/secure-ai-coding/agent-kit) for the full agent catalog, and the [safety model](/secure-ai-coding/agent-kit/safety-model) for how mutating agents handle approval gates.
