← 返回 Skills 市场
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install t138-imea-clawhub
功能描述
整合三層記憶系統、自進化引擎與行動模式,提升 Agent 記憶完整性、自我改進及執行任務能力。
安全使用建议
Things to check before installing: 1) Verify your workspace layout — the script expects files like SESSION-STATE.md and .learnings/* and the script uses memory/*.md, while docs reference memory-l1-daily/ etc; adjust paths or directories so the script searches the intended files. 2) Review any memory files for sensitive secrets before granting a hook that will read them (the script only reads local files with grep, but those files may contain confidential data). 3) Understand behavior on no-match: the script exits non‑zero when no records are found, which could cause automated tasks to stop if you wire it into a before_action hook — test in a safe environment. 4) The 'agent-memory-certificate' and CEO/monitor enforcement language are documentation/policy, not code that reaches out to external services; confirm you are comfortable adopting that policy and that you control any actions that report to higher authorities. 5) Confirm the other referenced skills (proactive-agent, self-improvement, etc.) are trusted and available if you intend to use them. 6) Backup your agent config.json before adding hooks and run manual tests of scripts/memory-check.sh to ensure expected behavior.
功能分析
Type: OpenClaw Skill
Name: t138-imea-clawhub
Version: 1.0.0
The IMEA Skill bundle implements a structured three-layer memory system (L1/L2/L3) and a 'Write-Ahead Logging' (WAL) protocol for OpenClaw agents. It includes a shell script, scripts/memory-check.sh, which performs local searches of markdown files to identify past errors and learnings before the agent takes action. While the instructions in SKILL.md and config/agent-memory-certificate.md use strong prescriptive language to steer agent behavior (e.g., 'Mandatory', 'CEO requirements'), the logic is entirely focused on task consistency and error prevention, with no evidence of data exfiltration, malicious execution, or unauthorized remote access.
能力评估
Purpose & Capability
Name/description (triple memory, self‑improvement, before‑action checks) match the included README, SKILL.md, config docs, and the memory-check.sh script. The skill recommends adding hooks and related skills (proactive-agent, self-improvement, etc.) which is reasonable for the stated purpose. Note: the docs use strong enforcement language (agent certificates, CEO reporting) but that is presented as policy/docs rather than code that enforces across the platform.
Instruction Scope
Runtime instructions and the provided script operate locally: they search local memory files, SESSION-STATE.md, and .learnings/*.md. This stays within the skill's stated scope. Two minor issues: the script searches memory/*.md but documentation shows directories like memory-l1-daily/ (no top-level memory/ folder in manifest), so the script may miss files unless your workspace matches the expected layout; and the skill suggests integrating as a before_action hook (which will affect agent behavior) so you should confirm hook paths and workspace layout before enabling.
Install Mechanism
No install spec or remote downloads — instruction-only plus a simple local bash script. No packages or external binaries are installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or external config paths. Its operations are file reads/greps on local workspace files, which is proportionate to a memory-checking utility.
Persistence & Privilege
The skill is not forced always-on and does not autonomously install itself. However, SKILL.md instructs adding it to agent hooks (before_action) and heartbeat configuration — if you follow those instructions the skill will become part of the agent's runtime flow and can block or trigger 'circuit-break' behavior. That persistent integration is a user configuration step, not an automatic privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install t138-imea-clawhub - 安装完成后,直接呼叫该 Skill 的名称或使用
/t138-imea-clawhub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
IMEA Skill v1.0.0
- Initial release of the Integrated Memory Evolution Action (IMEA) skill.
- Combines a three-tier memory system, self-evolution engine, and enforced action mode.
- Features L1/L2/L3 memory hierarchy, proactive error learning, and before-action checklist.
- Includes monitoring metrics and auto-fuse (circuit breaker) mechanisms to prevent repeated errors and action failures.
- Provides full installation, configuration, and usage instructions for seamless integration with ClawHub.
元数据
常见问题
T138 Imea Clawhub 是什么?
整合三層記憶系統、自進化引擎與行動模式,提升 Agent 記憶完整性、自我改進及執行任務能力。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 T138 Imea Clawhub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install t138-imea-clawhub」即可一键安装,无需额外配置。
T138 Imea Clawhub 是免费的吗?
是的,T138 Imea Clawhub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
T138 Imea Clawhub 支持哪些平台?
T138 Imea Clawhub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 T138 Imea Clawhub?
由 chungvic(@chungvic)开发并维护,当前版本 v1.0.0。
推荐 Skills