说人话 NoJargon — 插件工具
v0.2.0OpenClaw plugin that rewrites jargon-heavy AI output into short plain language before delivery. It removes consultant phrasing, workplace buzzwords, and unexplained technical terms, matches the user's tone, and works locally without extra model calls or local data upload.
版本
安装命令 点击复制
插件文档
说人话 NoJargon
说人话 NoJargon is an OpenClaw plugin that rewrites jargon-heavy AI replies into short, plain language before they reach the user.
It is built for users who want clarity instead of polished fog. 说人话 NoJargon strips consultant phrasing, workplace buzzwords, and unexplained technical terms so the answer is easier to trust, easier to scan, and harder to use as smoke and mirrors.
Canonical install page:
Why it is different
- OpenClaw-native: it works inside the reply pipeline instead of as copy/paste
- local-first: the final rewrite is deterministic and does not call another model
- privacy-first: it does not upload local chat content to any plugin database
- confidence-aware: it pushes replies away from fake certainty and inflated phrasing
- tone-aware: it stays closer to the user's language and rough tone
- bilingual: it ships with English and Chinese rewrite rules out of the box
What it does
- pushes the model toward plain, concise wording before generation
- rewrites final replies locally before they are written and sent
- removes jargon, consultant phrasing, and unexplained acronyms
- keeps the user's language and rough tone instead of sounding like generic AI
- supports instant
/nojargon on|off|status|adaptive|alwayscontrols
Install
openclaw plugins install clawhub:@sheygoodbai/openclaw-nojargon
openclaw plugins enable nojargonThen turn rewriting on in chat:
/nojargon adaptiveopenclaw plugins enable nojargon only loads the plugin. The actual rewrite switch stays off until you run /nojargon on or /nojargon adaptive.
If ClawHub returns 429 Rate limit exceeded, use the source fallback:
git clone https://github.com/Sheygoodbai/nojargon.git
cd nojargon
openclaw plugins install -l .
openclaw plugins enable nojargonIf the plugin does not show up immediately in openclaw plugins list, restart the gateway once after install or enable.
Commands
/nojargon on/nojargon off/nojargon adaptive/nojargon always/nojargon status/nojargon help
Config
{
"plugins": {
"entries": {
"nojargon": {
"config": {
"enabled": true,
"mode": "adaptive",
"toneMatch": true,
"jargonSensitivity": "balanced",
"shortenOutput": true,
"trackStats": true
}
}
}
}
}Token note
说人话 NoJargon reduces wasted output in the cheapest way OpenClaw currently allows:
- it tells the model up front to answer in plain language, which can reduce output tokens at the source
- it also trims and rewrites the final reply locally without calling another model
It cannot retroactively refund tokens that the upstream model already generated. It is designed to minimize waste, not pretend the platform supports impossible refunds.
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制