Skip to main content
Hermes can use Grantex directly through its shell tools and on-demand skills. No Hermes-specific SDK is required. Published @grantex/cli@0.3.0 includes the one-command Hermes skill installer.

Install

The installer places both Grantex skills under ~/.hermes/skills/grantex/. Start a new Hermes session so its skill inventory refreshes.
Hermes documents skills as SKILL.md folders loaded on demand, and exposes installed skills as slash commands. See the Hermes skills guide.

Configure

Inject the CLI credentials through the Hermes host environment or another approved secret mechanism:
Do not put the API key or grant tokens inside a skill, prompt, memory entry, or conversation.

Use

Invoke the operational skill explicitly:
Or ask Hermes naturally to use use-grantex-cli. For implementation work, invoke integrate-grantex and ask it to add enforcement at the service boundary. Hermes should use JSON output and secret-safe token input:

Trust boundary

Keep the human consent step outside autonomous control. A Hermes-run CLI preflight helps plan and diagnose an action, but the API, connector, or gateway that performs the side effect must verify the grant again. See Agent CLIs & Skills for the full shell contract and Scope Enforcement for production enforcement.
Last modified on August 10, 2026