# Agent Plugins

Connect Gomboc to your preferred coding agent and use ORL-powered workflows directly from your development environment.

Use the guides below to install the plugin that matches your license type (Community or Enterprise)  and agent (Claude, Codex or Gemini supported).

***

### Available guides

* [Claude (Community)](/integrations/agent-plugins/claude-community.md)
  * *For public, self-serve usage with the Gomboc community skills.*

* [Claude (Enterprise)](/integrations/agent-plugins/claude-enterprise.md)

* [Codex (Enterprise)](/integrations/agent-plugins/codex-enterprise.md)

* [Cursor (Enterprise)](/integrations/agent-plugins/cursor-enterprise.md)

* [Gemini (Enterprise)](/integrations/agent-plugins/gemini-enterprise.md)
  * *For Gomboc Enterprise customers with access to the private `Gomboc-AI/gomboc-enterprise-skills` repository.*

* [Policy Enforcement Loop](/integrations/agent-plugins/policy-enforcement-loop.md)
  * *Shared end-to-end workflow that all Gomboc Enterprise plugins use to enforce a policy: diagnose, apply or build rules, verify*

***

### Access levels

#### Community

The community plugin is public and designed for open self-serve usage. It is installed from the public Gomboc community repository and is appropriate for users who want to try Gomboc agent workflows without private enterprise access.&#x20;

#### Enterprise

The enterprise plugin is private and designed for Gomboc Enterprise customers. It includes enterprise-focused skills, private distribution, token-based access to Gomboc services, and workflows for remediation, rule authoring, and rule publishing. Enterprise installation requires collaborator access to the private `Gomboc-AI/gomboc-enterprise-skills` repository.

{% hint style="info" %}
Interested in Enterprise access? Contact [Support](/support.md)
{% endhint %}

***

### Prerequisites

Before using the Gomboc agent plugins, make sure you have:

* Access to the Gomboc skills repos:
  * Community: public [`Gomboc-AI/gomboc-community-skills`](https://github.com/Gomboc-AI/gomboc-community-skills)
  * Enterprise: private [`Gomboc-AI/gomboc-enterprise-skills`](https://github.com/Gomboc-AI/gomboc-enterprise-skills) .
* A valid `GOMBOC_API_TOKEN`. ( see [Generate A Personal Access Token](/getting-started/generate-a-personal-access-token.md))
* Docker installed and running locally, either Docker Desktop or Docker Engine.
* Your target agent installed and configured: Claude Code, OpenAI Codex, Gemini CLI, or Cursor.

The Gomboc skills run [ORL (Open Remediation Language)](/orl.md) through the official Docker container when needed. If a local `orl` executable is already available, the agent may use it, but the supported customer path is Docker-based.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gomboc.ai/integrations/agent-plugins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
