← 返回 Skills 市场
donmeusi

Metaclaw

作者 Donmeusi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
192
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install metaclaw
功能描述
Generischer Skill für Memory-Management, Hybrid Retrieval und Skill Evolution mit PluginEval Integration
安全使用建议
This skill appears coherent with its stated purpose, but review and take these precautions before installing or enabling automatic runs: - Inspect and run in an isolated environment (use the advised .venv-metaclaw) so Python packages and model downloads are separated from your system. - The scripts read and write files under your workspace (MEMORY.md, memory/*.md, SESSION-STATE.md, .session-count). Back up important data before running consolidation/auto-fix steps. - memory-extract sends content to a local Ollama endpoint (http://localhost:11434). Confirm you run a trusted local LLM; do not point OLLAMA_HOST (if you modify code) to an untrusted remote service or put sensitive data into prompts sent to external hosts. - skill-eval's auto-fix can modify files when invoked with --allow-write; run first with read-only flags (--layer1, --auto-fix without --allow-write) to preview changes. Keep backups and review diffs before applying fixes. - There are minor path/name inconsistencies in docs vs. scripts (e.g., references to memory-digest-enhanced.sh vs memory-digest.sh and varying script paths). Verify the correct paths before installing crontab or heartbeat hooks. If you want higher confidence, provide answers or artifacts for these points and I can re-evaluate with higher confidence: - Do you plan to run a local Ollama or other LLM? If not, which extraction fallback do you intend to use? - Will you allow CLI '--allow-write' or cron/heartbeat integration (automated writes)? - Do you want me to scan specific files in your workspace to see what this skill would read/process?
功能分析
Type: OpenClaw Skill Name: metaclaw Version: 1.0.0 The MetaClaw skill bundle is a legitimate toolset for advanced memory management and skill quality maintenance within the OpenClaw ecosystem. It features hybrid retrieval (semantic and FTS) using LanceDB, automated memory extraction via a local Ollama instance (memory-extract.py), and a static analysis tool (skill-eval.py) designed to improve skill metadata. All operations are confined to the local workspace, and the 'auto-fix' functionality is protected by explicit safety flags. No indicators of data exfiltration, malicious execution, or harmful prompt injection were detected.
能力评估
Purpose & Capability
Name/description (MetaClaw: memory management, hybrid retrieval, PluginEval) align with the included scripts: memory vector search, memory extraction, session counter, digest/consolidation, and a skill-evaluator. Declared requirements (none) are plausible because defaults exist, and the SKILL.md explicitly instructs creating a venv and installing lancedb and sentence-transformers.
Instruction Scope
Runtime instructions and scripts operate on the user's OpenClaw workspace (MEMORY.md, memory/*.md, SESSION-STATE.md, .session-count) and can read/parse those files — this matches the stated purpose. The memory-extract script may call local commands (e.g., lcm_describe) and sends prompts to a local Ollama API (http://localhost:11434) for LLM-based extraction. The skill-eval tool can modify files when run with --allow-write. These behaviors are expected for the described functionality but warrant review because they read/write local files and may invoke external tools on the host.
Install Mechanism
No formal install spec in registry (instruction-only), but SKILL.md/README instruct creating a Python venv and pip installing lancedb and sentence-transformers. That is proportionate to the code which imports those packages. Be aware sentence-transformers/models may download model weights on first run (network activity).
Credentials
The skill does not declare required env vars but the code honors WORKSPACE (defaulting to ~/.openclaw/workspace), OLLAMA_MODEL (optional, default provided), and OLLAMA_TIMEOUT. These are reasonable for a local extraction pipeline. No cloud/AWS/third-party API credentials are requested. A caveat: skill-eval's --allow-write gives the script permission to modify files you point it at; exercise caution before allowing writes.
Persistence & Privilege
Flags show no forced persistence (always:false) and model invocation is permitted (default). The skill writes only within the workspace and skill directories by default (e.g., session-count, backups, .last-digest). The ability to modify files is gated behind explicit CLI flags (--allow-write) which is appropriate; still, cron instructions and Heartbeat integration can make it run periodically if the user configures them.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install metaclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /metaclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Hybrid Retrieval, Memory Extraction, Session Counter, PluginEval Integration
元数据
Slug metaclaw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Metaclaw 是什么?

Generischer Skill für Memory-Management, Hybrid Retrieval und Skill Evolution mit PluginEval Integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。

如何安装 Metaclaw?

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

Metaclaw 是免费的吗?

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

Metaclaw 支持哪些平台?

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

谁开发了 Metaclaw?

由 Donmeusi(@donmeusi)开发并维护,当前版本 v1.0.0。

💬 留言讨论