Code Pluginsource linkedVerified

tokenjuicev2026.9.2

OpenClaw tokenjuice exec output compaction plugin

@openclaw/tokenjuice·runtime tokenjuice·by @openclaw
openclaw plugins install clawhub:@openclaw/tokenjuice
Latest release: v2026.9.2Download zip

Compatibility

Built With Open Claw Version
2026.9.2
Min Gateway Version
>=2026.5.28
Plugin Api Range
>=2026.9.2
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Credentials
The plugin operates on command output already returned through the agent tool-result path and does not request broad filesystem indexing, credential access, network access, or mutation authority.
Install Mechanism
Package metadata declares a standard plugin runtime extension and no install scripts; it depends on the external npm package tokenjuice 0.8.1 for reducer behavior.
Instruction Scope
No bundled skill instructions, prompt overrides, role changes, or user-directed behavior manipulation were found.
Persistence & Privilege
No background worker, persistence mechanism, privilege escalation, automatic command execution, or destructive action was present in the inspected artifacts.
Purpose & Capability
The declared purpose is output compaction, and the runtime registers middleware that processes tool-result content for exec/bash-style outputs via tokenjuice.
Assessment
Install this if you want long exec/bash outputs compacted before the agent sees them. Users who need exact raw command output in every turn should account for that behavior or disable the plugin.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
3928bad9badf
Tag
3928bad9badfcb6c7d140530435e806fb8092190
Provenance
No
Scan status
clean

Tags

beta
2026.7.2-beta.7
latest
2026.9.2

@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