← 返回 Skills 市场
Agent Metacognition
作者
yuyonghao-123
· GitHub ↗
· v0.1.0
· MIT-0
171
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yuyonghao-agent-metacognition
功能描述
Enables agents to self-monitor execution, reflect on tasks, analyze errors, and adjust learning strategies through metacognitive processes.
安全使用建议
This package appears to be a self-contained, in-process metacognition library (monitoring, reflection, experience store) and does not request secrets or perform network calls. Before installing: (1) run it in a sandboxed/test agent to confirm behavior; (2) verify the example usage is adapted to your agent (the SKILL.md references an 'agent' object that must be provided by your environment); (3) note that experiences and reflections are stored in memory (no persistence) so data is ephemeral unless you modify the code; (4) review the full source if you plan to use it in production—look for any future changes that might add I/O, network, or credential access. The package author/source is listed as unknown, so use usual caution when running third-party code.
功能分析
Type: OpenClaw Skill
Name: yuyonghao-agent-metacognition
Version: 0.1.0
The skill bundle implements a metacognition system for tracking agent performance, including self-monitoring and reflection logic. The code (src/reflection.js, src/self-monitor.js) operates entirely in-memory, using standard Node.js patterns to record task outcomes, calculate confidence scores, and identify performance patterns without any external network calls, file system access, or sensitive data exposure.
能力评估
Purpose & Capability
Name and description (agent metacognition / self-monitoring and reflection) align with the shipped JS modules (SelfMonitor, ReflectionEngine, ExperienceStore). No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md shows how to require and use the library and does not instruct the agent to read files, env vars, or contact external endpoints. Minor note: examples reference an external 'agent' variable (agent.process(task)) that is assumed to exist in the caller environment — ensure callers provide appropriate context.
Install Mechanism
No install spec in registry; SKILL.md suggests running npm install which is consistent with the included package.json. package.json has no external dependencies and there are no downloads or archive extracts, so installation risk is low.
Credentials
The skill declares no required environment variables, no credentials, and the code does not access process.env or external config. All in-memory data structures are local to the process.
Persistence & Privilege
Registry flags are default (always:false, agent invocation allowed). The code keeps data in memory (ExperienceStore, sessions) and does not modify other skills, system settings, or persist data to disk or external services.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yuyonghao-agent-metacognition - 安装完成后,直接呼叫该 Skill 的名称或使用
/yuyonghao-agent-metacognition触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Agent Metacognition.
- Enables agents to self-monitor execution, track decision processes, and assess confidence.
- Introduces post-execution reflection, error analysis, and experience accumulation.
- Provides a simple API for monitoring, reflection, and state retrieval.
- Installation and usage instructions included.
元数据
常见问题
Agent Metacognition 是什么?
Enables agents to self-monitor execution, reflect on tasks, analyze errors, and adjust learning strategies through metacognitive processes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。
如何安装 Agent Metacognition?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yuyonghao-agent-metacognition」即可一键安装,无需额外配置。
Agent Metacognition 是免费的吗?
是的,Agent Metacognition 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Metacognition 支持哪些平台?
Agent Metacognition 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Metacognition?
由 yuyonghao-123(@yuyonghao-123)开发并维护,当前版本 v0.1.0。
推荐 Skills