Claude Code / Codex / Hermes Integrations
This page solves one specific question:
you already have NextClaw installed, and now you want to plug in Claude Code, Codex, or Hermes through the UI without guessing which path to take.
Short answer
- Want a
Claude Codestyle workflow: go toMarketplace -> Pluginsand installNextClaw Claude NCP Runtime - Want a
Codexstyle workflow: go toMarketplace -> Pluginsand installNextClaw Codex NCP Runtime - Want
Hermes: go toMarketplace -> Skills, installHermes Runtime, then use that skill in chat
30-second picker
| Integration | Best for | How it appears in NextClaw | Difficulty |
|---|---|---|---|
| Claude Code | Users who want a Claude-style agent/runtime flow | Adds a Claude session type | Medium |
| Codex | Users who want a Codex-style coding/runtime flow | Adds a Codex session type | Medium |
| Hermes | Users who want NextClaw to guide Hermes setup and verification | Skill-guided setup and checks | Medium |
Shared prerequisites
Before any of the three paths, do these first:
- open the NextClaw UI
- in
Providers, configure one working provider and make sure the connection test passes at least once
Why this order matters:
ClaudeandCodexcan both reuse the current NextClaw provider / model pathHermesis also meant to stay inside the same unified provider / model experience instead of forcing you to manage a second stack
If you have not finished this part yet, start here:
Path A: Claude Code
This is the right path if your goal is "use a Claude-style session type inside NextClaw without dealing with command-line setup."
Install
Recommended UI path:
- Open
Marketplace -> Plugins - Search for
Claude - Install
NextClaw Claude NCP Runtime - Make sure the plugin is enabled after install
Use
- Open chat or create a new session
- Confirm
Claudenow appears in session type options - Choose a working Claude-compatible model
- Send this minimal verification prompt:
Please reply exactly: CLAUDE-OKSuccess checklist
Treat the integration as ready when all three are true:
Claudeappears in the session type list- the type is actually ready instead of staying unavailable
- the reply returns
CLAUDE-OKor an equivalent short response
If it does not work
Claudedoes not appear: the plugin is usually not installed or not enabledClaudeappears but is not ready: your current provider / model path is usually not Claude-compatible yet- for ordinary users, do not start with advanced settings; get the current provider test working first
Path B: Codex
This is the right path if your goal is "use a Codex-style coding/runtime flow inside NextClaw without dealing with command-line setup."
Install
Recommended UI path:
- Open
Marketplace -> Plugins - Search for
Codex - Install
NextClaw Codex NCP Runtime - Make sure the plugin is enabled after install
Use
- Open chat or create a new session
- Confirm
Codexnow appears in session type options - Choose a working model
- Start with a minimal verification prompt:
Please reply exactly: CODEX-OKIf that works, move on to real tasks like code explanation, repo inspection, or edit suggestions.
Success checklist
Codexappears in the session type list- a new Codex session can start normally
- the reply returns
CODEX-OKor an equivalent short response
Ordinary-user recommendation
For the first successful Codex setup, ignore advanced options.
You only need this:
- plugin installed
Codexsession type appears- one minimal verification reply succeeds
Path C: Hermes
Hermes should not be explained to ordinary users as "go write runtime config yourself."
The ordinary-user path should be:
- install
Hermes RuntimefromMarketplace -> Skills - return to chat and open
Skills - enable
Hermes Runtime - ask NextClaw to help connect and verify Hermes
Install
- Open
Marketplace -> Skills - Search for
Hermes Runtime - Click
Install
Use
- Return to chat
- Click
Skillsunder the input box - Select
Hermes Runtime - Send a request like:
Help me connect Hermes and check whether it is ready to use.Success checklist
- the skill can be selected normally
- NextClaw starts guiding the Hermes setup/check flow
- if the environment is already ready, it can finish one real Hermes verification
- if the environment is not ready yet, it should tell you what is missing instead of asking you to hand-write runtime config
Recommended verification order
For all three integrations, use the same order:
- confirm the provider test already passes
- install the plugin or skill from the UI
- run one minimal verification
- only then move to real tasks
This makes troubleshooting much faster because you can isolate whether the issue is:
- provider setup
- plugin / skill installation
- or the task itself