Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

chaos-pivot混沌枢轴

Agent Skill

chaos-pivot 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

21,371

周安装

873

GitHub Stars

公开资料未说明

下载量

6,844
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:chaos-pivot(混沌枢轴)
来源仓库:https://github.com/manecharo/chaos-pivot
安装命令:
openclaw skills install chaos-pivot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install chaos-pivot

简介

防止 LLM 陷入沉没成本陷阱,强制波普证伪模式推动方案转向。

  • 适用于代理卡住或反复失败时的策略重置与问题重构场景。
  • 通过 clawhub 安装,触发条件为检测到循环或持续错误输出。
  • 需谨慎使用,避免过度干预导致任务方向偏离用户需求。
  • chaos-pivot 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
chaos-pivot
description
Prevents LLMs from sunk-cost pushing broken solutions. Triggers when an agent is stuck, looping, or failing repeatedly. Forces a Popperian falsification moment, then generates 3 constrained-chaotic alternative approaches and picks the best one. Loops like design thinking until solved or escalated.

Chaos Pivot

*"The most important thing is not to stop questioning."* — Einstein *"A theory that explains everything explains nothing."* — Karl Popper *"Play is the highest form of research."* — attributed to Einstein *"In the middle of difficulty lies opportunity."* — a reminder that failure is data, not defeat

This skill exists to solve one of the most common and silent failure modes in agentic AI: insistence. An LLM that cannot fail will invent success. It will push a broken approach past the point of reason because it has never been taught to truly let go. This skill teaches it to let go — and to leap.

The philosophical backbone is threefold:

  • Popper's Falsificationism: A failed approach is not a setback. It is the most honest signal you will receive. It tells you something true about the world. Honor it.
  • Taleb's Antifragility: Don't merely tolerate disorder. Use it. A chaos pivot doesn't recover from failure — it *grows* from it.
  • Game Theory / Mixed Strategies: A predictable agent is an exploitable agent. Injecting genuine randomness into your strategy space prevents you from being trapped by your own assumptions.

When to Activate This Skill

You are in a dead end. You must recognize it honestly. The trigger is ANY of the following:

  1. Repetition without progress: You have tried the same core approach (or trivial variations of it) 2 or more times and the outcome has not materially improved.
  2. Explicit uncertainty: You find yourself thinking or stating *"I'm not sure this will work"*, *"this might not be the right approach"*, or *"I seem to be stuck"*. If you are narrating your own confusion, that is a signal.
  3. Threshold exceeded: You have taken more steps than reasonably expected for a task of this scope without reaching resolution. If a task should take 5 steps and you are on step 10 with no clear end, the threshold has been crossed.

If any of these conditions are met: do not take one more step on the current approach. Stop completely. The sunk cost is already paid. Additional investment does not recover it.


Phase 1 — The Falsification Moment

Before generating alternatives, you must name the failure. This is not optional. Skipping this step leads to shallow pivots that are really just cosmetic variations of the same broken idea.

Write a brief internal verdict (you do not need to show this to the user unless it adds clarity):

DEAD END DECLARATION
---------------------
Approach attempted: [describe what you were doing in one sentence]
Core assumption that failed: [what did you believe would be true that turned out not to be?]
What this failure actually tells me: [reframe it as information, not defeat]
What I must NOT carry forward: [name the constraint or habit you must break]

This is the Popperian moment. The approach has been falsified. It told you something true. Now you are free.


Phase 2 — Generate 3 Constrained-Chaotic Alternatives

You will now generate exactly 3 alternative approaches. These must meet two criteria simultaneously, which are in deliberate tension:

  • Constrained: Each approach must remain within the problem domain. You are not abandoning the goal. You are abandoning the method.
  • Chaotic: Each approach must be genuinely different from the others and from everything you have already tried. "Different font" is not chaos. "Completely different data representation" is chaos. "Different API endpoint" is not chaos. "Don't use an API at all" is chaos.

To generate the 3 alternatives, use these three lenses. Each alternative corresponds to one lens:

Lens A — Inversion

Ask: *What if the complete opposite were true?* If you were building top-down, build bottom-up. If you were fetching data, try computing it locally. If you were adding, try removing. If you were automating, try doing it manually and seeing what the manual process reveals. Inversion exposes assumptions you didn't know you had.

Lens B — Analogy

Ask: *How would a completely different domain solve this?* How would a biologist, a chef, a city planner, or a game designer approach this problem? Map their methods onto your domain. The point is not to copy literally — it is to borrow the *structure* of their thinking. Analogical reasoning is how breakthroughs happen.

Lens C — Reduction / Brute Force Simplicity

Ask: *What is the dumbest possible version of this that could still work?* Strip away every assumption of elegance. What if you ignored efficiency entirely? What if you hardcoded something? What if you solved only 80% of the problem instead of 100%? Often the "dumb" version reveals the shape of the real problem in a way the sophisticated version obscures.


Document the 3 alternatives before executing any of them:

CHAOS ALTERNATIVES
-------------------
[A — Inversion]
Approach: [describe]
Why this breaks the previous pattern: [explain]

[B — Analogy]
Approach: [describe]
Domain borrowed from: [name the field]
Why this breaks the previous pattern: [explain]

[C — Reduction]
Approach: [describe]
What this deliberately sacrifices: [name the trade-off]
Why this breaks the previous pattern: [explain]

Phase 3 — Execute and Evaluate

Attempt each of the 3 alternatives. You do not need to fully complete each one before evaluating — a meaningful probe is enough. You are looking for signal, not necessarily a finished solution.

For each attempt, note:

  • Did it encounter the same wall as the original approach? (If yes, the assumption is deeper than you thought.)
  • Did it open new possibilities, even partial ones?
  • What did it reveal that the original approach could not have shown you?

Phase 4 — Select and Continue

Choose the alternative that produced the strongest signal. This is not necessarily the most "correct" looking one. It is the one that opened the most doors or revealed the most useful information.

If one alternative clearly worked or partially worked: adopt it and continue.

If none of them fully worked but one showed promise: adopt it and run one more iteration of this full loop starting from Phase 1, using the new failure data.

If all three produced genuinely new information but no solution: you have learned something important. Synthesize what all three failures have in common — that synthesis is often the path to the real solution.


The Design Thinking Loop

This skill is not a one-time rescue. It is a recurring loop embedded in your reasoning. The loop mirrors design thinking:

OBSERVE → define what is actually happening (not what you expected)
     ↓
DEFINE → name the real constraint or failure cleanly (Phase 1)
     ↓
IDEATE → generate 3 constrained-chaotic alternatives (Phase 2)
     ↓
PROTOTYPE → execute meaningful probes of each (Phase 3)
     ↓
TEST → evaluate signal, not just success/failure (Phase 4)
     ↓
AUDIT → third party verification — does it actually hold up? (Phase 5)
     ↓
EXIT (if audit passes) — or LOOP back to OBSERVE with new failure data

The loop exits when a viable path is found. It does not exit because you are tired of looping or because a solution "looks good enough." It exits when you have genuine signal.


Phase 5 — Third Party Verification

Before declaring the loop finished, you must step outside yourself. The agent that found the solution is not qualified to be its only judge — it is biased toward the answer it just worked hard to reach. This phase enforces a deliberate perspective shift.

You are no longer the solver. You are a skeptical third party who has just been handed this solution cold, with no knowledge of the work that produced it. Your only job is to find the flaw before it becomes someone else's problem.

Run the following audit internally:

THIRD PARTY AUDIT
------------------
What is this solution actually claiming to do? [restate it in plain terms, as if explaining to someone unfamiliar]
What would have to be true for this to fail? [assume it fails — work backwards]
Is there a simpler version of this problem that this solution doesn't handle? [edge cases, boundary conditions]
Does this solution solve the original goal, or a subtly different goal? [scope drift is common after pivoting]
What would a domain expert immediately question? [invoke the relevant expert perspective]
Verdict: PASS / FLAG

If the verdict is PASS: the loop is finished. The solution stands.

If the verdict is FLAG: you have found a real gap. Do not dismiss it. Return to Phase 4 and refine the chosen approach — or, if the gap is fundamental, re-enter the loop at Phase 1 with the new failure data. This is not backsliding. This is the audit doing its job.

The third party is not looking for perfection. It is looking for honest gaps — things that are actually wrong or missing, not things that could theoretically be better. The bar is: *would this solution fail in normal use?* If no, it passes.


Escalation

If you have completed 3 full loops of this cycle and still have no viable path, do not loop again. Instead, escalate. Tell the user:

  • What you were trying to accomplish
  • The 3 core approaches you tried across all loops, and what each one revealed
  • What the pattern of failures suggests about the problem itself
  • What information or capability you believe is missing that would unblock progress

This is not defeat. This is antifragility at the meta level: using the accumulated failure data to produce a precise, actionable diagnosis. A clear escalation with good failure data is more valuable than a bad solution pushed through.


What This Skill Prohibits

  • Cosmetic pivots: Changing variable names, retrying with slightly different parameters, or adding a retry loop around a broken approach are not chaos pivots. They are sunk-cost extensions wearing a disguise.
  • Narrating success on failure: Do not describe a failed output as "a good first step" or "progress" if it did not actually move you forward. Name failures as failures. This is the Popperian contract.
  • Skipping the Falsification Moment: You must name what failed and why before generating alternatives. Pivoting without diagnosis produces random walks, not intelligent exploration.
  • Carrying forward the broken assumption: Each alternative must violate at least one core assumption of the previous approach. If all 3 alternatives share the same hidden assumption as the original, you have not pivoted — you have rotated.

A Final Note on Chaos

Chaos here does not mean random. It means *deliberately unpredictable relative to your own prior behavior*. The goal is to make your strategy space large enough that your own assumptions cannot box you in. A chess player who always opens the same way loses to anyone who has studied them. An agent that always tries the "reasonable" approach will be defeated by problems that require unreasonable thinking.

Be willing to be surprised by your own ideas. That is the mark of genuine exploration.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.04%
按下载量换算6,025

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills