← Back to Skills Marketplace
chungvic

T138 Imea Clawhub

by chungvic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install t138-imea-clawhub
Description
整合三層記憶系統、自進化引擎與行動模式,提升 Agent 記憶完整性、自我改進及執行任務能力。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install t138-imea-clawhub
  3. After installation, invoke the skill by name or use /t138-imea-clawhub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug t138-imea-clawhub
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is T138 Imea Clawhub?

整合三層記憶系統、自進化引擎與行動模式,提升 Agent 記憶完整性、自我改進及執行任務能力。 It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install T138 Imea Clawhub?

Run "/install t138-imea-clawhub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is T138 Imea Clawhub free?

Yes, T138 Imea Clawhub is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does T138 Imea Clawhub support?

T138 Imea Clawhub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created T138 Imea Clawhub?

It is built and maintained by chungvic (@chungvic); the current version is v1.0.0.

💬 Comments