🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

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
Weekly downloads
22
-37.14%
Maintainers
1
Weekly downloads
 
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

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts