首页openclaw插件 › 说人话 NoJargon — 插件工具

代码插件 安全

说人话 NoJargon — 插件工具

v0.2.0

OpenClaw 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.

0· 0·0 当前
下载插件包 项目主页
最后更新
2026/4/8
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and metadata are consistent with a local OpenClaw plugin that rewrites jargon to plain language; it does not request unrelated credentials or perform suspicious network/activity.
安全有层次,运行前请审查代码。

版本

latestv0.2.02026/4/8
● 无害

安装命令 点击复制

官方npx clawhub@latest install @sheygoodbai/openclaw-nojargon
镜像加速npx clawhub@latest install @sheygoodbai/openclaw-nojargon --registry https://cn.clawhub-mirror.com

插件文档

说人话 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|always controls

Install

openclaw plugins install clawhub:@sheygoodbai/openclaw-nojargon
openclaw plugins enable nojargon

Then turn rewriting on in chat:

/nojargon adaptive

openclaw 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 nojargon

If 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.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务