Package Map

May 5, 2026 ยท View on GitHub

This repository publishes three npm packages.

Packages

PackagePathPurposeNode enginePublish status
@eterna-hybrid-exchange/clipackages/cliCLI for auth, status, sandbox execution, balances, positions, and SDK lookup.>=20Published from monorepo release workflow.
@eterna-hybrid-exchange/openclaw-pluginpackages/openclaw-pluginOpenClaw plugin manifest and Eterna trading skills.>=22Published from monorepo release workflow.
@eterna-hybrid-exchange/eterna-trading-skillpackages/openclaw-plugin/packages/skillSkill-only OpenClaw package built from the plugin skills directory.>=22Published from monorepo release workflow.

Version Policy

All packages currently share the same version.

Check alignment:

npm run version:check

Build And Pack

CLI:

npm run build -w @eterna-hybrid-exchange/cli

OpenClaw packages:

npm run pack:check

The skill package copies root plugin skills into packages/openclaw-plugin/packages/skill/skills during prepack and prepublishOnly.