Hermes Claude Plan
Description
Hermes agent plugin that routes Anthropic API requests through anthropic claude plan. zero modifications to hermes source code. Fully compatible with `hermes update` and `git pull` upgrades
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
hermes-claude-plan
[English](./README.md) | [中文](./README_CN.md)
A [Hermes Agent](https://github.com/NousResearch/hermes-agent) plugin that routes Anthropic API requests through the Claude subscription channel for improved rate-limit allocation.
**Non-invasive design** -- installs entirely under `~/.hermes/plugins/`, zero modifications to hermes source code. Fully compatible with `hermes update` and `git pull` upgrades. Install and uninstall without side effects.
Prerequisites
- Hermes Agent v0.9.0+
- Claude Code installed and logged in (
claudeCLI available) - An active Claude Max / Team / Enterprise subscription
- Python >= 3.11
Install
hermes plugins install Jawf/hermes-claude-plan
Or clone manually:
git clone https://github.com/Jawf/hermes-claude-plan.git ~/.hermes/plugins/anthropic_plan
Configure
Set `anthropic_plan` as your default provider in `~/.hermes/config.yaml`:
model:
default: claude-opus-4-6 # or claude-sonnet-4-6, etc.
provider: anthropic_plan
Or switch at runtime:
# Inside a hermes chat session
/model anthropic_plan:claude-opus-4-6
How It Works
hermes chat
|
v
[Anthropic Messages API request]
|
v
[localhost:28765 proxy]
| - Reads OAuth token from ~/.claude/.credentials.json
| - Rewrites headers (billing, user-agent, betas)
| - Rewrites body (system prompt prefix, tool name prefix)
v
[api.anthropic.com/v1/messages]
|
v
[SSE response streamed back]
The plugin starts a lightweight HTTP proxy on `127.0.0.1:28765` (loopback only). The proxy:
- Reads the current OAuth token from
~/.claude/.credentials.jsonon every request (picks up token refreshes automatically) - Adds Claude Code identity headers (
x-anthropic-billing-header,user-agent, OAuth betas) - Prepends the Claude Code identity block to the system prompt
- Prefixes tool na
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git