HomeTokenhotAPI DocumentTools
language
language
  • 中文
  • English
HomeTokenhotAPI DocumentTools
language
language
  • 中文
  • English
  1. Tools
  • navigation
  • OpenClaw
  • hermes
  • Gemini CLI
  • OpenCode
  • Cherry Studio
  • CC-Switch
  • Claude
    • Overview
    • Install Claude Code
    • Configure Model Providers
    • CCometixLine Status Bar Plugin
    • Skills Configuration
  • Codex
    • Codex CLI Installation
    • Configure Model Providers
  1. Tools

hermes

Hermes Agent is an open-source AI agent developed by Nous Research. It supports connecting to any OpenAI-compatible API.

Install Hermes Agent#

Windows: Run PowerShell as Administrator
irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1
Note: If an error occurs, you need to install the latest version of PowerShell first.
If it still fails, you can download the script first:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1" -OutFile "install.ps1"
Then run:
.\install.ps1
Linux/macOS/WSL2: Run the following command in the terminal
After running the command, the required dependencies will be automatically detected and installed.
PixPin_2026-05-18_17-40-54.png

Configure Hermes Agent#

After installation is complete, open another command line window and run:
In the provider list, select 37 (custom - direct API) to use a custom OpenAI-compatible API. Enter the URL and API key (the input will be hidden).
PixPin_2026-05-18_18-39-02.png
Select the model in step 1, set the context length in step 2, and define a custom provider name in step 3. If you encounter Telegram/Discord and similar configuration options, choose 2 (skip) to skip them.
PixPin_2026-05-18_18-31-14.png
Once the configuration is complete, go back to the command line and use the hermes command to start chatting and using it.
PixPin_2026-05-18_18-51-24.png
Modified at 2026-06-22 09:55:45
Previous
OpenClaw
Next
Gemini CLI
Built with