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

# Plugin catalog

> Every plugin registered by the suite, grouped by what it does for you.

The suite registers all plugins in `runelite-plugin.properties`. Enable **Packet Utils** first: it is the shared runtime every other plugin depends on. This page groups the catalog; each group links to its operating guide.

## Runtime and suite services

| Plugin           | Config group    | Role                                                                                                                                                              |
| ---------------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Packet Utils     | `n3packetutils` | Required shared runtime: revision validation, menu dispatch, walker ticking, pacing, input locking, synthetic input, idle prevention, proxy, telemetry, shared UI |
| Companion Uplink | `n3telemetry`   | Optional legacy sender of the paired-gateway protocol (see [Companion](/companion/overview))                                                                      |
| N3 Test Runner   | -               | Deterministic test execution and result capture for validation runs                                                                                               |
| Profiles         | `n3profiles`    | Encrypted account profiles, proxies, and login (managed inside Packet Utils)                                                                                      |

## Combat and minigames

Guide: [Combat plugins](/plugins/combat)

| Plugin                | Config group        | Role                                                                                  |
| --------------------- | ------------------- | ------------------------------------------------------------------------------------- |
| AIO Fighter           | `n3fighter`         | Profile-driven fighter with threat-map safespots, owned loot, and emergency teleports |
| Gemstone Crab Killer  | `n3crabkiller`      | Follows the Gemstone Crab world boss between nests                                    |
| Guardians of the Rift | `n3guardiansrift`   | Automates the Guardians of the Rift loop                                              |
| Combat Awareness      | `n3combatawareness` | Passive combat session tracking, reminders, and opt-in fidgets                        |

## Skilling and gathering

Guide: [Skilling plugins](/plugins/skilling)

| Plugin        | Config group     | Role                                                                      |
| ------------- | ---------------- | ------------------------------------------------------------------------- |
| Power Skiller | `n3powerskiller` | Generic object/NPC skilling loop with banking or drop policies            |
| Auto Looter   | `n3autolooter`   | Ground-item looting, flax picking, nature-rune chests                     |
| Auto Cooker   | `n3autocooker`   | Cooking automation with target and method models                          |
| AIO Builder   | `n3aiobuilder`   | Composite task queue over the native child workflows (stopped by default) |

## Money-making and production

Guide: [Money-making plugins](/plugins/money-making)

| Plugin              | Config group           | Role                                                                   |
| ------------------- | ---------------------- | ---------------------------------------------------------------------- |
| Market Alcher       | `n3marketalcher`       | Market-driven High Alchemy with GE buying and bank restock             |
| GE Flipper          | `geflipper`            | Follows Flipping Copilot suggestions through n3 actions                |
| GE Buyer            | `n3gebuyer`            | Queue-driven Grand Exchange buy orders                                 |
| Bank Stander        | `n3bankstander`        | Item-on-item, item-on-object, and spell-on-item bank tasks             |
| Bank Stander Plus   | `n3bankstanderplus`    | Preset-driven production recipes across seven skills                   |
| Jewellery Enchanter | `n3jewelleryenchanter` | Recipe-driven jewellery enchanting over the shared enchanting workflow |

## Accounts and quests

Guide: [Account plugins](/plugins/accounts) and [Quests](/guides/quests)

| Plugin               | Config group          | Role                                                  |
| -------------------- | --------------------- | ----------------------------------------------------- |
| Mule Orchestrator    | `n3muleplugin`        | Master/slave trade coordination over RuneLite Party   |
| Tutorial Island      | `n3tutorialisland`    | Full Tutorial Island automation with restart recovery |
| Tutorial Island Test | -                     | Validation variant of the Tutorial Island flow        |
| Questing Assistant   | `n3questingassistant` | Quest Helper-guided step automation                   |
| Quest Script Manager | `questscriptmanager`  | Records and replays sequential quest action scripts   |

## Navigation and helpers

Guide: [Utility plugins](/plugins/utility)

| Plugin           | Config group       | Role                                                                     |
| ---------------- | ------------------ | ------------------------------------------------------------------------ |
| Walk Assistant   | `n3walkassistant`  | On-demand walking to destinations, banks, and POH                        |
| Upkeep           | `n3upkeep`         | Automated health, prayer, energy, antifire, venom, and boost maintenance |
| Dialogue Helper  | `n3dialoguehelper` | Stateless dialogue advancing with Quest Helper alignment                 |
| Inventory Setups | `inventorysetups`  | Panel-driven inventory and equipment setups                              |
| Varrock Cleaner  | `n3varrockcleaner` | Scheduled cleanup automation with state-machine runtime                  |

## Developer tools

Guide: [Developer tools](/tools/code-console)

| Plugin       | Config group    | Role                                                             |
| ------------ | --------------- | ---------------------------------------------------------------- |
| Code Console | -               | Live DSL console for exercising SDK APIs                         |
| Java Shell   | -               | REPL for live Java evaluation against the client                 |
| API Tester   | `n3apitester`   | Guided action and query testing harness                          |
| Agent Server | `n3agentserver` | Authenticated loopback REST and MCP access to the running client |

## Standalone

Ontology (`com.n3plugins.ontology`) ships as its own JAR (`n3Plugins-ontology-5.5.jar`) with its own manifest, stripped from the core suite. It records mouse paths, camera gestures, menu interactions, walks, and typed key presses into a behavior log, and replays them tick-driven through the shared actions API as a behavior-cloning antiban system. Train and replay it from its sidebar panel; the demo behavior graph is the Blast Furnace iron-bar flow.

<Info>
  The full entrypoint list (class and config group per plugin) lives in the repository's `runelite-plugin.properties`, which is the implementation authority for registration.
</Info>
