← 返回 Skills 市场
143
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-governor
功能描述
LLM 通用内部自裁决技能。在关键节点判断"当前这一层最优的下一步动作是什么",再让主链继续执行。触发条件:(1) 路径分叉时——多个可行方案且无明显优先级;(2) 高代价动作前——搜索/生成/发布等消耗军费或不可逆操作;(3) 连续两步无明显增益时——进展停滞、输出质量未提升。禁止:改写主任务、输出并列动作、长...
安全使用建议
This skill appears coherent and low-risk: it only implements a small decision filter and asks nothing extra. Before installing, verify provenance (no homepage or identifiable author), test it in a safe/staging agent to ensure the host correctly enforces the required Update callback (to avoid loop triggers), and confirm you trust the agent's orchestration logic to enforce the skill's 'must not' rules. If you allow autonomous invocation, monitor logs initially to ensure the skill doesn't get inserted in inappropriate places. If provenance or publisher identity matters to you, ask the publisher for more info or prefer a skill with an auditable source.
功能分析
Type: OpenClaw Skill
Name: self-governor
Version: 1.0.0
The 'self-governor' skill is a meta-cognitive framework designed to improve LLM agent decision-making at critical junctures, such as path branching or task stagnation. It defines a structured input/output loop and a set of logical actions (e.g., anchor, search, synthesize, degrade_continue) to ensure the agent remains focused on its goals efficiently. The documentation (SKILL.md and references/) contains no evidence of malicious intent, data exfiltration, or harmful prompt injection; instead, it includes explicit constraints to prevent the agent from hijacking tasks or creating bureaucratic delays.
能力评估
Purpose & Capability
Name and description describe an internal decision layer; the SKILL.md, action set, triggers, and I/O all implement exactly that behavior. There are no unrelated env vars, binaries, or config paths requested — the requested capabilities align with the stated purpose.
Instruction Scope
Runtime instructions only describe receiving a small structured input, returning a single action+reason, and expecting the host (main chain) to perform an Update. The skill does not instruct reading arbitrary files, accessing environment variables, or sending data to external endpoints. It does require the main chain to supply Update callbacks to prevent loop-triggering, which is a legitimate integration requirement.
Install Mechanism
This is instruction-only with no install spec and no code files executed at runtime. That is the lowest-risk install profile and matches the declared metadata.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request any secrets or broad access, and the declared inputs are limited and appropriate for the decision role.
Persistence & Privilege
always is false and the skill is user-invocable (normal). Autonomous invocation (disable-model-invocation=false) is the platform default; by itself this is not a problem given the skill's narrow scope. There is no request to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-governor - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-governor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
V1: LLM通用内部自裁决技能。3触发器(路径分叉/高代价/连续无增益),6固定动作(anchor/time_bind/search/clean/synthesize/degrade_continue),Goal→Gap→Action→Update闭环,反官僚原则,426行纯Markdown零脚本。
元数据
常见问题
Self-Governor 是什么?
LLM 通用内部自裁决技能。在关键节点判断"当前这一层最优的下一步动作是什么",再让主链继续执行。触发条件:(1) 路径分叉时——多个可行方案且无明显优先级;(2) 高代价动作前——搜索/生成/发布等消耗军费或不可逆操作;(3) 连续两步无明显增益时——进展停滞、输出质量未提升。禁止:改写主任务、输出并列动作、长... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。
如何安装 Self-Governor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-governor」即可一键安装,无需额外配置。
Self-Governor 是免费的吗?
是的,Self-Governor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self-Governor 支持哪些平台?
Self-Governor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self-Governor?
由 z1one0415(@z1one0415)开发并维护,当前版本 v1.0.0。
推荐 Skills