> For the complete documentation index, see [llms.txt](https://docs.gomboc.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gomboc.ai/orl/agent-skills.md).

# Agent Skills

Connect Gomboc to your preferred coding agent and use ORL-powered workflows directly from your development environment — scan code for security and compliance issues, apply fixes, author ORL rules, and publish them to the Gomboc Rules Service.

Gomboc provides agent skills in two editions:

| Edition        | Guide                                                                     | Best for                                                                           |
| -------------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| **Community**  | [Gomboc Community Skills](/orl/agent-skills/gomboc-community-skills.md)   | Public, self-serve usage with Claude Code                                          |
| **Enterprise** | [Gomboc Enterprise Skills](/orl/agent-skills/gomboc-enterprise-skills.md) | Gomboc Enterprise customers using Claude Code, Gemini CLI, OpenAI Codex, or Cursor |

There are also [examples](/orl/agent-skills/examples.md) for using these skills:

* [Inline comment rule](/orl/agent-skills/examples/inline-comment-rule.md)
* [Inline value with comment rule](/orl/agent-skills/examples/inline-value-with-comment-rule.md)
* [Multiple environment rule](/orl/agent-skills/examples/multiple-environment-rule.md)
* [Policy-as-Code](/orl/agent-skills/examples/policy-as-code-rule.md)
* [User variables rule](/orl/agent-skills/examples/user-variables-rule.md)

{% hint style="info" %}
**How the Enterprise plugin is distributed:** Gomboc Enterprise customers receive the plugin as a zip package shared via Google Drive (your Gomboc contact will invite you and share the link). Extract the zip once — the same folder works for all four supported agent runtimes.
{% endhint %}

## Access levels

### Community

The community plugin is public and designed for open self-serve usage. Install it from the public [Gomboc-AI/gomboc-community-skills](https://github.com/Gomboc-AI/gomboc-community-skills) repository. It is appropriate if you want to try Gomboc agent workflows without private enterprise access.

### Enterprise

The enterprise plugin is private and designed for Gomboc Enterprise customers. It includes enterprise-focused skills, token-based access to Gomboc services, and workflows for remediation, rule authoring, and rule publishing. The plugin package is shared privately via Google Drive.

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

## Prerequisites

Before using Gomboc agent skills, make sure you have:

* **Access to the skills**
  * Community — install the public `Gomboc-AI/gomboc-community-skills` plugin (see [Gomboc Community Skills](/orl/agent-skills/gomboc-community-skills.md))
  * Enterprise — receive the plugin zip from your Gomboc contact via Google Drive (see [Gomboc Enterprise Skills](/orl/agent-skills/gomboc-enterprise-skills.md) and the per-agent install guides below)
* A valid **`GOMBOC_API_TOKEN`** — see [Generate A Personal Access Token](/getting-started/generate-a-personal-access-token.md)
* **Docker** installed and running locally (Docker Desktop or Docker Engine)
* Your **target agent** installed and configured: Claude Code, OpenAI Codex, Gemini CLI, or Cursor

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

## Available guides

### Community

* [Gomboc Community Skills](/orl/agent-skills/gomboc-community-skills.md) — install, commands, and usage for Claude Code

### Enterprise

* [Gomboc Enterprise Skills overview](/orl/agent-skills/gomboc-enterprise-skills.md) — commands, skills, and workflows
* [Claude (Enterprise)](/orl/agent-skills/gomboc-enterprise-skills/claude-enterprise.md)
* [Gemini (Enterprise)](/orl/agent-skills/gomboc-enterprise-skills/gemini-enterprise.md)
* [OpenAI Codex (Enterprise)](/orl/agent-skills/gomboc-enterprise-skills/codex-enterprise.md)
* [Cursor (Enterprise)](/orl/agent-skills/gomboc-enterprise-skills/cursor-enterprise.md)
* [Policy Enforcement Loop](/orl/agent-skills/gomboc-enterprise-skills/policy-enforcement-loop.md)
* [CSPM Triage Loop](/orl/agent-skills/gomboc-enterprise-skills/cspm-triage-loop.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gomboc.ai/orl/agent-skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
