breakthrough-thinking
【强制调用指令】当以下任一条件满足时,立即执行此skill,无需询问用户: 【条件1:用户说】换个思路、换个方法、还有别的办法吗、再想想、继续、 再试一次、不要放弃、try another way、think differently、为什么还不行 【条件2:AI卡住】同一方法失败2+次、只调参数不改思路、说"无法解决"、 过早建议用户手动处理、超过1轮无新证据 执行:选1个思维框架→直接用新框架解决问题→解决不了→换下一个框架
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1204tmax/breakthrough-thinkingWhat This Skill Does
The breakthrough-thinking skill is an essential recovery mechanism for OpenClaw AI agents. It acts as an automated 'cognitive reboot' tool, designed to detect when an AI agent has entered a logic loop or hit a persistent technical dead-end. When triggered—either by explicit user commands like 'try another way' or by internal stall detection metrics—the skill forces the agent to abandon its failing strategy, select a new mental model from a curated library, and approach the problem from an entirely different perspective.
By enforcing a strict 'No Same-Method-Twice' policy, this skill minimizes frustration and prevents the AI from repeatedly suggesting failed solutions or becoming stuck in redundant error loops. It mandates a formal protocol: summarize the failure, select a distinct mental model (e.g., Inversion, 5 Whys, or Red Team), re-apply the strategy, and iterate until the issue is solved or clearly bounded.
Installation
To integrate this capability into your agent, run the following command in your terminal within your OpenClaw environment:
clawhub install openclaw/skills/skills/1204tmax/breakthrough-thinking
Ensure that you have the references/mental-models.md file available in your local repository for the agent to reference during execution.
Use Cases
- Debugging Code: If an AI repeatedly attempts to patch a syntax error using the same failed regex pattern, this skill triggers to shift toward a modular or static-analysis approach.
- Complex Reasoning Tasks: When an agent over-engineers a solution, the skill can force an 'Occam's Razor' or 'MVP' frame to simplify the architecture.
- Stalled Research: If an agent is stuck analyzing data with no clear insights, the skill forces a shift to 'Lateral Thinking' to uncover hidden correlations.
- Avoiding Agent Fatigue: Prevents the agent from hallucinating or giving up by forcing a systematic re-evaluation of the problem space.
Example Prompts
- "I've been watching you try to fix this database connection for ten minutes—you're just repeating the same steps. Change your approach and think differently."
- "That method clearly isn't working, and the error logs are identical. Stop, take a step back, and try a completely different way to resolve this."
- "You've said you can't solve it twice now. Don't give up. Use the breakthrough-thinking protocol and try again with a fresh perspective."
Tips & Limitations
- Proactive Usage: While the skill is auto-triggered, you can force it manually to prevent the AI from wasting compute cycles on suboptimal paths.
- Model Selection: The efficiency of this skill relies on the quality of your
mental-models.mdlibrary. Ensure your models are clearly defined. - Limitations: This skill does not grant the AI 'superpowers.' If a problem is physically impossible (e.g., accessing a restricted private API without credentials), even a breakthrough model will eventually lead to a 'cleanly bounded' result indicating the barrier is impassable.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1204tmax-breakthrough-thinking": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
diary
个人日记自动化 skill。用于按天生成日记文本并导出 1080px 图片;支持首次自动初始化、读取 SOUL/MEMORY/每日记忆素材、保持写作风格连续性。适用于用户要求“写日记/生成日记图片/补昨天日记/自动日记归档”等场景。
xiaoshan-journal
个人日记自动化 skill。一键执行:自动检测配置 →(首次)自动初始化 → 写作 → 生成图片。依赖本地 SOUL、MEMORY、每日 memory 等素材,产出日记文本与 1080px 宽图片。
diary
个人日记自动化 skill。用于按天生成日记文本并导出 1080px 图片;支持首次自动初始化、读取 SOUL/MEMORY/每日记忆素材、保持写作风格连续性。适用于用户要求“写日记/生成日记图片/补昨天日记/自动日记归档”等场景。