New:Socket for Asana Is Now Available.Learn more
Get Started

hermai-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermai-cli

Turn any website into a structured JSON API for AI agents.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

hermai-cli

npm wrapper for the hermai CLI — turns any website into a structured JSON API for AI agents.

Install

npm install -g hermai-cli
# or
npx hermai-cli --help

On install, the package's postinstall downloads the correct prebuilt binary for your platform (macOS/Linux/Windows × amd64/arm64) from the corresponding GitHub release, verifies its sha256 against the release's checksums.txt, and places it alongside the wrapper. No cgo, no Go toolchain required.

Environment

  • HERMAI_PLATFORM_KEY authenticates registry requests. You can also run hermai registry login once to store the key in local Hermai config.
  • HERMAI_SKIP_POSTINSTALL=1 skips the binary download at install time. Useful in sandboxed CI where outbound network to GitHub releases is blocked; you'll need to drop the binary at node_modules/hermai-cli/bin/hermai yourself.

Other install channels

Usage

See docs.hermai.ai.

License

AGPL-3.0-or-later — same as the upstream binary.

Keywords

hermai

FAQs

Package last updated on 24 May 2026

Related posts