Latest release: v2026.7.1Download zip
Compatibility
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The declared purpose is exec/bash output compaction, and the artifact registers an agent tool-result middleware that receives tool results, normalizes details, and returns compacted content/details through tokenjuice reducers.
Instruction Scope
Runtime scope is limited to OpenClaw/Codex agent tool-result middleware for exec-like tools; it does not rewrite commands, rerun commands, alter exit codes, or introduce unrelated agent instructions.
Install Mechanism
Install and enable steps are explicit in the README, the package is source-linked to openclaw/openclaw, and metadata marks it as a trusted official @openclaw plugin; npm shrinkwrap pins tokenjuice 0.8.1.
Credentials
The plugin necessarily observes command text, working directory, and tool output so it can compact results before they return to the agent; that access is proportionate to its purpose but may include sensitive terminal output.
Persistence & Privilege
The manifest has onStartup false, no config fields, no bundled skills, no MCP servers, and inspected code shows no file writes, background workers, credential/session access, or privilege escalation.
Scan Findings in Context
[SkillSpector] expected: No SkillSpector findings were supplied.
[staticScan] expected: Static scan reported clean with no findings; local artifact inspection found only the disclosed middleware behavior.
[VirusTotal] expected: VirusTotal telemetry was clean with 0 malicious and 0 suspicious engines, used only as supporting signal.
Assessment
Before installing, understand that this plugin can see exec/bash command output and working directories because it processes those results for compaction. Install it if you want official OpenClaw output reduction behavior, and avoid enabling it in sessions where even local middleware should not receive sensitive terminal output.Verification
Tags
@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
