rexleimo

Hermes Setup — Development skill for Claude Code

Development community

Our project makes the Harness Agent accessible to all, regardless of technical background.

How to install Hermes Setup

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rexleimo/hermes-setup and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Hermes Setup does

Our project makes the Harness Agent accessible to all, regardless of technical background. We're building a Python-based GUI tool that wraps complex operation scripts, letting users configure and launch Harness Agent services easily—no command-line knowledge needed.

Alternatives in Development

  • Claudia — A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions 21k ★
  • Agent.System.Main.Tips — General operation manual 19k ★
  • T3code — A minimal web GUI for coding agents 7.9k ★

README

Hermes Console

[![CI](https://github.com/rexleimo/hermes-setup/actions/workflows/ci.yml/badge.svg)](https://github.com/rexleimo/hermes-setup/actions/workflows/ci.yml) [![Deploy Site](https://github.com/rexleimo/hermes-setup/actions/workflows/deploy-site.yml/badge.svg)](https://github.com/rexleimo/hermes-setup/actions/workflows/deploy-site.yml) ![Python](https://img.shields.io/badge/Python-3.11+-3776AB?logo=python&logoColor=white) ![FastAPI](https://img.shields.io/badge/FastAPI-009688?logo=fastapi&logoColor=white)

Hermes Agent 的可视化运维中台 —— 让 [Hermes Agent](https://github.com/NousResearch/hermes-agent) 不再需要 SSH:安装、启动 Gateway、配置模型供应商与消息渠道,全部在一个**严格鉴权**的 Web 控制台完成。

技术栈:Python 3.11+ · uv · FastAPI · Jinja2 · HTMX · SQLite。 无前端构建步骤,静态资源本地化,可部署在内网隔离环境。

官方地址

入口 地址
🌐 官网 https://rexai.top (GitHub Pages,site/ 目录自动部署)
💻 仓库 https://github.com/rexleimo/hermes-setup
📄 文档站备用 https://rexleimo.github.io/hermes-setup/
🐛 问题反馈 https://github.com/rexleimo/hermes-setup/issues
⬆️ 上游项目 Hermes Agent(NousResearch)

功能总览

模块 能力
初始化与服务管理 一键执行官方安装脚本 / hermes update;Gateway(server 服务)启动、停止、重启;状态三路探测(CLI / gateway_state.json / 日志新鲜度);gateway.log 与 errors.log 实时查看;后台任务执行与输出轮询
模型供应商管理 类 CC Switch 的 CRUD;五种 API 协议模式(OpenAI Chat 兼容 / OpenAI Responses / Anthropic Messages / AWS Bedrock / Google Gemini);13 个官方预设供应商一键添加;在线拉取模型列表并逐个登记(模型 ID / 显示名称 / 上下文长度);一键连接测试
链路与别名 主模型切换(model.*);降级备选链可视化排序(delegation.fallback_providers);模型别名管理(model_aliases
消息渠道 11 个渠道(飞书 / 微信 / QQ / Telegram / 企业微信 / 钉钉 / Discord / Slack / Email / Webhook / API Server)卡片式管理;令牌写入 .env(600 权限、永不回显);平台参数写入 config.yamlplatforms.*;每渠道工具集覆盖(platform_toolsets
记忆系统 内置记忆容量调优(默认 2,200/1,375 字符 → 一键预设至 16,000/8,000,解决大项目记忆写满报错);9 家外置记忆方案一键切换并自动写入配置:社区 AgentMemory(零代码 MCP / Provider 插件自动安装)、Mem0、Supermemory、OpenV