talk-normal
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesetalk-normal
talk-normal
A curated system prompt that stops your LLM from writing like a LinkedIn post. Measured: 71% character reduction on GPT-4o-mini, 56% on GPT-5.4, across 10 prompts in English and Chinese, without losing information.
一个精心设计的系统提示词,让你的LLM不再写出像LinkedIn帖子那样的官腔内容。实测显示:针对10组中英文提示词,GPT-4o-mini的输出字符量减少71%,GPT-5.4减少56%,且不会丢失信息。
What this skill does
该技能的作用
When invoked, this skill installs the talk-normal rules into your workspace's file as an always-on behavior modifier. After install, every reply your OpenClaw agent produces follows the rules in . The rules live between and markers so they do not conflict with your existing rules in .
AGENTS.mdprompt.md# --- talk-normal BEGIN ---# --- talk-normal END ---AGENTS.mdThis is not a workflow skill you invoke per turn. It is a one-time installer that makes your agent permanently less verbose until you uninstall.
调用后,此技能会将talk-normal规则安装到工作区的文件中,作为持久生效的行为修正器。安装完成后,你的OpenClaw agent生成的每一条回复都会遵循中的规则。这些规则位于和标记之间,不会与中已有的规则冲突。
AGENTS.mdprompt.md# --- talk-normal BEGIN ---# --- talk-normal END ---AGENTS.md这并非需要逐轮调用的工作流技能,而是一次性安装工具,安装后你的agent会永久降低冗余度,直到你卸载它。
How to run
运行方式
To install or update talk-normal in the current workspace:
bash
bash install.shThe script is idempotent: running it again replaces the existing talk-normal block in place with the latest rules. Nothing else in your is touched.
AGENTS.mdTo remove:
bash
bash install.sh --uninstall要在当前工作区安装或更新talk-normal:
bash
bash install.sh该脚本具有幂等性:再次运行会用最新规则替换现有talk-normal块,不会修改中的其他内容。
AGENTS.md卸载方式:
bash
bash install.sh --uninstallWhat gets installed
安装内容
The contents of get injected into your . The rules target the specific slop patterns that make LLM output sound corporate and padded, grouped into a few categories:
prompt.mdAGENTS.md- Filler and hedging — banned opening phrases ("Great question", "I'd be happy to", "让我们一起来看看"), no throat-clearing, no restating the question
- Structural discipline — lead with the answer, match depth to complexity, use bullets only when content is genuinely parallel, cap explanations for conceptual questions
- Closing patterns — no "In summary" / "Hope this helps" / "综上所述", no hypothetical follow-up offers, no conditional next-step menus ("If you want I can also...")
- Rhetorical tics — no "不是X,而是Y" / reject-then-correct framing in any variant, no plain-language restatements ("翻成人话", "in other words")
- Shape of comparisons — give a recommendation with brief reasoning, cap pros/cons lists, no balanced-essay posture
The exact rule list lives in and evolves as new slop patterns get caught in the wild. Every commit to that file is a named slop pattern killed.
prompt.mdprompt.mdAGENTS.md- 冗余填充与模糊表述 — 禁用开场套话(如“好问题”、“我很乐意解答”、“让我们一起来看看”),禁止铺垫性表述,禁止重复问题
- 结构规范 — 开门见山给出答案,根据内容复杂度匹配深度,仅当内容真正平行时使用项目符号,限制概念类问题的解释篇幅
- 结尾模式 — 禁止“总结一下”/“希望这对你有帮助”/“综上所述”这类表述,禁止假设性后续提议,禁止条件式下一步菜单(如“如果你需要,我还可以...”)
- 修辞陋习 — 禁止“不是X,而是Y”这类先否定再纠正的表述,禁止口语化重述(如“翻成人话”、“in other words”)
- 对比表述规范 — 给出建议并附上简短理由,限制优缺点列表长度,禁止采用中立论文式的姿态
具体规则列表位于中,会随着新发现的冗余模式不断更新。该文件的每一次提交都意味着一种冗余模式被终结。
prompt.mdUpdating to the latest rules
更新至最新规则
bash
clawhub update talk-normal
bash install.shThe first command pulls the latest skill bundle from ClawHub. The second command re-runs the idempotent installer, replacing the old rule block in with the new one.
AGENTS.mdbash
clawhub update talk-normal
bash install.sh第一条命令从ClawHub拉取最新的技能包,第二条命令重新运行幂等安装器,用新规则替换中的旧规则块。
AGENTS.mdCompatibility
兼容性
Works on any LLM that honors system prompts or custom instructions: GPT-5.4, GPT-4o-mini, Claude 4.6, Gemini 2.5, Grok 3, Qwen 3, DeepSeek V3, and others. OpenClaw integration is via injection, which the agent reads on every turn.
AGENTS.md适用于任何支持系统提示词或自定义指令的LLM:GPT-5.4、GPT-4o-mini、Claude 4.6、Gemini 2.5、Grok 3、Qwen 3、DeepSeek V3等。与OpenClaw的集成通过注入实现,agent会在每轮调用时读取该文件。
AGENTS.mdMeasured effect
实测效果
Full benchmark data for 10 prompts across GPT-4o-mini and GPT-5.4 is in in the upstream repository. Average reduction: 71% on GPT-4o-mini, 56% on GPT-5.4, while preserving the information content of the original response.
TEST_RESULTS.md针对GPT-4o-mini和GPT-5.4的10组提示词的完整基准数据位于上游仓库的中。平均减少率:GPT-4o-mini为71%,GPT-5.4为56%,同时保留了原始回复的信息内容。
TEST_RESULTS.mdUpstream and issues
上游仓库与问题反馈
- Source: https://github.com/hexiecs/talk-normal
- Issues and rule suggestions: https://github.com/hexiecs/talk-normal/issues
- Contributing: see in the upstream repo for the rule-submission format
CONTRIBUTING.md
- 源码:https://github.com/hexiecs/talk-normal
- 问题与规则建议:https://github.com/hexiecs/talk-normal/issues
- 贡献指南:请查看上游仓库中的了解规则提交格式
CONTRIBUTING.md
License
许可证
MIT
MIT