← 返回 Skills 市场
sky-lv

Skylv Self Thinking Agent

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-self-thinking-agent
功能描述
Enables AI agents to reflect on their own reasoning, detect cognitive biases, and improve decision quality through structured self-examination loops.
使用说明 (SKILL.md)

Metacognition Engine

Give your AI agent the ability to think about its own thinking.

What is Metacognition?

Metacognition = "thinking about thinking." This skill enables AI agents to:

  • Detect when they're uncertain or confused
  • Identify reasoning gaps before they cause errors
  • Recognize cognitive biases in their own output
  • Self-correct before delivering answers

Core Framework

1. Pre-Output Check

Before responding, run through these questions:

1. Am I confident in this answer? (Yes / Partial / No)
2. What are the 3 most likely ways this could be wrong?
3. What information would I need to be 100% certain?

2. Cognitive Bias Detection

Check for common biases:

  • Anthropomorphism — projecting human traits onto AI
  • Authority bias — deferring to stated credentials without verification
  • Hindsight bias — acting like something was obvious after the fact
  • Confirmation bias — seeking only confirming evidence

3. Uncertainty Quantification

Express confidence explicitly:

Confidence Meaning Action
90%+ Highly confident Answer directly
70-89% Likely correct Answer + add caveat
50-69% Uncertain Ask clarifying questions
\x3C50% Likely wrong Decline or escalate

Example

Without metacognition:

"The capital of France is Paris."

With metacognition:

"Based on my training data, the capital of France is Paris (confidence: 95%). Note: My knowledge has a cutoff date. For real-time data, verify current information."

Use Cases

  • Critical decisions: Add metacognition checkpoint before any consequential answer
  • User corrections: When a user corrects you, analyze WHY you were wrong
  • Complex problems: Run bias detection before solving multi-step problems
  • Knowledge boundaries: Automatically flag when you're approaching your knowledge limit

MIT License © SKY-lv

安全使用建议
This looks safe for its stated purpose of improving answer quality through self-checks. Before installing, note that the optional JavaScript helper can read a local file path if invoked, so only use it with files you intend to analyze, and keep in mind the source metadata is limited.
功能分析
Type: OpenClaw Skill Name: skylv-self-thinking-agent Version: 1.0.0 The skill bundle is a legitimate utility designed to help AI agents perform self-reflection and detect cognitive biases. The core logic in `metacognition_engine.js` uses simple regular expressions to identify linguistic markers of bias (e.g., 'definitely' for overconfidence) and provides suggestions for improvement. There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection; the instructions in `SKILL.md` are strictly aligned with the stated purpose of improving reasoning quality.
能力评估
Purpose & Capability
The SKILL.md describes metacognitive self-checks, uncertainty calibration, and bias detection, and the included JavaScript implements matching bias-analysis and reflection commands.
Instruction Scope
The instructions add pre-output reasoning checks and confidence caveats, but do not override user intent, force external tools, or ask the agent to ignore normal safety boundaries.
Install Mechanism
The registry metadata has limited provenance information and no install spec, though the included helper source is visible and does not show external dependencies or downloads.
Credentials
The helper can read a user-supplied local file for analysis; this is purpose-aligned, but users should only point it at intended reasoning text.
Persistence & Privilege
No credentials, account access, file writes, persistence, background execution, network calls, or privilege escalation are shown in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-self-thinking-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-self-thinking-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the skylv-metacognition-engine skill. - Adds structured self-reflection loops for AI agents to evaluate their own reasoning. - Enables detection of cognitive biases such as anthropomorphism, authority bias, hindsight bias, and confirmation bias. - Introduces explicit confidence quantification and guidance on acting based on uncertainty levels. - Suggests pre-output checks for gaps or uncertainties before responding. - Provides use cases for bias detection, knowledge boundaries, and decision-quality improvement.
元数据
Slug skylv-self-thinking-agent
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Skylv Self Thinking Agent 是什么?

Enables AI agents to reflect on their own reasoning, detect cognitive biases, and improve decision quality through structured self-examination loops. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 Skylv Self Thinking Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-self-thinking-agent」即可一键安装,无需额外配置。

Skylv Self Thinking Agent 是免费的吗?

是的,Skylv Self Thinking Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Self Thinking Agent 支持哪些平台?

Skylv Self Thinking Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Self Thinking Agent?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。

💬 留言讨论