hermes-api-client

Installation
SKILL.md

Hermes API Client — Kilo Code Skill

Call a Hermes agent from Kilo Code. Hermes may have browser tools, web search, and saved site credentials that Kilo Code lacks. Delegate scraping/browsing/research tasks via a single Python function. Read skill-local guidance only when .kilocode/skills/hermes-api-client/AGENTS.md is confirmed to exist; otherwise use root AGENTS.md for project-specific gateway, host, credential, and site notes.

Prerequisites

  • Hermes gateway available and reachable
  • Python 3 + requests installed (pip install requests)

The Tool Script

Use .kilocode/skills/hermes-api-client/scripts/hermes_api.py. When importing it from a project-root script, add .kilocode/skills/hermes-api-client/scripts to sys.path or run a small wrapper from that directory.

Modes

Mode 1 — Scrape (structured data extraction)

Installs
1
GitHub Stars
37
First Seen
Jun 21, 2026
hermes-api-client — scottermonk/agentautoflow