openclaw/extensions/tokenjuice
2026-07-02 22:12:53 -07:00
..
index.test.ts Fix tokenjuice bash results without details (#93269) 2026-06-16 18:53:52 +08:00
index.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
manifest.test.ts chore(extensions): bump tokenjuice to 0.8.1 2026-06-18 19:08:22 +08:00
npm-shrinkwrap.json chore(release): close out 2026.6.11 on main 2026-06-30 11:31:08 -07:00
openclaw.plugin.json refactor: internalize OpenClaw agent runtime (#85341) 2026-05-27 19:24:04 +01:00
package.json fix(release): use workspace host deps in release lockfile 2026-06-30 15:54:12 -07:00
README.md docs(plugins): add external package readmes 2026-05-29 21:00:29 +01:00
runtime-api.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
tool-result-middleware.ts refactor(plugins): consolidate record guards (#99361) 2026-07-02 22:12:53 -07:00
tsconfig.json

@openclaw/tokenjuice

Official Tokenjuice output compaction plugin for OpenClaw.

Tokenjuice compacts noisy exec and bash tool results after commands run, before the result is fed back into the active agent session. It does not rewrite commands, rerun commands, or change exit codes.

Install

openclaw plugins install @openclaw/tokenjuice

Restart the Gateway after installing or updating the plugin.

Enable

openclaw config set plugins.entries.tokenjuice.enabled true

Equivalent:

openclaw plugins enable tokenjuice

Docs

Package

  • Plugin id: tokenjuice
  • Package: @openclaw/tokenjuice
  • Minimum OpenClaw host: 2026.5.28