dchumari

Hermes Desktop Bridges — Development skill for Claude Code

Development community

Bridge your local Claude Desktop and Google Antigravity subscriptions directly into Hermes Agent & Hermes Desktop.

How to install Hermes Desktop Bridges

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

What Hermes Desktop Bridges does

Bridge your local Claude Desktop and Google Antigravity subscriptions directly into Hermes Agent & Hermes Desktop. Zero extra API costs, OS-native credential decryption, and seamless multi-provider coexistence across Windows, macOS, and Linux.

Alternatives in Development

  • Notebooklm Skill — Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks 5.9k ★
  • Claude SEO — Multi-Platform Agent Instructions — For Cursor, Cursor Cloud Agents, Google Antigravity, and Gemini CLI 5k ★
  • CORS — Scan an endpoint for CORS misconfiguration — arbitrary-origin reflection, null-origin trust, credential exposu 4.5k ★

README

⚡ Hermes Desktop Bridges

**Connect your existing Claude Desktop and Google Antigravity subscriptions to Hermes Agent & Hermes Desktop.**

*Zero API costs • Multi-OS Native • Cryptographic Token Extraction • Seamless Multi-Provider Coexistence*


[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-brightgreen.svg)](https://python.org) [![Platform: Windows | macOS | Linux](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](docs/ARCHITECTURE.md) [![Hermes Compatible](https://img.shields.io/badge/Hermes-Compatible-orange.svg)](https://github.com/nousresearch/hermes)


📖 Overview

If you already subscribe to **Claude Pro / Team** via the official Claude Desktop app, or **Google AI Pro** via Google Antigravity / Cloud Code, you shouldn't have to purchase separate per-token API credits just to use autonomous AI coding agents.

**Hermes Desktop Bridges** bridges your local desktop app subscriptions into **Hermes Agent** (CLI) and **Hermes Desktop** (Electron GUI). It automatically discovers and decrypts your local OAuth credentials, manages multi-year inference tokens, and sets up high-performance routing across Windows, macOS, and Linux.


🏗️ Architecture

flowchart TD
    subgraph LocalApps["Local Subscriptions (0 Extra Cost)"]
        CD["Claude Desktop
(Anthropic Pro/Team)"] AG["Google Antigravity
(Google AI Pro)"] end subgraph Bridges["Hermes Desktop Bridges Engine"] DPAPI["Windows DPAPI / AES-256-GCM"] KC["macOS Keychain / Linux SecretService"] ScopeResolver["Scope & Lifetime Resolver
(Selects 2027 Inference Token)"] Plugin["In-Process Antigravity Provider
(Cloud Code Assist OAuth)"] end subgraph Hermes["Hermes Core Ecosystem"] CredStore["$HERMES_HOME/.anthropic_oauth.json
$HERMES_HOME/auth.json"]