@mininglamp-oss/octo-cli
v0.13.0
Published
Command-line interface for the Octo ecosystem — a single-binary REST client for AI Agent Bots. This package resolves the prebuilt Go binary from the matching platform sub-package; no postinstall download.
Downloads
1,122
Readme
@mininglamp-oss/octo-cli
npm distribution of octo-cli — the
command-line interface for the Octo ecosystem, built for AI Agent Bots.
npm install -g @mininglamp-oss/octo-cli
octo-cli --helpAgent-facing Skill documentation is embedded in the same signed binary. A runtime can load the official Agent Mail guide without downloading a separate Skill package:
octo-cli skills octo-mailThis package is a thin Node wrapper around the prebuilt Go binary. The matching
platform binary is shipped inside an npm optional dependency such as
@mininglamp-oss/octo-cli-darwin-arm64; the octo-cli command resolves that
sub-package and execs the binary directly. Install does not download anything
from GitHub.
Supported platforms: macOS, Linux, Windows on x64 / arm64.
For other install methods (Homebrew, raw binary, go install) and full usage,
see the main README.
Trust model
The main package and platform sub-packages are published with npm
--provenance, producing Sigstore attestations that link each tarball back to
the GitHub Actions workflow that published it. You can verify them with:
npm audit signaturesGitHub Release archives are still published for non-npm channels and are
covered by checksums.txt, but npm installs use npm registry tarballs and npm's
own integrity checks.
