Socket
Book a DemoSign in
Socket

hzl-cli

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hzl-cli

CLI for HZL - External task ledger for coding agents and OpenClaw.

latest
Source
npmnpm
Version
3.2.0
Version published
Maintainers
2
Created
Source

HZL

HZL mascot

A durable shared task ledger for OpenClaw and other multi-agent systems. Agents wake into fresh sessions — HZL preserves continuity across those wakes so they can resume work, hand off context, and coordinate through shared project pools.

Install

npm install -g hzl-cli    # or: brew tap tmchow/hzl && brew install hzl
hzl init

Documentation

Full docs at hzl-tasks.com

Orchestrator Primitives

HZL stays on the ledger side of the boundary. OpenClaw or another orchestrator should subscribe, poll, and decide what to do:

hzl events --follow              # raw NDJSON lifecycle feed
hzl stats --window 1h            # raw operational counters
hzl task stuck --json --stale    # recovery polling surface
hzl hook drain                   # deliver durable on_done hooks

License

MIT

Keywords

hzl

FAQs

Package last updated on 11 Mar 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