integration-brave-search

Connect Brave Search to a self-hosted Hermes agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-brave-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-brave-search
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-brave-search
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-brave-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual work of wiring Brave Search into a self-hosted Hermes agent so the agent can use live search without a custom integration project.

Core Features & Use Cases

  • Connects Brave Search to a remote Hermes deployment over SSH with an official self-hosted MCP server or a REST fallback.
  • Supports real-time web, news, image, video, local POI, summarizer, and llm-context access for AI coding agents.
  • Handles idempotent setup, secret storage in the Hermes environment file, gateway reloads, verification, and rollback-safe recovery.

Quick Start

Ask the assistant to connect Brave Search to your Hermes VPS using the provided subscription key and complete the wiring, verification, and rollback-safe setup.

Frequently Asked Questions about integration-brave-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Brave Search to a self-hosted Hermes agent over SSH?

You connect Brave Search to a self-hosted Hermes agent by deploying an official MCP server or REST fallback, setting a static BRAVE_API_KEY in the environment file, and reloading the gateway. This enables live web, news, image, video, and local POI search tools for your AI coding workflows.

What search capabilities does the Brave Search MCP integration provide for AI coding workflows?

The Brave Search MCP integration provides real-time web, news, image, video, local POI, summarizer, and llm-context search capabilities. These live search tools are applied directly to remote VPS deployments to support AI coding agents needing current information.

Do I need a Brave API key to wire Brave Search into Hermes?

Yes, you need a static BRAVE_API_KEY to wire Brave Search into Hermes. The setup process requires storing this secret key in the ~/.hermes/.env environment file on your remote VPS before reloading the gateway and running API smoke tests.

Can I safely rollback the Brave Search integration if the setup fails on my VPS?

Yes, you can safely rollback the Brave Search integration because the setup is idempotent and includes rollback-safe recovery. If the gateway reload or API smoke test fails, the process handles verification and recovery to restore your remote Hermes deployment.

Does the Hermes Brave Search integration work on remote VPS deployments?

Yes, the Hermes Brave Search integration is designed specifically for remote VPS deployments. It connects Brave Search to your self-hosted Hermes agent over SSH, handling idempotent setup, secret storage, gateway reloads, and verification automatically.